What problem does it solve?
This Skill provides a structured, test-driven approach to documenting and validating new skills. It ensures consistency, reusability, and quality by requiring explicit frontmatter, well-defined sections, and a cycle of failing tests before the skill is considered complete.
Core Features & Use Cases
- Template-driven documentation: Enforces a consistent frontmatter and section layout for all skills.
- TDD-style validation: Encourages writing pressure scenarios and observing agent behavior before deployment.
- Reusable reference: Produces guidance that helps future Claude instances apply proven techniques across projects.
Quick Start
To get started, duplicate this folder for a new skill, update the frontmatter with the new name and description, fill in the sections as described, and run the TDD workflow: observe failures without the skill, implement the skill, then verify that scenarios pass with the skill active.