Find the perfect skill
Scripting Subsystem Audit
Development
In-depth audit of the M30/M47 scripting domain covering .pex decompilation, .psc parsing, AST-to-ECS recognizer chain, and ECS runtime correctness. Focuses on the decompiler which has highest bug density.
Kiloforge Update
Development
Update skill definitions in ~/.claude/skills/ and CLI tools in ~/.kf/bin/ from the latest GitHub release.
Convex HTTP Actions
Development
Build HTTP endpoints for webhooks, external API integration, and custom routes in Convex. Covers routing, request handling, authentication, CORS, and webhook signature validation.
Finalize Change with Rationale
Development
Captures facts and a pending proposal after a change, splitting decisions into Records.
Artifact Audit
Development
Read-oriented inspection of completed artifacts to detect drift, inconsistency, omissions, or unsupported claims.
Create or update pull request
Development
Create or update a pull request for current git changes. Includes build/check steps, commit message style, and PR writing guidelines.
Create an Agent Skill
Development
Guide to create a new agent skill with structure, guidelines, and best practices for coding agents.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Open a PR to main
Development
Automatically open a PR to main: commit if needed, create an Nx version plan, push, and create the PR with a full description and testing steps.
Ralph - Self-referential iteration with verification
Development
Self-referential loop for iterating on tasks until completion, with architect verification. Includes optional PRD mode for breaking down projects into user stories and ultrawork mode for parallel execution with smart model routing.
Backend Architecture Patterns
Development
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.