What problem does it solve?
This Skill standardizes the creation of Skills documentation by applying a test-driven approach to process documentation, reducing ambiguity and increasing discoverability and reliability.
Core Features & Use Cases
- Guided Skill creation: defines the required frontmatter (name, description) and the recommended SKILL.md structure, enabling consistent Skill units.
- Documentation-as-code discipline: emphasizes RED-GREEN-REFACTOR style validation for Skills before deployment.
- Discovery & maintenance: improves searchability with explicit keywords and cross-references, and supports lightweight references for large Skills.
Quick Start
Create a new Skill directory under skills/, add SKILL.md at the root with YAML frontmatter containing name and description, and provide a concise Markdown body with sections like Overview, When to Use, Core Patterns, and Quick Start. Keep content focused and concise to ensure fast loading and reliable discovery.