fable-orchestration

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由

适合有成本/配额约束的多模型编排场景参考与落地。

这个 Skill 做什么

为稀缺顶级模型+廉价子代理栈定义路由与委派策略。

主模型(比如 Claude Fable)只负责架构与判断,不做重复的机械活,把实际执行交给便宜或无限的子代理(如 Opus、Codex)。在要 spawn 子代理、调用 Agent 工具或规划任何委派时用它,决定谁做决策谁做执行。特点是按成本层级路由并限流,确保稀缺模型不被浪费。

▸ 展开 SKILL.md 英文原文

Delegation policy for a multi-model agent stack where the main loop runs on a scarce top-tier model (e.g. Claude Fable) and cheaper/unlimited tiers do the mechanical work. The main loop owns architecture and judgment; sub-agents (Opus) and Codex lanes execute. Load whenever spawning sub-agents (Agent tool, Workflow agent() calls, codex fleets) or planning any delegation.

Skill 开发管理多模型委派策略成本优化通用
12
Stars
1
Forks
8
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/fable-orchestration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/fable-orchestration/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Orchestration & delegation policy (scarce-top-tier stack)

A routing policy for stacks with **one scarce, expensive main-loop model** and
**cheaper or unlimited delegate tiers**. Written against a Claude Fable main
loop with Opus sub-agents and Codex lanes, but the shape transfers to any
stack with the same economics.

Core law: **the scarce model must not do pleb work, and must not be spawned as
a sub-agent.** Its tokens buy judgment, not throughput.

## The hard rules

1. **Scarce tier as sub-agent: sparingly, never aggressively.** Default to an
   explicit `model: 'opus'` on every Agent tool / Workflow `agent()` call and
   `meta.phases` entry — never omit-and-inherit when the parent is
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有