Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:13 +08:00
commit 9c4f22b7e0
3 changed files with 85 additions and 0 deletions

View 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
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# claude-flow
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities

41
plugin.lock.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:avaloki108/claude-flow----web3:",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "27aa8be7db60d2de559e4351f19f19e18e18357c",
"treeHash": "4ac5d4e37c47cb8a99053973b6af600ba155fa880f9db4c1d3b49db5bfdc8ce3",
"generatedAt": "2025-11-28T10:14:01.897696Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"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"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "f6ad834b985aaa9c7ca86833b3fabb3f9ce21ce52303dba9357f827924e385d8"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "df0bcfc8ce889d1e27c33c514972f2546c9ba71a28e8b92d895b137671e0ed77"
}
],
"dirSha256": "4ac5d4e37c47cb8a99053973b6af600ba155fa880f9db4c1d3b49db5bfdc8ce3"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}