# agenthub

Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.

## Manifest

```json
{
  "name": "agenthub",
  "description": "Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.",
  "source_url": "https://github.com/alirezarezvani/claude-skills/tree/main/.gemini/skills/agenthub",
  "source_pin": null,
  "manifest_hash": "75adcfde6ffcf0f2a22dbb23940a7c77bf3d8a0eb774cb82c486ffa5682034ce",
  "risk_tier": "T2"
}
```

## SBOM

```json
null
```

