‹ 首页

agenthub

@alirezarezvani · 收录于 3 周前 · 上游提交 1 周前

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.

For you if you want multiple approaches tried in parallel and the best one automatically merged

/ 通过 npx 安装 校验哈希
npx oh-my-skill add alirezarezvani/claude-skills/agenthub
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- alirezarezvani/claude-skills/agenthub
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify alirezarezvani/claude-skills/agenthub
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
22735GitHub stars
~1.7K上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 aa8d778 · 表述以原文为准
它做什么

装上后,Claude 可以同时启动多个独立 AI 子代理,每个代理在隔离的 git 工作区中并行尝试不同方案完成任务。最后自动评估所有结果,合并最优方案。

什么时候触发

当你需要为同一任务尝试多种不同方法时触发,例如代码优化、内容变体、研究探索等。要求当前项目是一个 git 仓库。

装好后可以这样说
Claude 会并行生成多个文案,评估后合并最优版本。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。