From Builder Skills
Delegates token-heavy research, coding, and testing to cheaper subagents while Claude Fable orchestrates architecture, integration, 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.
npx claudepluginhub builderio/skillsApplies Fable-inspired discipline to coding work: inspect before acting, track goals and findings, ground conclusions in evidence, verify before completion.
Enforces structured multi-step task execution with verification checkpoints. Use for autonomous work, debugging investigations, or building renderable artifacts (HTML, SVG).
Delegates research, coding, and testing to cheaper subagents while keeping planning and review with an expensive frontier model. Useful for reducing token cost on high-cost LLMs.