From fableplan
Toggle "Fable Plan Mode" — plan with Fable 5, execute with Sonnet (opusplan-style). Use when the user runs /fableplan, optionally with "off" to revert, or "1m" to use the 1M-context Fable variant.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fableplan:fableplanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Claude Code has a built-in `opusplan` model setting ("Opus in plan mode, Sonnet otherwise") but no Fable equivalent. This skill recreates it by combining `opusplan` with the `ANTHROPIC_DEFAULT_OPUS_MODEL` environment variable override, which redirects the "opus" alias to Fable 5.
Claude Code has a built-in opusplan model setting ("Opus in plan mode, Sonnet otherwise") but no Fable equivalent. This skill recreates it by combining opusplan with the ANTHROPIC_DEFAULT_OPUS_MODEL environment variable override, which redirects the "opus" alias to Fable 5.
The target file is the user's global settings: ~/.claude/settings.json.
claude-fable-51m — enable fableplan with claude-fable-5[1m] (1M context window)off — revert to the previous configuration1m)~/.claude/settings.json. If it does not exist, create it with an empty object first.model key already exists and is different from "opusplan", save its current value under the key fableplanPreviousModel (top-level, custom key — extra keys are allowed in settings.json) so it can be restored later."model": "opusplan"."env" (create the object if missing, preserve its other entries), set "ANTHROPIC_DEFAULT_OPUS_MODEL" to "claude-fable-5" (or "claude-fable-5[1m]" if the argument is 1m).off)~/.claude/settings.json."ANTHROPIC_DEFAULT_OPUS_MODEL" from "env". If "env" becomes empty, remove the "env" key entirely.fableplanPreviousModel exists, set "model" to that value and remove the fableplanPreviousModel key."model" key (falls back to the account default) and tell the user they can pick a model with /model.ANTHROPIC_DEFAULT_OPUS_MODEL is an undocumented override — a future CLI update could change or remove it./fableplan off to revert.npx claudepluginhub bapttiste73/fableplan --plugin fableplanOne-time setup and health check for fable-baton. Use when the user asks to set up, configure, verify, or troubleshoot fable-baton - sets the default model to "best" (Fable 5 with Opus fallback) in ~/.claude/settings.json and verifies the plugin is fully installed.
This skill should be used when the user asks to "fix claude code", "fix claude", "optimize claude", "improve claude performance", "fix my settings", "setup claude code", "configure claude code", "claude code settings", "tune claude", "fixclaude", "claude is broken", "claude is slow", "claude is lazy", "claude is not working", "make claude better", "keep session alive", "session timer", "rate limit", "avoid rate limits", "rate limited", "fix claude code settings", or wants to optimize their Claude Code installation for maximum performance. Provides an interactive wizard walking through performance settings, rate limit optimization via session timer bump, and optional plugin improvements step by step.
Enforces task completion with evidence and verification for multi-step work. Useful for long autonomous tasks, debugging, or building artifacts.