@agentskit/playbook
v0.1.1
Published
Zero-dependency quality gates from the Agents Playbook
Maintainers
Readme
@agentskit/playbook
Run the Agents Playbook's structural quality gates without copying scripts into every repository. The CLI has zero runtime dependencies and runs locally on Node.js 22 or newer.
npx @agentskit/playbook list
npx @agentskit/playbook run no-any named-exports
npx @agentskit/playbook run --fastCommands
agents-playbook list
agents-playbook run [gate...] [--fast] [--cwd <path>]
agents-playbook run pr-intent [--base <ref>] [--description-file <path>]
agents-playbook explain [gate]
agents-playbook completion <bash|zsh|fish>All enabled gates run when run has no gate names. Disable a gate for a project with .quality-gates.json:
{
"gates": {
"native-html": { "enabled": false }
}
}Every gate runs against the selected repository and exits non-zero when it finds a violation. Use --cwd <path> from automation that is not already running at the repository root.
Read the gate reference for the enforced contracts, configuration, and adoption guidance.
License
The CLI software is licensed under the MIT License. The Playbook corpus—written patterns, prompts, templates, illustrations, and other editorial content—is licensed separately under CC BY 4.0.
