What problem does it solve?
This Skill provides a structured, repeatable workflow for designing Claude skills: from initial concept through SKILL.md creation, evaluation prompts, and iterative improvement, enabling teams to produce robust, well-tested skills at scale.
Core Features & Use Cases
- Draft and validate skill definitions with a formal frontmatter structure.
- Build and run end-to-end evaluation loops (train/test prompts, expectations, and metrics) to measure triggering accuracy and reliability.
- Generate and manage eval artifacts (evals.json, iterations history, and benchmark-ready reports).
- Iterate quickly by applying feedback to the skill description and associated artifacts, then re-run evaluations.
- Package and share skills for deployment or integration with other tooling.
Quick Start
Draft a new skill concept, write its SKILL.md, create initial prompts and eval prompts, run the evaluation loop, and iteratively refine based on results.