Playbook

Kits

Source-verified installation and usage paths for packaged Agentic Engineering skills and workflows.

Kits package public methods into reusable skills, templates, and agent workflows. Commands appear here only when the source repository and public distribution path agree.

Verified distribution paths

Agentic PM Kit

The agentic-pm-kit package is public on npm, and the command below matches the canonical repository's Install section.

npx agentic-pm-kit install

Prototype Kit

Prototype Kit is currently distributed through source-backed Claude Code and Gemini CLI manifests. Its README also mentions an npm package that is not public, so that command is intentionally omitted here.

For Claude Code, launch claude in your project folder, then run these commands inside its interactive session:

claude
/plugin marketplace add Agentic-Engineering-Agency/prototype-kit
/plugin install prototype-kit@prototype-kit
/reload-plugins

For Gemini CLI, run the extension install from your terminal:

gemini extensions install --consent https://github.com/Agentic-Engineering-Agency/prototype-kit

SpecSafe

The @specsafe/cli package is public on npm, and the command matches the canonical repository's Quick Start section.

npm install -g @specsafe/cli

Re-check the linked source before installing. The catalog is a reviewed publication snapshot, not a live package registry.

On this page