What problem does it solve?
Helps authors and teams create, evaluate, and iteratively improve Claude "skills" (SKILL.md-based tool bundles) so that skills reliably trigger, perform deterministic tasks, and include reproducible evals and benchmarks.
Core Features & Use Cases
- Skill authoring workflow: Guidance and templates for drafting SKILL.md frontmatter, writing the skill body, and organizing bundled resources (scripts, references, assets).
- Evaluation & benchmarking: Tools and patterns to write evals/evals.json, spawn with-skill and baseline runs, grade outputs, aggregate benchmark statistics, and surface analyst notes.
- Iteration & packaging: Utilities to improve descriptions, run automated optimize loops, validate skills, and package distributable .skill archives.
- Use Case: A developer wants to create a new file-conversion skill: use the skill-creator to draft SKILL.md, produce 2–3 realistic test prompts, run with/without-skill comparisons, analyze grades, and iterate until pass rates are satisfactory.
Quick Start
Ask the assistant to help you draft a new SKILL.md, generate 2–3 test prompts and an evals/evals.json, run the evaluation loop, and propose improvements.