orchestrator
仓库创建 2026年6月4日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
适用于需要跨上下文分工并行推进的复杂工程与运营协作。
这个 Skill 做什么
通过分派、引导与验证子代理来推进复杂多段任务或史诗级目标完成。
把一个大目标拆成很多小活儿,分派给不同的子代理去做、在中间引导它们并核验最后结果,直到把整个史诗级任务收尾。用在任务跨多个上下文、需要并行处理或要批量应用改动时,能把分工、进度和验证统一交给代理网络去跑。特别之处是可以自动跟踪每个子任务的状态并做聚合判断,省下你手工协调和复查的麻烦。
3.9k
Stars
54
Forks
38
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nubjs/nub/main/.claude/skills/orchestrator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nubjs/nub/main/.claude/skills/orchestrator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: orchestrator description: Drive a multi-part effort to completion by dispatching, steering and verifying sub-agents — one cohesive epic, a batch of decided changes, or a coverage campaign over a population. Invoke (via the Skill tool) whenever you hold a goal set larger than one context and will delegate pieces of it: "drive this epic", "work through these fixes", "batch these changes", "measure all of X", or being handed a large multi-unit implementation. Carries the three dispatch PATTERNS (phased batch, worktree fan-out, relay) and the rule that picks between them — EDITS ARE CHEAP AND PARALLELISE, BUILDS ARE EXPENSIVE AND DO NOT. Supersedes the separate `batch-orchestrator` and
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有