Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install claude-flow-4@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/claude-flow-4.json
Step 2: Install the plugin
/plugin install claude-flow-4@claude-flow-4
Claude-Flow v2.7 is an enterprise-grade AI orchestration platform that combines hive-mind swarm intelligence, persistent memory, and 100+ advanced MCP tools to revolutionize AI-powered development workflows.
.swarm/memory.db
with 30+ specialized patterns🔥 Revolutionary AI Coordination: Build faster, smarter, and more efficiently with AI-powered development orchestration
⚠️ IMPORTANT: Claude Code must be installed first:
# 1. Install Claude Code globally
npm install -g @anthropic-ai/claude-code
# 2. (Optional) Skip permissions check for faster setup
claude --dangerously-skip-permissions
# NPX (recommended - always latest)
npx claude-flow@alpha init --force
npx claude-flow@alpha --help
# Or install globally
npm install -g claude-flow@alpha
claude-flow --version
# v2.7.0-alpha.10
Critical bug fix for semantic search returning 0 results:
retrieveMemories()
flat structure.swarm/memory.db
# Semantic search now fully functional
npx claude-flow@alpha memory store test "API configuration" --namespace semantic --reasoningbank
npx claude-flow@alpha memory query "configuration" --namespace semantic --reasoningbank
# ✅ Found 3 results (semantic search) in 2ms
📚 Release Notes: v2.7.0-alpha.10
# Store memories with semantic search
npx claude-flow@alpha memory store api_key "REST API configuration" \
--namespace backend --reasoningbank
# Query with semantic search (2-3ms latency)
npx claude-flow@alpha memory query "API config" \
--namespace backend --reasoningbank
# ✅ Found 3 results (semantic search)
# List all memories
npx claude-flow@alpha memory list --namespace backend --reasoningbank
# Check status and statistics
npx claude-flow@alpha memory status --reasoningbank
# ✅ Total memories: 30
# Embeddings: 30
# Storage: .swarm/memory.db
# For better semantic accuracy (requires API key)
export OPENAI_API_KEY=$YOUR_API_KEY
# Uses text-embedding-3-small (1536 dimensions)
# Quick task execution (recommended)
npx claude-flow@alpha swarm "build REST API with authentication" --claude
# Multi-agent coordination
npx claude-flow@alpha swarm init --topology mesh --max-agents 5
npx claude-flow@alpha swarm spawn researcher "analyze API patterns"
npx claude-flow@alpha swarm spawn coder "implement endpoints"
npx claude-flow@alpha swarm status
# Initialize hive-mind system
npx claude-flow@alpha hive-mind wizard
npx claude-flow@alpha hive-mind spawn "build enterprise system" --claude
# Session management
npx claude-flow@alpha hive-mind status
npx claude-flow@alpha hive-mind resume session-xxxxx
When to Use:
Feature | swarm | hive-mind |
---|---|---|
Best For | Quick tasks | Complex projects |
Setup | Instant | Interactive wizard |
Memory | Task-scoped | Project-wide SQLite |
Sessions | Temporary | Persistent + resume |
# Add Claude Flow MCP server (required)
claude mcp add claude-flow npx claude-flow@alpha mcp start
# Optional: Enhanced coordination
claude mcp add ruv-swarm npx ruv-swarm mcp start
# Optional: Cloud features (requires registration)
claude mcp add flow-nexus npx flow-nexus@latest mcp start
Core Tools:
swarm_init
, agent_spawn
, task_orchestrate
memory_usage
, memory_search
neural_status
, neural_train
, neural_patterns
Memory Tools:
mcp__claude-flow__memory_usage
- Store/retrieve persistent memorymcp__claude-flow__memory_search
- Pattern-based searchGitHub Tools:
github_repo_analyze
, github_pr_manage
, github_issue_track
Performance Tools:
benchmark_run
, performance_report
, bottleneck_analyze
📚 Full Reference: MCP Tools Documentation
Claude-Flow automatically configures hooks for enhanced operations:
# Auto-configures hooks during init
npx claude-flow@alpha init --force
Pre-Operation:
pre-task
: Auto-assigns agents by complexitypre-edit
: Validates files and prepares resourcespre-command
: Security validationPost-Operation:
post-edit
: Auto-formats codepost-task
: Trains neural patternspost-command
: Updates memorySession Management:
session-start
: Restores previous contextsession-end
: Generates summariessession-restore
: Loads memory# Initialize once per feature
npx claude-flow@alpha init --force
npx claude-flow@alpha hive-mind spawn "Implement authentication" --claude
# Continue same feature (reuse hive)
npx claude-flow@alpha memory query "auth" --recent
npx claude-flow@alpha swarm "Add password reset" --continue-session
# Project initialization
npx claude-flow@alpha init --force --project-name "my-app"
# Feature 1: Authentication
npx claude-flow@alpha hive-mind spawn "auth-system" --namespace auth --claude
# Feature 2: User management
npx claude-flow@alpha hive-mind spawn "user-mgmt" --namespace users --claude
# Start research session
npx claude-flow@alpha hive-mind spawn "Research microservices" \
--agents researcher,analyst --claude
# Check learned knowledge
npx claude-flow@alpha memory stats
npx claude-flow@alpha memory query "microservices patterns" --reasoningbank
MIT License - see LICENSE for details
Built with ❤️ by rUv | Powered by Revolutionary AI
v2.7.0-alpha.10 - Semantic Search Fixed + ReasoningBank Node.js Backend
2.5.0