What problem does it solve?
Creating and refining Claude Skills is a multi-step, error-prone process. This Skill guides users through the end-to-end workflow from capturing intent to writing the skill's frontmatter, setting up evaluations, and iterating based on results to improve triggering accuracy and reliability.
Core Features & Use Cases
- End-to-end skill creation: capture user intent, draft SKILL.md with required name/description, and bundle optional resources (scripts/references/assets).
- Evaluation-driven iteration: generate and run evaluation prompts, collect results, and use feedback to rewrite the skill description and instructions.
- Reusable tooling: includes helper scripts for parsing SKILL.md, validating skills, running evaluations, and packaging skills for distribution.
- Collaboration and publishing: supports local development and publishing workflows for standalone skills or Claude plugins.
Quick Start
Draft a new skill by describing its goal, fill SKILL.md with the required frontmatter and body, run the evaluation loop, and iterate until triggering becomes reliable.