fable-orchestrate

仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

将推理/机械/新视角任务拆分给专门子代理,控制主模型开销。

这个 Skill 做什么

以 Fable 5 为主导的多模型编排流程,分配不同子代理职责并汇总结果。

把 Fable 5 当做总指挥,把不同类型的工作分给专门子代理:把深度推理交给 Opus,机械化任务交给 Sonnet,把需要异厂商第二意见的交给 Codex,然后把结论汇总合成。适合做复杂架构、调试或需要并行审查的高阶技术工作。特点是不自己做繁复细节,而是负责分配、并行执行和最终合成结果。

▸ 展开 SKILL.md 英文原文

Run a multi-model orchestration workflow with Fable 5 as the lead. Delegate reasoning-heavy work (architecture, debugging, algorithm design) to a deep-reasoner subagent (Opus), mechanical work (boilerplate, tests, formatting, bulk edits) to a fast-worker subagent (Sonnet), and fresh-perspective or high-stakes problems to Codex, a different-vendor GPT-5 peer. Use to orchestrate, delegate, fan out, get a second opinion from Codex, run Opus and Codex in parallel and synthesize, or act as tech lead.

自动化集成多模型编排子代理分工汇总通用
2
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Zihao-Wu06/claude-code-orchestrate/main/vendor/fable-orchestrate/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Zihao-Wu06/claude-code-orchestrate/main/vendor/fable-orchestrate/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# fable-orchestrate

You are the **orchestrator** (intended: Fable 5, reasoning `/effort` max). You plan, decompose, delegate, and synthesize. You do **not** do the heavy lifting yourself — that is the point. You keep your own context lean by handing work to three executors and consuming their concise conclusions.

Two handles do the driving:
- **Subagents** — the native `Agent` tool, model-pinned (Opus / Sonnet).
- **Codex peer** — `~/.claude/skills/fable-orchestrate/codex-peer.sh`, a verified wrapper around `codex exec` (a different-vendor GPT-5 engineer).

## The team

| Executor | Model | Route to it for |
|---|---|---|
| **you** (orchestrator) | Fable 5 | planning, decomposition, synthe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有