UNPKG

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

97 lines (96 loc) 2.97 kB
{ "name": "claude-flow-marketplace", "owner": { "name": "rUv", "email": "noreply@ruv.net" }, "metadata": { "description": "Enterprise AI agent orchestration marketplace for Claude Code", "version": "2.5.0", "homepage": "https://github.com/ruvnet/claude-flow", "repository": "https://github.com/ruvnet/claude-flow" }, "plugins": [ { "name": "claude-flow", "source": "./", "description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities", "version": "2.5.0", "author": { "name": "rUv", "email": "ruv@ruv.net" }, "homepage": "https://claude-flow.ruv.io", "repository": "https://github.com/ruvnet/claude-flow", "bugs": { "url": "https://github.com/ruvnet/claude-flow/issues" }, "license": "MIT", "keywords": [ "ai-agents", "swarm-intelligence", "orchestration", "sparc-methodology", "github-automation", "neural-training", "mcp-integration", "enterprise", "workflow-automation", "multi-agent", "coordination", "tdd", "code-review", "performance-optimization" ], "category": "development", "tags": [ "productivity", "automation", "ai", "agents", "swarm", "coordination", "sparc", "github", "neural-network", "enterprise" ], "features": [ "150+ slash commands across 19 categories", "74+ specialized AI agents", "Multi-agent swarm coordination (Hierarchical, Mesh, Ring, Star)", "SPARC methodology integration (18 development modes)", "GitHub automation (PR management, code review, releases)", "Neural training with WASM acceleration (2.8-4.4x speed)", "Cross-session memory persistence", "Real-time performance monitoring", "110+ MCP tools across 3 servers", "84.8% SWE-Bench solve rate" ], "requirements": { "claudeCode": ">=2.0.0", "node": ">=20.0.0" }, "mcpServers": { "claude-flow": { "command": "npx", "args": ["claude-flow@alpha", "mcp", "start"], "description": "Core Claude Flow MCP server for swarm coordination (40+ tools)", "optional": false }, "ruv-swarm": { "command": "npx", "args": ["ruv-swarm", "mcp", "start"], "description": "Enhanced swarm coordination with WASM acceleration", "optional": true }, "flow-nexus": { "command": "npx", "args": ["flow-nexus@latest", "mcp", "start"], "description": "Cloud-based orchestration platform (70+ tools)", "optional": true } } } ] }