25 lines
854 B
JSON
25 lines
854 B
JSON
{
|
|
"name": "agenthub",
|
|
"displayName": "AgentHub",
|
|
"version": "2.1.2",
|
|
"description": "Multi-agent collaboration — spawn N parallel agents that compete on code, content, research, or strategy tasks. Evaluate by metric or LLM judge, merge the winner.",
|
|
"author": "Alireza Rezvani",
|
|
"license": "MIT",
|
|
"platforms": ["claude-code", "openclaw", "codex"],
|
|
"category": "engineering",
|
|
"tags": ["multi-agent", "collaboration", "parallel", "git-dag", "orchestration", "competition", "content-generation", "research", "optimization"],
|
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
|
"commands": {
|
|
"init": "/hub:init",
|
|
"spawn": "/hub:spawn",
|
|
"status": "/hub:status",
|
|
"eval": "/hub:eval",
|
|
"merge": "/hub:merge",
|
|
"board": "/hub:board",
|
|
"run": "/hub:run"
|
|
},
|
|
"agents": [
|
|
"hub-coordinator"
|
|
]
|
|
}
|