.claude-plugin/docs/INSTALLATION.md
In Claude Code:
/plugin add ruvnet/claude-flow
This will:
If you've cloned the repository:
# Clone the repository
git clone https://github.com/ruvnet/claude-flow.git
cd claude-flow
# In Claude Code, install the plugin
/plugin add .
Restart to activate the plugin:
/restart
/plugin list
Look for claude-flow in the active plugins list.
Try a command:
/coordination-swarm-init
Or type / to see all 150+ available commands.
Commands organized by category:
Available for delegation:
3 MCP servers with 110+ tools:
/plugin list
/plugin update claude-flow
Or pull latest from GitHub:
cd /path/to/claude-flow
git pull
/plugin remove claude-flow
The plugin defines MCP servers, but you may need to install the packages:
# Core MCP (recommended)
npm install -g claude-flow@alpha
# Optional enhanced coordination
npm install -g ruv-swarm
# Optional cloud features (requires authentication)
npm install -g flow-nexus@latest
MCP servers are automatically configured when you install the plugin.
In Claude Code:
/plugin list
Look for claude-flow in the list with status "active".
Type / in Claude Code and look for:
coordination-sparc-github-hive-mind-Agents are automatically available for Claude Code to delegate to when appropriate.
# Verify plugin is installed
/plugin list
# Try installing again
/plugin add ruvnet/claude-flow
# Verify plugin is installed
/plugin list
# Check directory structure
ls -la .claude-plugin/
ls -la commands/
ls -la agents/
# Restart Claude Code
/restart
# Try local installation
git clone https://github.com/ruvnet/claude-flow.git
cd claude-flow
/plugin add .
To remove the plugin:
/plugin remove claude-flow
This will remove all commands, agents, and hooks.
Version: 2.5.0 License: MIT Author: rUv
After installation, the plugin structure is:
claude-flow/
āāā .claude-plugin/
ā āāā plugin.json # Plugin metadata
ā āāā README.md # Documentation
ā āāā INSTALLATION.md # This file
ā āāā PLUGIN_SUMMARY.md # Status overview
āāā commands/ # 150+ slash commands
ā āāā coordination/
ā āāā sparc/
ā āāā github/
ā āāā hive-mind/
ā āāā ...
āāā agents/ # 74+ specialized agents
ā āāā core/
ā āāā swarm/
ā āāā consensus/
ā āāā github/
ā āāā ...
āāā hooks/ # Event handlers
āāā hooks.json