.claude-plugin/docs/STRUCTURE.md
This plugin follows the official Claude Code plugin specification.
claude-flow/
├── .claude-plugin/ # Plugin metadata and documentation
│ ├── plugin.json # Plugin manifest
│ ├── marketplace.json # Marketplace distribution metadata
│ ├── README.md # Complete documentation (20KB)
│ ├── STRUCTURE.md # This file
│ ├── docs/
│ │ └── QUICKSTART.md # 5-minute quickstart
│ └── scripts/
│ ├── install.sh # Installation script
│ ├── verify.sh # Verification script
│ └── uninstall.sh # Uninstallation script
│
├── commands/ # 150+ slash commands
│ ├── coordination/ # Swarm coordination (6 commands)
│ ├── sparc/ # SPARC methodology (18 commands)
│ ├── github/ # GitHub integration (18 commands)
│ ├── hive-mind/ # Hive mind (11 commands)
│ ├── hooks/ # Hooks configuration (5 commands)
│ ├── memory/ # Memory management (5 commands)
│ ├── monitoring/ # Monitoring (5 commands)
│ ├── optimization/ # Optimization (5 commands)
│ ├── analysis/ # Analysis (5 commands)
│ ├── automation/ # Automation (6 commands)
│ ├── swarm/ # Swarm management (15 commands)
│ ├── workflows/ # Workflows (5 commands)
│ ├── training/ # Neural training (5 commands)
│ └── flow-nexus/ # Flow Nexus integration (9 commands)
│
├── agents/ # 74+ specialized agents
│ ├── core/ # Core development (5 agents)
│ ├── swarm/ # Swarm coordination (5 agents)
│ ├── consensus/ # Consensus protocols (7 agents)
│ ├── github/ # GitHub automation (13 agents)
│ ├── specialized/ # Specialized development (8 agents)
│ ├── sparc/ # SPARC methodology (4 agents)
│ ├── hive-mind/ # Hive mind (5 agents)
│ └── optimization/ # Performance optimization (5 agents)
│
└── hooks/ # Event handlers
└── hooks.json # Hook configuration
Users install with:
/plugin add ruvnet/claude-flow
/restart
commands/)coordination-swarm-init.md)agents/)backend-dev.md)hooks/hooks.json)The plugin configures 3 MCP servers:
claude-flow (Required)
ruv-swarm (Optional)
flow-nexus (Optional)
✅ PRODUCTION READY