From fable5-skills
Reduces latency and noise by instructing Claude to act on sufficient information, avoid re-deriving settled facts, and skip unnecessary deliberation. Useful for high-effort or ambiguous multi-threaded requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fable5-skills:act-when-readyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
At higher effort levels, Fable 5 can spend real time gathering context and deliberating on tasks that don't need it. The cost is latency and noise, not quality. This skill sets the decision threshold explicitly.
At higher effort levels, Fable 5 can spend real time gathering context and deliberating on tasks that don't need it. The cost is latency and noise, not quality. This skill sets the decision threshold explicitly.
User: "The tests in payments are flaky, can you look?"
Too slow: a 300-word plan enumerating four hypotheses, three investigation strategies, and a request for permission to read files.
Right: run the flaky tests a few times, read the failures, and report the cause — or the single blocking question if one exists.
npx claudepluginhub kpab/claude-fable-5-skills --plugin fable5-skillsPrevents Claude Fable 5 from over-planning, re-deriving settled facts, or listing options it won't pursue. Use when interactive or agentic sessions feel slow.
Consults Claude Fable 5 as a strategic advisor for costly-to-revert decisions: architecture, schema, API contracts, technology selection, production migrations. Also reviews unattended loops and plans.
Enforces rigorous staged planning, source verification, parallel delegation, adversarial review, and durable progress notes for complex or high-stakes tasks. Right-sizes to skip overhead on trivial work.