Skip to main content
These 3 Skills Are the Fable 5 Holy Grail — Fable Foreman, the Codex CLI, and the Fable Safe Prompt

These 3 Skills Are the Fable 5 Holy Grail

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

  • Fable Foreman turns Fable into your orchestrator. Do all your heavy planning and reasoning with Fable, then let him farm the coding out to more cost-effective agents. Fable creates the plans, writes the work orders, orchestrates his subagents, and independently verifies the work that comes back.
  • The Codex CLI gives Foreman a second family of Codex subagent workers to hand those work orders to — so your most expensive model isn't the one typing code.
  • The Fable Safe Prompt keeps Fable's safety classifiers from misreading ordinary work and silently dropping you back to Opus 4.8. Open a separate Opus 4.8 session, run your /fable-safe-prompt skill, hand it your prompt, and it rewrites it so Fable reads your work correctly and stays Fable.

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.

Two commands, run inside Claude Code — one at a time, not pasted together. The first registers the marketplace; the second installs the skill from it, and can't run until the first has finished.

Claude Code — first, register the marketplace
/plugin marketplace add olsenbrands/fable-foreman

Paste this into Claude Code and press Enter. It registers the catalog — nothing is installed yet. These are slash commands, not terminal commands.

Claude Code — then, install the skill
/plugin install fable-foreman@fable-foreman

Claude Code will ask where to install it. Choose User scope so Foreman is available in every project.

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.

Note

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.

macOS (Homebrew)
brew install codex

Already have it? Run it anyway — Homebrew just upgrades you to the latest version. It won't break an existing install.

Windows (npm)
npm i -g @openai/codex

Note the @openai/ prefix — it matters. The unscoped 'codex' package on npm is an unrelated project from 2012.

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.

$Authenticate
codex login
$Verify
codex --version

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.

Codex costs tokens. Every dispatch spends your own OpenAI tokens and subscription quota.

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.

Two Claude Code windows side by side: paste your prompt into the Opus 4.8 session first, then copy the result into the Fable 5 session
  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.

🛡️

Before you run — one 30-second check

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.

A clean prompt gets a clean answer. If anything looks off, don't run it — reach out to us.

Your best model should be thinking, not typing.

Don't sleep on AI.

Buy Me A Coffee