Claude Code plugins
These are Claude Code plugins — bundles of skills, hooks, and commands that Claude Code (Anthropic’s CLI) loads. They are a different system from ainb v2 plugins, which are subprocess plugins for the ainb TUI. If you’re unsure which you want, read the plugins disambiguation first.
The repo publishes them through .claude-plugin/marketplace.json at the repo root; the source lives under plugins/<name>/. Add the marketplace, then install:
claude plugin marketplace add stevengonsalvez/agents-in-a-boxclaude plugin install reflect@agents-in-a-boxclaude plugin install ainb-fleet@agents-in-a-boxThe plugins
| Plugin | What it does | Install |
|---|---|---|
| reflect | Agent self-improvement + retrieval — captures learnings and auto-injects relevant prior ones at session start. | claude plugin install reflect@agents-in-a-box |
| ainb-fleet | LLM-facing skill bundle teaching agents to drive ainb fleet … multi-session orchestration (broadcast, sequence, needs, daemon). | claude plugin install ainb-fleet@agents-in-a-box |
| ainb-hooks | Emits Claude Code / Codex lifecycle events to the ainb notification inbox (consumed by the Inbox & notifications daemon — host code, not a plugin). | ainb-notifyd install --claude --codex |
Each page below has a /fireworks-tech-graph diagram of how the plugin works, the exact hooks/skills it registers, and how to use it.