claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "claude-flow",
"description": "Multi-agent swarm coordination, memory management, SPARC methodology, and intelligent hooks for Claude Code. Provides 60+ skills, 100+ commands, and 80+ specialized agents.",
"version": "3.0.0",
"author": {
"name": "ruvnet",
"url": "https://github.com/ruvnet"
},
"homepage": "https://github.com/ruvnet/claude-flow",
"repository": "https://github.com/ruvnet/claude-flow",
"license": "MIT",
"keywords": [
"swarm",
"multi-agent",
"coordination",
"memory",
"hooks",
"sparc",
"mcp",
"ai-agents"
],
"categories": [
"Development",
"Productivity",
"AI Agents",
"Workflow Automation"
],
"engines": {
"claude-code": ">=1.0.0"
},
"capabilities": {
"skills": true,
"commands": true,
"agents": true,
"hooks": true,
"mcpServers": true
},
"main": {
"skills": "./skills",
"commands": "./commands",
"agents": "./agents",
"hooks": "./hooks/hooks.json",
"mcp": "./.mcp.json"
}
}