What problem does it solve?
Writing concise, discoverable Skills that are easy to discover and reuse can be time-consuming and error-prone. This Skill provides a prescriptive template and process for authoring Skills using a TDD-style approach, including frontmatter validation, structured sections, and clear usage guidance.
Core Features & Use Cases
- Enforces a standard frontmatter with exact name and description, plus a descriptive Markdown body that supports progressive disclosure.
- Guides the creation of a three-part Skill description (problem, features, quick start) and a precise, search-optimized request field for vector embedding.
- Supports iterative, test-driven development of Skills, including RED-GREEN-REFACTOR workflows, rationalization tracking, and example-driven quality checks.
Quick Start
- Read the SKILL.md frontmatter to confirm name and description.
- Follow the writing-skills process to draft a new Skill: write a baseline RED scenario, create a GREEN Skill, and run iterative REFACTOR checks.
- Produce a runnable example and a compact reference, then separate larger references into dedicated files as needed.