What problem does it solve?
Writing skills provide a structured, test-driven approach to creating and maintaining process documentation for skills, ensuring consistency, testability, and repeatable quality across teams.
Core Features & Use Cases
- TDD-driven skill authoring: apply the RED-GREEN-REFACTOR cycle to skill creation, ensuring baseline failures are observed before writing content.
- Structured SKILL.md templates: frontmatter with name and description, plus inline guidance for organization, references, and tooling.
- Progressive disclosure and references: guidance on keeping inline content lean while linking to heavy references when needed; supports multi-domain skills with light references for discovery.
- Quality and safety checks: guidance on rationalization capture, red flags, and deployment/testing workflows to prevent regressions.
- Cross-skill reuse: instructions for cross-referencing other skills and modular organization to minimize context load.
Quick Start
Write a new SKILL.md for a targeted capability, then run RED-GREEN-REFACTOR cycles against baseline agent behavior to verify compliance before deployment.