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.
Agentic PM Kit
Project-management Agent Skills for drafting PMBOK- and Scrum-shaped artifacts with Claude Code and Gemini CLI.
Prototype Kit
A source-distributed plugin and extension for turning product documents into React and shadcn/ui prototypes.
SpecSafe CLI
A public CLI for installing the SpecSafe planning and spec-driven delivery workflow into supported coding tools.
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 installPrototype 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-pluginsFor Gemini CLI, run the extension install from your terminal:
gemini extensions install --consent https://github.com/Agentic-Engineering-Agency/prototype-kitSpecSafe
The @specsafe/cli package is public on npm, and the command matches the canonical repository's Quick Start section.
npm install -g @specsafe/cliRe-check the linked source before installing. The catalog is a reviewed publication snapshot, not a live package registry.