What problem does it solve?
This Skill provides a structured workflow for creating, evaluating, and iterating Claude skills, including capturing intents, interviewing, writing SKILL.md, and running evals to improve performance.
Core Features & Use Cases
- Capture Intent: determine what the skill should enable Claude to do and how triggers should occur.
- Interview & Research: ask edge-case questions and gather context and references.
- Write SKILL.md: generate a structured frontmatter (name, description) and a body with step-by-step instructions, references, and examples.
- Run Evaluations: draft prompts, run evals, and generate reviews using eval-viewer and grader tooling.
- Iterate & Improve: rewrite and re-evaluate based on feedback, progressively refining prompts, tests, and documentation.
- Documentation scaffolding: may scaffold evals, references, and assets for extensibility via scripts.
Quick Start
Outline the intended skill, write the SKILL.md, create initial evals, and iterate on feedback until the skill is solid.