Files
wehub-resource-sync a1fa97429b
Release / Tag + GitHub Release (push) Waiting to run
Deploy Documentation to Pages / build (push) Waiting to run
Deploy Documentation to Pages / deploy (push) Blocked by required conditions
Sync Codex Skills Symlinks / sync (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:41:47 +08:00

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"
]
}