@skillgauge/cli
v0.1.2
Published
SkillGauge command-line interface for coding-agent skill evaluation
Downloads
33
Readme
SkillGauge CLI
SkillGauge is a local coding-agent evaluation runner and Web dashboard.
npx --yes @skillgauge/cli serveInstall the bundled skillgauge-cli Agent Skill through the open skills npm
CLI. User-level installation is the default:
npx --yes @skillgauge/cli installUse --project for the current project, or --agent codex claude-code to
restrict the target agents. The command copies the files from the
@skillgauge/skill npm package so the installation remains valid after an npx
cache cleanup.
Or install it globally:
npm install --global @skillgauge/cli
skill-eval serveThe dashboard defaults to http://localhost:8787. Run skill-eval --help for
Agent Skill installation, dataset import, evaluation, result, trace, and server
commands.
The default data directory is ~/.skill-eval. Override it with
--data-dir <path> or SKILL_EVAL_HOME.
See the repository README for complete usage and development documentation.
