Find the perfect skill
Scaffold a new Claude skill/command
Development
Scaffolds a new Claude command/skill in .claude/commands/ following the house format (frontmatter + steps + verify + final report).
Create Pull Requests
Development
Create high-quality PRs using gh pr create, including committing, branching, pushing, and conflict handling.
Repository Dashboard
Development
Displays repository status with PRs, issues, CI/CD health, and suggested tasks.
Development Summary
Development
Produces a structured summary of development progress at the end of a feature (Phase 7). Helps document key decisions, modified files, and suggests next steps like commits or new features.
Pulumi Registry New Package Workflow
Development
Guided workflow to add a new provider package to the Pulumi Registry, covering metadata YAML creation, validation, and community/first-party setup.
Multi-Agent Code Review and Fix
Development
Launches five review agents in parallel, validates findings, triages with developer judgment, and fixes approved items.
Sharding Strategies
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Run Local Services with Auto-Recovery
Development
Start all local dev services (backend, frontend, docs) with smart port selection, dependency checks, health checks, and automatic error recovery.
Grilling with Documentation
Development
A relentless interview to sharpen a plan or design, creating ADRs and glossary as you go.
Frontend Analytics Events
Development
Add product analytics events to track user interactions in the Metabase frontend using Snowplow and typed schemas.
Skill Quality Review
Development
Starts a separate agent to objectively score Claude skills against best practices across five axes, awarding up to 100 points. Includes a detailed rubric.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.