@skill-harness/cli
v0.1.2
Published
skill-harness CLI — run, grade, review, and lint agent-skill scenarios on the pi harness
Maintainers
Readme
@skill-harness/cli
The command surface for skill-harness —
a test/optimize loop for agent skills: run spec'd scenarios on the pi harness,
LLM-judge each transcript, score against a ship bar, review, and re-run to
measure a SKILL.md edit.
Most users should install the skill-harness meta-package (npm i -g
skill-harness) instead of this package directly.
Install
npm i -g @skill-harness/cliCommands
| command | does |
|---|---|
| skill-harness list --skills <root> | discovered skills + spec status |
| skill-harness lint <skill\|all> --skills <root> | validate specs/fixtures; CI gate |
| skill-harness run <skill\|all> --skills <root> [--model p:m ...] [--judge p:m] | run scenarios, grade, score |
| skill-harness grade <run-dir> [--judge p:m] | re-grade saved transcripts |
| skill-harness review <skill> --skills <root> [--port N] | serve the interactive review UI |
| skill-harness add-test <skill> --skills <root> --id ID --title T ... | scaffold a new scenario |
More
- Repo + full docs: https://github.com/mojomanyana/skill-harness
- Step-by-step usage:
docs/USAGE.md
