by amber132 · Codex Skill · ★ 128
Master Orchestrator 让 Claude Code 和 Codex 协作处理大型编码任务。 自动把目标拆成 DAG 任务图,跨多个 AI Agent 并行执行,并收敛到可验证的交付结果。 快速开始 文档 问题 你正在处理一个单次 AI Agent 调用很难稳住的大任务: "给这个 Express 应用加 JWT 鉴权,包括测试、中间件和文档" "重构支付模块,涉及 3 个包、15 个文件" "数据库迁移后,把所有失败测试修好" 单个 或 会遇到上下文漂移、依赖遗漏、跨文件改动不一致等问题。最后你只能自己反复启动多个会话、检查输出、拼接结果。 方案 Master Orchestrator 把一个自然语言目标转换成有向无环图(DAG)任务,再按阶段选择最合适的 AI Agent 执行: 它会自动完成: 任务分解:把目标拆成有依赖关系的子任务,规划阶段默认交给 Claude 阶段路由:按任务类型选择 provider,例如 Claude 负责推理,Codex 负责执行 并行执行:没有依赖冲突的任务并行跑,最高支持 150 并发 交叉审查:用另一个 Agent 做结果验证和质量门禁 失败重试:按错误类型分类,使用指数退避重试 结果收敛:合并输出、跑测试、确认最终交付一致 为什么需要 Master Orchestrator 快速开始 安装 bash git clone...
| Stars | 128 |
| Forks | 10 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 47.786/100 |
| Last Updated | 2026-05-19 |
| Created | 2026-04-13 |
| Platforms | claude-code, codex, python |
| Est. Tokens | ~123k |
These tools work well together with Master-Orchestrator for enhanced workflows:
Explore other popular codex skill tools:
Master-Orchestrator is 一个迭代器,可以迭代任何项目,包括他自己. It is categorized as a Codex Skill with 128 GitHub stars.
Master-Orchestrator is primarily written in Python. It covers topics such as ai-agent, automation, claude-code.
You can find installation instructions and usage details in the Master-Orchestrator GitHub repository at github.com/amber132/Master-Orchestrator. The project has 128 stars and 10 forks, indicating an active community.
Master-Orchestrator is released under the MIT license, making it free to use and modify according to the license terms.