Find the perfect skill
Generic Skill
Development
Skill template to be customized.
Bug Fix Workflow
Development
End-to-end bug fix workflow: report, analyze, fix, verify, and ship via PR with CI/CD deployment.
Brutal Hardening Orchestration Agent
Development
Orchestrates subsystem-by-subsystem project hardening by alternating deep review with automated task execution. Each subsystem is reviewed, CRITICAL/MAJOR tasks are created and fully executed before moving to the next, and passes repeat until no new major issues are found. Helps when you need systematic, autonomous hardening with no instruction loss.
SpeedTree Subsystem Audit
Development
Audit the byroredux-spt crate: verify the TLV walker for .spt files, placeholder billboard fallback, and TREE record wiring in game modding.
Code Humanizer
Development
Removes structural debt from AI-generated code, preventing duplicated helpers, swallowed exceptions, and speculative abstractions. Includes Guard mode to avoid these patterns during implementation.
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.
Tech-Debt Audit
Development
Comprehensive tech-debt audit covering stale markers, dead code, duplication, magic numbers, stub implementations, and doc rot.
Sentry Known Pitfalls
Development
Execute common Sentry pitfalls and how to avoid them. Use when troubleshooting Sentry issues, reviewing configurations, or preventing common mistakes.
Writing Skills
Development
Create structured agent skills with proper SKILL.md files, progressive disclosure, and bundled scripts. Use when writing a new skill or improving an existing one.
CM - CASS Memory System
Development
Procedural memory for AI coding agents with three-layer cognitive architecture, cross-agent knowledge transfer, and Bun/TypeScript CLI.
Python Scratchpad
Development
Use the existing Python execution tools as a scratchpad for calculations, data transformation, and quick script-based validation.
Grill Me
Development
Relentlessly interview the user about a plan or design until reaching shared understanding, resolving each decision branch.