What problem does it solve?
Provide a repeatable, test-driven framework for authoring, validating, and deploying modular Claude skills so they reliably teach procedural knowledge and resist rationalization under pressure. Solve discovery and token-efficiency issues by prescribing CSO-friendly metadata and progressive-disclosure resource loading.
Core Features & Use Cases
- TDD-driven skill creation: RED-GREEN-REFACTOR process mapped to skill authoring, including baseline pressure tests and iterative loophole closure.
- Discovery & metadata guidance: Strict YAML frontmatter rules, description patterns that start with "Use when...", and keyword guidance for Claude Search Optimization.
- Testing with subagents: Pressure-scenario design, verbatim rationalization capture, and verification steps to ensure agent compliance.
- Bundled resources guidance: When and how to include scripts, references, and assets and how to structure them for on-demand loading.
- Deployment checklist and anti-patterns: Mandatory verification steps, red-flag lists, and examples of common mistakes to avoid.
Quick Start
Create a new skill that documents TDD-based skill authoring, includes a RED-GREEN-REFACTOR checklist, and verifies behavior with subagent pressure tests.