Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

fable-orchestration

A drop-in Claude Code skill for prompting Claude Fable 5 to orchestrate a build correctly and cheaply.

Fable 5 is the most capable model but the most expensive — so don't run everything on it. Make Fable the architect and let Opus 4.8 do the token-heavy work.

The loop: Opus 4.8 researches → Fable architects → Opus 4.8 executes → Opus 4.8 verifies. Fable only touches the middle step, so you pay its rate only for the thinking that needs it.

Install

Drop SKILL.md into your project's .claude/skills/fable-orchestration/ (or ~/.claude/skills/fable-orchestration/ for global). Claude Code loads it automatically.

What's inside

  • Two ways to wire it — advisor mode (/advisor fable, Opus as executor) or architect-and-delegate (Fable plans, parallel Opus 4.8 agents build).
  • Effort as the cost lever — match /effort to task difficulty; Fable on low often beats prior models at max.
  • A paste-in prompt kit — 9 ready-to-use instruction blocks (act-don't-overplan, delegate, verify, boundaries, and more).
  • Hard don'ts — the failure modes that silently reroute Fable to Opus (e.g. asking it to "explain your reasoning").

See SKILL.md for the full skill.

About

A Claude Code skill for prompting Claude Fable 5 to orchestrate a build cheaply — Fable architects, Opus 4.8 executes.

Resources

Stars

61 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors