Find the perfect skill
/pr — Create or Update a Pull Request
Development
Creates a PR with a structured description that lets a reader understand the change without reading the diff. Can also update an existing PR's description.
Discord Messaging Workflows
Development
Use the message tool to interact with Discord: send, edit, delete, pin, moderate, and react. Includes guidance on interactive components and safe moderation.
Agent Restore Context
Development
Manage restore context files so skills can survive /clear and /compact.
Scaffold a Cobra CLI Command
Development
Scaffold a new Cobra CLI command following project patterns.
AFK Queue
Development
Work through a queue of AFK-ready issues unattended, each in an isolated subagent with clean context, so no history leaks between issues. Use for several ready issues, e.g. 'implement these 4 issues'.
Grill with Docs
Development
A relentless interview to sharpen a plan or design, also creating docs (ADRs and glossary) as you go.
High-quality Git commits
Development
A guide to crafting high-quality Git commits by gathering context, running code review agents, and grouping changes logically.
OMC Multi-Agent Orchestration
Development
Use when you need Teams-first multi-agent orchestration in Claude Code. 29+ specialized agents, smart model routing, persistent execution loops.
Self-Improvement of Skills
Development
Analyze implementation cycles and propose improvements to framework skills. Continuous improvement system.
Modern Web Development
Development
Comprehensive guide to building web applications: HTML/CSS, JavaScript, React/Vue/Angular, Node.js, databases, APIs, and full-stack architectures.
Advanced TypeScript Patterns
Development
Write precise TypeScript with generic constraints, conditional types, branded types, and more. Use for advanced type-level patterns.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.