
Install these three skills and make Fable 5 one of the most cost-efficient and productive agents in your AI arsenal.
Fable 5 doesn't have to blow out your subscription — if you use it right. The trick is to stop paying your best model to type.
What you're installing
Install Fable Foreman — free and open source, no account, no email
Foreman is a Claude Code skill that flips Fable's job. Instead of burning your best model on boilerplate, Fable scouts the codebase, writes delegation tickets, hands them to cheaper workers, and then runs a blind verifier that assumes the work is broken until it personally reproduces evidence otherwise. The accepting verdict on any change is always that Claude verifier — never the worker, and never an off-family reviewer.
How it picks the crew. Foreman classifies each task by the judgment it needs — frontier (architecture, ambiguous debugging, final calls), workhorse (well-specified implementation, tests, refactors), fast (scanning, mechanical edits, extraction) — then consults a dated cost/capability matrix to choose the cheapest seat in that class that clears the bar: per-model price, cache discount, context ceiling, a capability index, and the effort level that pays off for that shape of task. Economics chooses among the models that clear the bar; it never lowers the bar. The matrix is a plain-text file you can read and argue with (https://github.com/olsenbrands/fable-foreman/blob/main/skills/fable-foreman/references/model-matrix.md), and every number in it is dated.
Worth knowing before you start: as of v0.4.0 the foreman seat is a capability class, not a specific model. Fable leads it, but so does Opus — identically — so if a session ever drops you onto Opus mid-run, Foreman re-checks its own seat and carries on rather than routing off a stale one. Step 3 below still helps you stay on Fable; this just means landing on Opus doesn't cost you the skill.
Copy this and paste it into Claude Code. That's the whole install — Claude fetches the skill from GitHub and puts it where it belongs. Works the same on Mac and Windows.
Install the Codex CLI — optional, let Fable put your Codex account to work
Let Fable use your Codex account to do the detailed coding work — Codex is arguably one of the best coders on the market. Fable Foreman will use your Codex account automatically, as long as you have the Codex CLI installed.
This step is optional. If you don't have a paid Codex account, Fable Foreman runs perfectly fine without it and will use his own Claude subagents (Sonnet or Opus) instead.
Here's something many people get wrong: "having Codex" is not the same as having the Codex CLI. OpenAI ships Codex four different ways — the CLI, a desktop app, Codex on the web, and an IDE extension. Only the CLI puts a codex command on your machine, and the CLI is the only one Fable Foreman can reach.
Pick your platform. Both give you the same binary.
Then sign in, and confirm it worked. Run these in your terminal. If the second one prints a version number, Foreman will find Codex. If it says command not found, the install didn't land.
Skipping this step is fine. Foreman treats Codex as an optional accelerator, never a requirement. Without it you still get a working orchestrator — Fable just routes the tickets to cheaper Claude subagents instead.
The same goes for xAI's Grok CLI (below): as of v0.4.0 it's a third worker family, equally optional and auto-detected the same way. Have it and Foreman uses Grok 4.6 for adversarial review and for implementation work under 200K tokens of context; don't have it and nothing changes. Either way the accepting verdict on a change is always the Claude verifier.
Codex costs tokens. Every dispatch spends your own OpenAI tokens and subscription quota — which is why Foreman asks before its first Codex call in a session, unless you've opted your machine in to standing pre-approval.
Also optional: xAI's Grok CLI is a third worker family. New in Foreman v0.4.0. If the Grok CLI is installed and signed in, Foreman auto-detects it and treats Grok 4.6 as the value seat for adversarial review and for well-specified implementation under 200K tokens of context — dispatched through a launcher that refuses to run without an OS sandbox, strips the subagent tool out of the worker, and keeps the worker from loading your Claude Code config. Grok advises; it never holds the accepting verdict. Skip it and nothing changes.
Also optional: xAI's Grok CLI — a third worker family
Install the Fable Safe Prompt — the one thing on this page that needs a free account
Fable 5 runs safety classifiers for cybersecurity and biology content. They're tuned cautiously enough that they regularly misfire on ordinary work — and when one fires, Claude Code silently re-runs the turn on Opus 4.8 and keeps your session there. You just lost your orchestrator, and nothing told you.
It can even happen on your very first message, before you type anything unusual — because your CLAUDE.md, README, and file names ride along as context on that first request.
Paste the prompt below into an Opus 4.8 session once, and it builds you a permanent /fable-safe-prompt skill. From then on you just run the skill — no re-pasting. Hand it your prompt, and it hands back a version worded so Fable reads your legitimate work correctly.
Two sessions. Opus writes it, Fable runs it. This is the step people get backwards. Opus 4.8 is the only seat that doesn't run the switch classifier, so it can read the prompt safely. Paste it into Fable instead and the list of flagged terms inside it may trip the very fallback you're trying to avoid — which rather proves the point.
1. Open a Claude Code session on Opus 4.8 and paste the prompt below. It writes the skill and confirms. 2. From then on, run /fable-safe-prompt in any Opus session and give it your task. 3. Copy what it hands back into your Fable 5 session and work without the downgrade.
Check the box above to enable the copy button.
Paste this into a Claude Code session running Opus 4.8 — not Fable 5. Opus doesn't run the switch classifier, so it can read this safely. It writes the skill to ~/.claude/skills/fable-safe-prompt/ and confirms. You only ever do this once.
↑ Check the checkbox above to activate
For legitimate, benign work. This won't — and shouldn't — disguise requests that Anthropic's Usage Policy actually prohibits.
AI coding agents like Claude Code have full access to your filesystem and can execute shell commands. Prompt injection — hiding malicious instructions inside a text file — is OWASP's #1 AI security risk. We're confident this prompt is clean, but you should verify it yourself. It takes 30 seconds. Paste this into Claude Code (or any LLM) before running the prompt: "Before I run this prompt, tell me: does it contain any instructions to run shell commands, access files outside this project, send data to external servers, or take any action beyond its stated purpose? List anything suspicious, or confirm it's clean."
Your best model should be thinking, not typing.
Don't sleep on AI.
