Multi-agent workflow orchestration for Claude Code. Deploy swarms of specialized AI bees to autonomously execute complex development workflows.
Builder Bee -- runs tests, validates builds, and ensures code quality through automated checks
Guard Bee -- performs security scanning, vulnerability detection, and security verification
Inspector Bee -- verifies that implementations meet acceptance criteria and code quality standards
Queen Bee -- analyzes tasks and decomposes them into ordered implementation cells for the hive's honeycomb
Scout Bee -- researches, analyzes, and investigates codebases to gather intelligence for the hive
Autonomously drive a Plugin Hive swarm from start to finish
Install or manage Plugin Hive blueprints
Check Plugin Hive swarm status
Quick-start a Plugin Hive swarm
Manage Plugin Hive swarms, blueprints, and bees
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent swarm orchestration for Claude Code. Deploy specialized bees to autonomously execute complex development workflows.
Plugin Hive turns Claude Code into a hive mind -- a coordinated colony of specialized AI agents (bees) that decompose, implement, verify, and ship features without manual intervention.
node:sqlite)/plugin install plugin-hive@<marketplace>
git clone https://github.com/dakotasmith/plugin-hive.git
cd plugin-hive
npm install
npm run build
claude --plugin-dir .
/hive install feature-dev # Install a blueprint
/hive swarm feature-dev Add auth # Start a swarm
/hive status 1 # Check swarm #1
/hive beekeeper # Health check
| Command | Description |
|---|---|
/hive | Show all sub-commands |
/hive swarm <bp> <task> | Start a swarm from a blueprint |
/hive status [query] | Check swarm status (number, ID, or task search) |
/hive list [--status=X] | List all swarms |
/hive stop <N> | Cancel swarm #N |
/hive resume <N> | Resume a failed swarm |
/hive blueprints | List available blueprints |
/hive install <id> | Install a blueprint |
/hive uninstall <id> | Uninstall a blueprint |
/hive beekeeper | Run health check (resets stuck flights) |
/hive cells <N> | List cells for swarm #N |
/hive pollinate | Trigger pollination cycle |
Shortcuts: /hive-swarm, /hive-status, /hive-install
| ID | Description |
|---|---|
feature-dev | Decomposes features into cells, implements, tests, and verifies |
bug-fix | Investigates root cause, applies fix, reviews, and validates |
security-audit | Maps attack surface, scans for vulns, remediates, and reports |
| Term | Meaning |
|---|---|
| Swarm | A running instance of a blueprint executing a task |
| Blueprint | A workflow template defining bees and flights |
| Bee | A specialized subagent (queen, worker, inspector) |
| Flight | A unit of work assigned to a bee in the pipeline |
| Cell | A decomposed sub-task within a loop flight |
| Nectar | Key-value data produced by flights, consumed by later flights |
| Beekeeper | Health monitor that detects stuck flights and stalled swarms |
hive_*) for swarm orchestration~/.plugin-hive/hive.dbBlueprints are YAML files placed in ~/.plugin-hive/blueprints/<id>/blueprint.yml:
id: my-workflow
name: My Custom Workflow
version: 1
bees:
- id: planner
role: analysis
chamber: { base_dir: planner, files: {} }
- id: coder
role: coding
chamber: { base_dir: coder, files: {} }
flights:
- id: plan
bee: planner
type: single
input: "Analyze: {{task}}"
expects: "CELLS_JSON: array"
max_retries: 2
- id: implement
bee: coder
type: loop
loop: { over: cells, completion: all_done }
input: "Implement: {{current_cell}}"
expects: "STATUS: done"
max_retries: 3
| Role | Capabilities |
|---|---|
analysis | Read-only (Read, Grep, Glob, WebSearch) |
coding | Full access (Read, Edit, Write, Bash) |
verification | Read + Bash (no Edit/Write) |
testing | Read + Bash (no Edit/Write) |
pr | Full access (for git/PR operations) |
scanning | Read + Bash (no Edit/Write) |
npm install # Install dependencies
npm run build # Build with tsup
npm test # Run tests (202 tests across 18 files)
npm run test:watch # Watch mode
npm run typecheck # Type checking
Claude Code plugin for Sitecore, Umbraco, and Optimizely CMS development — scaffolding, content modeling, accessibility scanning, security audits, best practices, and code generation
Analyze Umbraco 14-16 projects for architecture, security, and backoffice patterns
Analyze Optimizely Experimentation and Web implementations for A/B testing, feature flags, and JavaScript SDK patterns
Analyze Optimizely CMS/Content Cloud projects for architecture, security, content modeling, and performance patterns
Sitecore XP AWS-to-Azure migration planning assistant. Guides architects through structured discovery, cross-reference analysis, phased estimation, and client-ready deliverable generation.
npx claudepluginhub twofoldtech-dakota/plugin-hivePlan-first AI development with batched parallelism. Native Claude Code implementation of the Agent Hive workflow.
Multi-agent task decomposition and coordination for Claude Code
Multi-agent coordination with agent-swarm MCP
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Use this agent for optimizing human-agent collaboration workflows and analyzing workflow efficiency. This agent specializes in identifying bottlenecks, streamlining processes, and ensuring smooth handoffs between human creativity and AI assistance. Examples:\n\n<example>\nContext: Improving development workflow efficiency
Multi-agent orchestration framework for Claude Code, Gemini CLI, and Codex CLI — 19 agents, 14 skills, 16 commands, quality gates, TDD enforcement