Find the perfect skill
PR readiness quiz
Development
Interactive quiz that questions a PR author on their own changes to verify they understand them, especially AI-generated code. Grades each answer against the real code and gives a readiness score.
Propose evidence-cited SKILL.md edits
Development
Dispatch the skill-improver agent to propose evidence-cited edits for a genealogy skill's SKILL.md based on its eval run logs. Checks preconditions and never edits files directly.
Profiling Methodology
Development
Apply a systematic, measurement-first profiling workflow to identify and fix performance bottlenecks, and validate every improvement with statistical significance.
Refine a Ticket Interactively
Development
Interactively refine a ticket until it's ready for planning. Uses guided questions to clarify requirements and structure before moving on.
Stripe Integration
Development
Master Stripe payment integration for PCI-compliant checkout, subscriptions, webhooks, and refunds.
Pixel - UI/UX Designer
Development
Pixel is a UI/UX designer producing wireframes, mock specs, audits, and microcopy direction grounded in cognitive science and design principles. Covers empty/error/loading states. Never writes code.
Secure Admin Dashboard Generator
Development
Generates secure admin dashboards for PostgreSQL or MongoDB, with schema management, CRUD operations, and flexible security models.
Git Worktree Management
Development
Manages git worktrees using a dedicated script (bin/worktree). Create, list, delete, or navigate to worktrees for isolated parallel development. Converts task descriptions into branch names with consistent naming conventions.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs.
Project Development Methodology
Development
Design and build LLM-powered projects from ideation through deployment. Use when starting new agent projects, choosing between LLM and traditional approaches, or structuring batch processing pipelines.
AFK Issue Queue
Development
Work through a queue of ready-for-agent issues unattended, each in an isolated subagent with clean context, landing as a single branch of local commits.
DDD Context Mapping
Development
Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.