Initial commit
This commit is contained in:
41
.claude-plugin/plugin.json
Normal file
41
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user