What problem does it solve?
Writing Skills documentation often lacks discipline and a repeatable process. This Skill provides a test-driven framework for authoring SKILL.md with a minimal frontmatter and well-structured body, ensuring discoverability and reliability.
Core Features & Use Cases
- Enforces YAML frontmatter with name and description in SKILL.md to support Claude discovery.
- Promotes progressive disclosure by referencing additional materials (scripts, references, assets) only when needed.
- Guides writers to craft evidence-based, test-driven content and checklists that validate skill effectiveness.
- Provides templates and examples to accelerate consistent skill creation.
Quick Start
To begin, create a new Skill directory named after your skill, add an SKILL.md with the required YAML frontmatter (name and description), and write a concise description body following the Skill structure. Then add optional subfolders as needed (scripts/, references/, assets/) and link them from SKILL.md as required.