stop-cli
v0.1.0
Published
CLI for STOP — Skill Transparency & Observability Protocol
Downloads
8
Maintainers
Readme
stop-cli
CLI for STOP — Skill Transparency & Observability Protocol.
Install
npm install -g stop-cliOr use directly with npx:
npx stop-cli initCommands
stop init
Interactively generate a skill.yaml manifest for your skill.
cd my-skill/
stop initstop validate [path]
Validate a skill.yaml file against the STOP spec.
stop validate # validates ./skill.yaml
stop validate path/to/skill.yamlChecks:
- Required fields (
sop,name,version,description) - Name format (kebab-case)
- Input/output types
- Side effect types
- Observability levels
${inputs.x}interpolation references
License
MIT
