跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Agenthub

技能 已验证 活跃
属于: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.

目的

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

功能

  • 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

使用场景

  • 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

非目标

  • 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

安装

请先添加 Marketplace

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

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标14.6k
许可证MIT
状态
查看源代码