What problem does it solve?
This skill provides a structured workflow to create or iteratively improve agent skills using eval-driven refinement, enabling AI coding agents to produce production-grade skills by guiding the entire lifecycle from intent capture to optimization, with determinism via scripted evaluation loops.
Core Features & Use Cases
- Five-phase workflow: Capture intent, Draft a SKILL.md, run an eval loop with subagents, refine via grading signals, and optimize the description for trigger accuracy.
- Bundled scripts and references: grade.ts, aggregate-benchmark.ts, detect-plateau.ts, validate-skill.ts, plus references and templates to support end-to-end skill production and benchmarking.
- Environment-agnostic, production-ready artifacts: generates SKILL.md, evals, references, and timing/benchmark artifacts for repeatable distribution.
Quick Start
Use the included scripts to draft SKILL.md, run eval loops, and refine.