Find the perfect skill
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
Database Migration Planner
Development
Plans and generates safe database migration scripts.
Remove AI-generated code slop
Development
Inspects the diff between the current branch and a provided base branch, then removes AI-generated code slop such as unnecessary comments, defensive checks, casts, or stylistic inconsistencies. Outputs a short summary of changes made.
Factory Spec - MODEL Phase Orchestrator
Development
Orchestrates the MODEL phase of a factory: sequentially delegates the generation of functional specs (pm), technical specs (architect), and memory rules (rules-memory), with gate checks between steps. Useful for automatically producing specifications, ADRs, and project rules from an initial brief and scope.
Hex Documentation Search
Development
Search Elixir package documentation with local-first approach, automatic fetching, and source code access. Find module/function docs, usage examples, and integration patterns for Hex packages.
ShellCheck - Shell script linting
Development
Lint and fix shell script issues using ShellCheck. Detects common errors, explains their impact, and provides specific corrections.
Roblox API Patterns & Gotchas
Development
Guide to Roblox-specific API patterns, common gotchas, and best practices to avoid unexpected behaviors when developing on the Roblox platform.
Refactoring Assistant
Development
Guides refactoring decisions and strategy selection, offering tactical, architectural, and safety approaches with step-by-step execution workflows. Helps assess technical debt, choose between refactor and rewrite, and safely modify legacy code.
Karpathy Coding Principles
Development
Guides coding with principles of simplicity, clarity, and surgical precision. Use when you want to think before coding, keep solutions minimal, make targeted changes, and define verifiable success criteria.
API Mocking Framework
Development
This skill specializes in building realistic mock API services to simulate production behavior. It covers setting up mock servers with dynamic routing, latency simulation, and request tracking for parallel development and testing. Use it when you need to decouple frontend or testing from real APIs.