From Builder Skills
Orchestrates research, coding, and testing on codebase-heavy or token-heavy work by delegating bounded heavy lifting to cheaper subagents while Fable handles architecture and final review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/builder-skills:efficient-fableThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Claude Fable as the orchestrator, architect, synthesizer, and final judge.
Use Claude Fable as the orchestrator, architect, synthesizer, and final judge. Use cheaper subagents for token-heavy research, coding, testing, and summarization that do not require Fable's full judgment.
Reserve Fable for:
Prefer parallel subagents when the slices do not depend on each other. Keep blocking or highly coupled work local.
Write delegated prompts as if the subagent has no useful chat context. Include only the context it needs:
Treat subagent reports as leads, not facts. Before using a high-impact finding, opening a PR, or telling the user the work is done, Fable should reopen the important cited files, confirm the relevant line refs or failures, and review the final diff against the task. Let lighter agents gather signal; keep truth-judgment with Fable.
Treat these as soft defaults, not rigid rules:
If a task is tiny or the validation itself needs delicate judgment, keep it with Fable.
Use assets/fable-orchestrator.excalidraw when a visual explanation helps.
For codebase-heavy work, it is reasonable to describe this as up to 3-5x more cost-efficient and 2-4x faster when independent research, coding, or testing slices can run in parallel. Treat those as workload-dependent estimates, not guarantees.
Good launch copy:
Make Claude Fable more efficient by using cheaper subagents for token-heavy research, coding, and testing, saving Fable for judgment, architecture, synthesis, and final review.
7plugins reuse this skill
First indexed Jun 11, 2026
Showing the 6 earliest of 7 plugins
npx claudepluginhub adam-s-tech/skills-for-coding-agentsOrchestrates research, coding, and testing on codebase-heavy or token-heavy work by delegating bounded heavy lifting to cheaper subagents while Fable handles architecture and final review.
Delegation protocol for premium Claude Code sessions that splits planning from mechanical reading using cheaper worker models. Use before sweeping codebases, triaging logs, bulk research, or any task with voluminous mandatory reading.
Orchestrates multi-agent workflows by routing tasks to the cheapest capable model. Saves tokens on large or parallel tasks without sacrificing quality.