Find the perfect skill
Add Skill
Development
Guides the creation of a new skill for a Claude Code plugin by generating a SKILL.md file with frontmatter and instructions. Use when a user wants to extend a plugin's capabilities, prompting for required information like skill name, description, and behavior.
Inertia - Modern Frontend Development
Development
Build single-page applications using Inertia.js with React without writing a separate API. Navigate using `router.visit()` or the `<Link>` component, and handle forms with the built-in `<Form>` component that provides error handling, processing states, and success feedback.
Billing Automation
Development
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
Apply shadcn/ui to React pages
Development
Applies shadcn/ui components to React pages and components while integrating the project's custom theme.
Harden Claude Skills: Audit & Rewrite
Development
Audits and rewrites a Claude skill file to enforce visibility flags, deterministic steps, and self-verification. Produces a hardened skill with a changelog.
Author Nx Migration
Development
Author or scope a first-party Nx migration. Use whenever code removes, renames, or deprecates options/flags/executors/generator-schema fields, changes a default, or bumps a dependency.
Open PR with pre-flight checks
Development
Push a branch and open a pull request after automatic pre-flight checks (build, clippy, tests, rebase).
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. For slow responses or throughput issues.
Create PR following WooCommerce iOS conventions
Development
Create a pull request following WooCommerce iOS conventions: verify branch, review diff, add labels and milestone.
Framer Motion Animations
Development
Create scroll-triggered and entrance animations using Framer Motion. Use for adding animations, implementing scroll reveals, or migrating from CSS/Intersection Observer.
Run skill-improver agent
Development
Proposes evidence-cited edits for a genealogy skill's SKILL.md based on its latest eval log. Runs the skill-improver agent in report-only mode.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.