What problem does it solve?
Helps authors turn workflows and intent into reliable, reusable Claude Skill directories by guiding draft creation, adding discriminating test prompts, running parallel with-skill vs baseline evaluations, and iterating on improvements until the skill is robust and well-described for triggering.
Core Features & Use Cases
- Skill authoring: Structured guidance to draft SKILL.md frontmatter and the detailed skill body so Claude will trigger and behave predictably.
- Eval & benchmarking pipeline: Tools and scripts to generate eval sets, run parallel runs, capture timing/tokens, grade outputs, aggregate benchmarks, and surface pass-rate/time/token deltas.
- Review & packaging: Viewer for human review (eval-viewer), grader/comparator/analyzer agents, and packaging utilities to produce distributable .skill artifacts.
- Description optimization: Automated loop to generate and test improved SKILL.md descriptions to increase correct triggering while avoiding overfitting.
- Use case: Create a new skill for a file-transformation workflow, write 3 realistic test prompts, run the with-skill and baseline comparisons, inspect the viewer, then iterate until benchmark and human feedback are satisfactory.
Quick Start
Ask the skill-creator to draft or update a SKILL.md, create test prompts, run the eval + improve loop, and package the best version for installation.