pproenca/dot-skills

A collection of AI agent skills following the Agent Skills open format

This repository also configures its own agents. See what dot-skills tells them →

203Stars on the repository
201Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

react-hook-form

25

pproenca/dot-skills

Skill Claude CodeCodex

React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, useFieldArray, the subscribe() API, and the Watch / FormStateSubscribe / FieldArray render-prop components. Covers RHF 7.82 additions including resetDefaultValues() and the disabled field-array option. This…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 114 tokens original MIT

react

26

pproenca/dot-skills

Skill Claude CodeCodex

React 19/19.2 modern patterns for concurrent rendering, Server Components, actions, ref-as-prop, document metadata, resource hints, hooks, and memoization — plus a category-major review/refactor algorithm with codebase-level (remove/dedup/reuse) findings. This skill should be used when writing React 19 components…

not rated 203 +3 23d ago C Socket: passSnyk: pass 148 tokens original MIT

refactor

27

pproenca/dot-skills

Skill Claude CodeCodex

Code refactoring best practices based on Martin Fowler's catalog and Clean Code principles (formerly refactoring). This skill should be used when refactoring existing code, improving code structure, reducing complexity, eliminating code smells, or reviewing code for maintainability. Triggers on tasks involving extract…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 73 tokens original MIT

restful-hateoas

28

pproenca/dot-skills

Skill Claude CodeCodex

RESTful API design guidelines following the Richardson Maturity Model through to Level 3 (HATEOAS) for Ruby on Rails. This skill should be used when designing, building, reviewing, or refactoring REST APIs to ensure proper resource modeling, HTTP method semantics, hypermedia controls, content negotiation, and API…

not rated 203 +3 23d ago A SkillSpector: pass 99 tokens original MIT

ruby-optimise

29

pproenca/dot-skills

Skill Claude CodeCodex

Ruby performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Ruby code to ensure optimal performance patterns. Triggers on tasks involving object allocation, collection processing, ActiveRecord queries, string handling, concurrency, or Ruby runtime configuration.

not rated 203 +3 23d ago A SkillSpector: pass 56 tokens original MIT

ruby-refactor

30

pproenca/dot-skills

Skill Claude CodeCodex

Ruby refactoring guidelines from community best practices. This skill should be used when refactoring, reviewing, or restructuring Ruby code to improve design, readability, and maintainability. Triggers on tasks involving code smells, method extraction, conditional simplification, coupling reduction, design patterns…

not rated 203 +3 23d ago A SkillSpector: pass 65 tokens original MIT

rust-implement

31

pproenca/dot-skills

Skill Claude CodeCodex

Write production-grade Rust code using a multi-pass approach. Design types first, then implement, then simplify, then verify with automated lint. Use this skill whenever writing new Rust functions, structs, modules, or features. Triggers on Rust implementation, new Rust code, Rust functions, Rust modules, error…

not rated 203 +3 23d ago A SkillSpector: pass 77 tokens original MIT

rust-refactor

32

pproenca/dot-skills

Skill Claude CodeCodex

Decision frameworks for Rust refactoring, simplification, module decomposition, and incremental migration. Use this skill when simplifying Rust code, splitting large files, removing dead abstractions, migrating types incrementally, or cleaning up feature flags. Triggers on Rust refactoring, simplification, module…

not rated 203 +3 23d ago A SkillSpector: pass 70 tokens original MIT

rust-write-tests

33

pproenca/dot-skills

Skill Claude CodeCodex

Expert-level Rust testing — the "What Could Break?" framework, five transformations from superficial to expert tests, flake hunting protocol, intent-based assertions, naming conventions, and a mandatory self-review checklist. Triggers on writing Rust tests, designing test cases, improving test quality, or reviewing…

not rated 203 +3 23d ago C 64 tokens original MIT

shadcn

34

pproenca/dot-skills

Skill Claude CodeCodex

Comprehensive best practices guide for shadcn/ui applications, maintained by the shadcn/ui community. Contains 58 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation.

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 80 tokens original MIT

skill-authoring

35

pproenca/dot-skills

Skill Claude CodeCodex

Design and development best practices for Claude Code skills, MCP tools, and AI agent capabilities. Use when creating skills, writing SKILL.md files, designing tool descriptions, or optimizing triggers. Triggers on "create a skill", "skill template", "write skill instructions", SKILL.md, metadata.json, progressive…

not rated 203 +3 23d ago A SkillSpector: warn 91 tokens original MIT

tailwind

36

pproenca/dot-skills

Skill Claude CodeCodex

Tailwind CSS v4 performance optimization and best practices guidelines (formerly tailwindcss-v4-style). This skill should be used when writing, reviewing, or refactoring Tailwind CSS v4 code to ensure optimal build performance, minimal CSS output, and correct usage of v4 features. Triggers on tasks involving Tailwind…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 90 tokens original MIT

tanstack-query

37

pproenca/dot-skills

