by olsenbrands
Turn your strongest Claude model into a team-lead orchestrator: it plans and reviews while cheaper Claude or Codex workers execute — with blind verification before anything counts as done.
# Add to your Claude Code skills
git clone https://github.com/olsenbrands/fable-foremanGuides for using ai agents skills like fable-foreman.
fable-foreman is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by olsenbrands. Turn your strongest Claude model into a team-lead orchestrator: it plans and reviews while cheaper Claude or Codex workers execute — with blind verification before anything counts as done. It has 50 GitHub stars.
fable-foreman's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/olsenbrands/fable-foreman" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh fable-foreman against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Your strongest model shouldn't be swinging the hammer.
Built in public by DontSleepOnAI — the story behind this skill (including the five-round adversarial review where OpenAI's newest model tore apart the first draft) lives there.
Fable Foreman turns the most capable Claude model on your account into a team lead: it plans, routes each task to the cheapest worker that clears the quality bar — Claude subagents or OpenAI Codex CLI workers, auto-detected — and, in full orchestration mode, refuses to accept meaningful changes until a blind, fresh-context verifier reproduces the evidence. (Environments without subagents get an honest reduced-assurance mode that says so.)
No dated model IDs in routing policy. No configuration files. No enforcement scripts. One skill, three agent roles, and a set of rules good enough that a frontier model actually follows them.
Anthropic's own engineering shows both sides of the ledger. Their multi-agent research system writeup found an orchestrator-plus-cheaper-subagents design strongly outperformed single agents — an Opus lead with Sonnet workers, exactly this skill's shape — while consuming roughly 15x the tokens of a single chat, which is why they conclude multi-agent work only pays for high-value tasks. Anthropic's own cost guidance likewise recommends cheaper-tier teammates under a stronger lead as the default for multi-agent work. And the community has receipts for what happens without discipline — runaway-subagent cost stories are a genre of their own on every AI-coding forum, which is exactly why this skill bounds crew sizes, retries, and spend announcements the way it does.
The difference between those two outcomes is not orchestration machinery — it's routing judgment and verification discipline. That's what this skill installs.
codex login status for auth and billing mode, with a version-tolerant credential-file fallback if that subcommand ever changes — and no billable call, not even the functional echo ok, until you've consented to spending your OpenAI credits.DONE / DONE_WITH_CONCERNS / NEEDS_CONTEXT / BLOCKED — with a bounded escalation ladder: two failures at a seat, then escalate one seat or take over. Never a third identical retry.Claude Code (plugin):
/plugin marketplace add olsenbrands/fable-foreman
/plugin install fable-foreman@fable-foreman
Claude Code (manual): clone this repo, copy skills/fable-foreman into ~/.claude/skills/ and agents/*.md into ~/.claude/agents/.
Claude Desktop / claude.ai: package the skill folder as a ZIP and upload it under Settings → Customize → Skills (requires code execution enabled; see Anthropic's current docs for plan availability):
cd skills && zip -r fable-foreman-skill.zip fable-foreman/
Releases on this repo will also attach a pre-built fable-foreman-skill.zip. Without the Agent tool, the skill runs in discipline mode — separate plan/execute/self-review passes, ledger, and status contracts on your single conversation model. That's honest same-model self-review, weaker than full mode; the skill says so rather than pretending otherwise.
Recommended: add one line to your CLAUDE.md so the skill fires reliably (the fables project measured description-based triggering alone at only ~50–60% recall):
For any multi-file or multi-stage task, use the fable-foreman skill.
Subscription users: subagent calls share your plan's quota — delegation buys quality-per-token, and cheaper tiers drain shared quota more slowly (some plans additionally meter cheaper tiers in larger buckets — check yours). It does not buy discounts. API users: the cost savings are direct.
MIT © Jordan Olsen