What problem does it solve?
This Skill provides a structured, test-driven approach to authoring Claude Skills, ensuring that Skill documentation is created, validated, and deploy-ready before use.
Core Features & Use Cases
- Red-Green-Refactor workflow: Enforces failing-test baseline, minimal skill, and explicit countermeasures to new rationalizations.
- Skill structure guidance: Recommends frontmatter with name and description, progression disclosure, and cross-references to heavy references only when needed.
- Validation and testing patterns: Provides templates for pressure scenarios, rationalization tables, red flags, and meta-testing to guarantee reliability.
- When to create or update Skills: Helps decide whether to document a technique, pattern, or reference and how to structure it for discovery.
Quick Start
Create your first Skill by drafting SKILL.md in a new directory with the required YAML frontmatter and an initial description. Then flesh out the body with sections on triggering conditions, core patterns, and examples, placing heavier references in separate files if needed.