Find the perfect skill
Artifact Audit
Development
Read-oriented inspection of completed artifacts to detect drift, inconsistency, omissions, or unsupported claims.
OpenSpec OMX Bridge
Development
Translate OMX exploration conclusions into executable OpenSpec contracts without duplicating protocols or preserving superseded drafts.
Gutt Memory Integration Onboarding
Development
First-use guide for gutt memory integration. Verifies MCP connection, demonstrates memory search and capture, explains HUD and active hooks.
Game Design Principles
Development
Core game design principles covering GDD structure, player psychology, difficulty balancing, and progression design.
Convert a PR review comment into a lint rule
Development
Turn recurring code review feedback into an automated lint rule with tests and CLAUDE.md annotation.
Environment Variable Handler
Development
Manage environment variables securely by distinguishing between .env (template) and .env.local (secrets).
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors.
Convex HTTP Actions
Development
External API integration and webhook handling with Convex: HTTP endpoint routing, request/response handling, authentication, CORS, and webhook signature validation.
Julia Pro Development
Development
Expert-level guidance for modern Julia 1.10+ development including performance optimization, scientific computing, and best practices.
Beads Project Task Tracking
Development
Use Beads (bd) for durable project task tracking, blocker management, and multi-session handoff.
Propose skill edits via skill-improver
Development
Dispatch the skill-improver agent to propose evidence-cited edits to a skill's SKILL.md based on its eval run logs. Validates environment, resolves skill, and checks preconditions before dispatching.
Hotfix Flow
Development
Guides through a rapid bug fix workflow: reproduce, create a fix branch, apply minimal changes, test, create PR, and deploy. Useful when a critical bug needs immediate attention.