.claude-plugin/docs/PLUGIN_SUMMARY.md
Version: 2.5.0 License: MIT Author: rUv Repository: https://github.com/ruvnet/claude-flow
claude-flow/
āāā .claude-plugin/
ā āāā plugin.json ā Official plugin metadata
ā āāā marketplace.json ā Marketplace distribution metadata
ā āāā README.md ā Comprehensive documentation (20KB)
ā āāā scripts/
ā ā āāā install.sh ā Full installation script
ā ā āāā verify.sh ā Verification script
ā ā āāā uninstall.sh ā Uninstallation script
ā āāā docs/
ā āāā QUICKSTART.md ā 5-minute quickstart guide
āāā commands/ ā 150+ slash commands
ā āāā coordination/
ā āāā sparc/
ā āāā github/
ā āāā ...
āāā agents/ ā 74+ specialized agents
ā āāā core/
ā āāā swarm/
ā āāā consensus/
ā āāā ...
āāā hooks/ ā Event handlers
āāā hooks.json ā Hook configuration
# Install plugin
/plugin add ruvnet/claude-flow
# Restart Claude Code
/restart
# Verify installation
/plugin list
# Try a command
/coordination-swarm-init
cd claude-flow
/plugin add .
/restart
| Category | Count | Examples |
|---|---|---|
| Coordination | 6 | swarm-init, agent-spawn, task-orchestrate |
| SPARC | 18 | coder, tdd, architect, reviewer, optimizer |
| GitHub | 18 | pr-manager, code-review-swarm, release-manager |
| Hive Mind | 11 | init, spawn, consensus, memory, metrics |
| Memory | 5 | usage, persist, search, neural |
| Monitoring | 5 | status, agents, metrics, swarm-monitor |
| Optimization | 5 | topology-optimize, parallel-execution, cache |
| Analysis | 5 | performance-report, bottleneck-detect, token-usage |
| Automation | 6 | smart-spawn, auto-agent, self-healing |
| Swarm | 15 | init, spawn, status, monitor, strategies |
| Workflows | 5 | create, execute, export |
| Training | 5 | neural-train, pattern-learn, model-update |
| Flow Nexus | 9 | swarm, workflow, neural-network, sandbox |
| Total | 150+ | 19 categories |
| Category | Count | Key Agents |
|---|---|---|
| Core Development | 5 | coder, planner, researcher, reviewer, tester |
| Swarm Coordination | 5 | hierarchical, mesh, adaptive coordinators |
| Consensus & Fault Tolerance | 7 | Byzantine, Raft, Gossip, CRDT, Quorum |
| GitHub Automation | 13 | PR manager, code review, release coordination |
| Specialized Development | 8 | backend, mobile, ML, CI/CD, API docs |
| SPARC Methodology | 4 | specification, pseudocode, architecture, refinement |
| Hive Mind | 5 | collective intelligence, queen, scout, worker |
| Optimization | 5 | performance monitor, load balancer, benchmarking |
| Total | 74+ | 20 categories |
claude-flow (Required)
ruv-swarm (Optional)
flow-nexus (Optional)
| Document | Description |
|---|---|
| README.md | Complete documentation (20KB) |
| marketplace.json | Marketplace distribution metadata |
| docs/INSTALLATION.md | Installation guide with official commands |
| docs/QUICKSTART.md | 5-minute quickstart guide |
| docs/PLUGIN_SUMMARY.md | Status overview (this file) |
All documentation follows official Claude Code plugin guidelines.
.claude-plugin/plugin.json (plugin configuration).claude-plugin/marketplace.json (distribution metadata)commands/ directory (root level)agents/ directory (root level)hooks/hooks.json/plugin add ruvnet/claude-flow
/plugin update claude-flow
Or pull latest from GitHub:
cd /path/to/claude-flow
git pull
/plugin remove claude-flow
/plugin list
/plugin commandsAfter installation, verify with:
/plugin list
Should show claude-flow as active.
ā Ready For:
The plugin is configured via .claude-plugin/plugin.json:
{
"name": "claude-flow",
"version": "2.5.0",
"description": "Enterprise AI agent orchestration plugin...",
"author": {
"name": "rUv",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/claude-flow.git"
},
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": ["claude-flow@alpha", "mcp", "start"]
}
}
}
Commands and agents are automatically discovered from commands/ and agents/ directories.
Users install with:
/plugin add ruvnet/claude-flow
Plugin Status: PRODUCTION READY Last Updated: 2025-10-09 Version: 2.5.0 Specification: Claude Code Official Plugin Format