Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Agenthub

Skill Verifiziert Aktiv
Teil von: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.

Zweck

To automate complex tasks by leveraging parallel agent competition, optimizing outcomes through diverse approaches and objective evaluation.

Funktionen

  • Spawns N parallel agents in isolated git worktrees
  • Supports metric-based and LLM-judge evaluation
  • Manages full session lifecycle from init to merge/archive
  • Provides agent templates for common workflows (optimization, refactoring)
  • Utilizes a message board for inter-agent and coordinator communication

Anwendungsfälle

  • Trying multiple approaches to code optimization or refactoring in parallel
  • Generating and comparing content variations (e.g., marketing copy, documentation)
  • Exploring different research strategies or solutions to a problem
  • A/B testing different configurations or algorithms

Nicht-Ziele

  • Replacing individual agent intelligence; agents still perform the core task
  • Direct agent-to-agent communication (agents only communicate via the coordinator)
  • Managing agent lifecycles outside of the defined session workflow

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add alirezarezvani/claude-skills
/plugin install agenthub@claude-code-skills

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14.6k
LizenzMIT
Status
Quellcode ansehen