Documentation
The Agent Skills Harness is a factory for building production-grade agent skills via a five-phase pipeline (interview → research → draft → autoresearch → verify). These pages are rendered directly from the repo’s canonical docs.
- I/O Contract — what you provide and what you get back. Start here.
- Workspace Layout — the
builds/<skill>/{input,work,output}layout, file by file. - Usage Guide — end-to-end walkthrough of a build.
- Architecture — design overview and how the pieces fit.
- Rubric Format — how evaluation rubrics are defined.
- METRIC Protocol — the
METRIC name=valuemeasurement line format. - Benchmark — a blind, panel-judged factory build vs a human reference.
- Skill-Authoring Best Practices — the official rules the factory follows.
Everything here lives in the GitHub repository ; the factory
skill is also published standalone for npx skills.
Last updated on