Files
gh-arvindcr4-flow/.claude-plugin/plugin.json
2025-11-29 17:58:18 +08:00

41 lines
1.1 KiB
JSON

{
"name": "claude-flow",
"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"
},
"mcp": {
"claude-flow": {
"command": "npx",
"args": [
"claude-flow@alpha",
"mcp",
"start"
],
"description": "Core Claude Flow MCP server for swarm coordination, agent management, and task orchestration (40+ tools)",
"optional": false
},
"ruv-swarm": {
"command": "npx",
"args": [
"ruv-swarm",
"mcp",
"start"
],
"description": "Enhanced swarm coordination with WASM acceleration (2.8-4.4x speed improvement)",
"optional": true
},
"flow-nexus": {
"command": "npx",
"args": [
"flow-nexus@latest",
"mcp",
"start"
],
"description": "Cloud-based orchestration platform with 70+ tools (requires authentication)",
"optional": true
}
}
}