@skillgauge/skill
v0.1.2
Published
Agent skill for using @skillgauge/cli from coding agents
Maintainers
Readme
@skillgauge/skill
Agent Skill for operating the @skillgauge/cli evaluation runner safely and
repeatably from Codex, Claude Code, and other compatible coding agents.
The recommended installation path is the CLI command. It resolves this npm
package and delegates the actual Agent Skill installation to the open skills
CLI:
npx --yes @skillgauge/cli installInstall into the current project instead of the user-level skill directories:
npx --yes @skillgauge/cli install --projectLimit installation to one or more supported agents:
npx --yes @skillgauge/cli install --agent codex claude-codeFor a project that already depends on this package, the skills npm package
can discover it directly from node_modules:
npm install --save-dev @skillgauge/skill
npx --yes skills experimental_sync --yesThe published package contains SKILL.md and agents/openai.yaml at the Agent
Skill package root. It has no runtime code or lifecycle scripts.