Skill Claude CodeCodex

TanStack Query v5 performance optimization for data fetching, caching, mutations, and query patterns. This skill should be used when using useQuery, useMutation, queryClient, prefetch patterns, or TanStack Query caching. This skill does NOT cover generating query hooks from OpenAPI (use orval skill) or mocking API…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: warn 79 tokens original MIT

tdd

38

pproenca/dot-skills

Skill Claude CodeCodex

Test-Driven Development methodology and red-green-refactor workflow (formerly test-tdd). This skill should be used when practicing TDD, writing tests first, designing tests before implementation, or reviewing test-first approaches. Triggers on "write tests first", "test before code", "red green refactor", "test driven…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 96 tokens original MIT

terminal-ui

39

pproenca/dot-skills

Skill Claude CodeCodex

Terminal User Interface (TUI) performance and UX guidelines for TypeScript applications using Ink and Clack. This skill should be used when building CLI tools, interactive terminal prompts, or developer tooling with TUI components. Triggers on tasks involving TUI components, CLI prompts, terminal rendering, keyboard…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 69 tokens original MIT

think

40

pproenca/dot-skills

Skill Claude CodeCodex

Deep strategic thinking mode that finds the single highest-leverage, most innovative action by blending concepts across domains. Use this skill whenever the user asks you to think, brainstorm, strategize, or figure out what to do next — even casually. Trigger on phrases like "what should we do", "what's the best…

not rated 203 +3 23d ago A SkillSpector: pass 144 tokens original MIT

typescript

41

pproenca/dot-skills

Skill Claude CodeCodex

TypeScript performance, tsconfig, type errors, async patterns — triggered when the user asks to "optimize TypeScript performance", "speed up tsc compilation", "configure tsconfig.json", "fix type errors", "improve async patterns", or encounters TS errors (TS2322, TS2339, "is not assignable to"). Also triggers on .ts…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 111 tokens original MIT

ui-design

42

pproenca/dot-skills

Skill Claude CodeCodex

UI/UX and frontend design best practices guidelines (formerly frontend-design). This skill should be used when writing, reviewing, or designing frontend code to ensure accessibility, performance, and usability. Triggers on tasks involving HTML structure, CSS styling, responsive layouts, form design, animations, or…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 63 tokens original MIT

vitest

43

pproenca/dot-skills

Skill Claude CodeCodex

Vitest testing framework patterns for test setup, async testing, mocking with vi., snapshots, and test performance (formerly test-vitest). This skill should be used when writing or debugging Vitest tests. This skill does NOT cover TDD methodology (use test-tdd skill), API mocking with MSW (use test-msw skill), or…

not rated 203 +3 23d ago A Socket: passSnyk: passSkillSpector: pass 75 tokens original MIT

web-taste

44

pproenca/dot-skills

Skill Claude CodeCodex

Designs React 19 + Next.js 16 + Tailwind CSS experiences with real taste — starting from user goals, not pixels. Use this skill whenever the user asks you to build a page, screen, form, dashboard, or any user-facing web UI. Trigger when the user says "build a settings page", "create a dashboard", "design this…

not rated 203 +3 23d ago A SkillSpector: pass 161 tokens original MIT

zod

45

pproenca/dot-skills

Skill Claude CodeCodex

Zod schema validation best practices for type safety, parsing, and error handling. This skill should be used when defining z.object schemas, using z.string validations, safeParse, or z.infer. This skill does NOT cover React Hook Form integration patterns (use react-hook-form skill) or OpenAPI client generation (use…

not rated 203 +3 23d ago A Socket: passSnyk: pass 71 tokens copy · 100% MIT

12-factor-app

46

pproenca/dot-skills

Skill Claude CodeCodex

The Twelve-Factor App methodology for building scalable, maintainable cloud-native applications. Use when designing backend services, APIs, microservices, or any software-as-a-service application. Triggers on deployment patterns, configuration management, process architecture, logging, and infrastructure decisions.

not rated 203 +3 23d ago A SkillSpector: pass 57 tokens original MIT

37signals-rails

47

pproenca/dot-skills

Skill Claude CodeCodex

37signals Rails coding principles and conventions from DHH, Jorge Manrubia, and the Fizzy/Basecamp/HEY codebase. This skill should be used when writing, reviewing, or refactoring Ruby on Rails code following the 37signals philosophy — vanilla Rails, CRUD controllers, rich domain models, concerns, no service objects…

not rated 203 +3 23d ago A SkillSpector: pass 105 tokens original MIT

pproenca/dot-skills

Skill Claude CodeCodex

Use when implementing, reviewing, or debugging a Gherkin acceptance-test pipeline with mutation testing. Covers parser, JSON IR, generator, runtime, step handlers, test runner, mutator, value mutation rules, execution, result classification, reporting, project layout, conformance, and agent setup. Based on Uncle Bob's…

not rated 203 +3 23d ago A SkillSpector: pass 103 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: