explaingit

nyldn/fable5-optimizer

Analysis updated 2026-05-18

1ShellAudience · developerComplexity · 2/5LicenseSetup · easy

TLDR

Fable 5 Optimizer is a Claude Code skill that routes judgment-heavy work to Fable 5 and mechanical work to Codex (GPT-5.5), so each model handles what it is best at.

Mindmap

mindmap
  root((fable5-optimizer))
    What it does
      Routes work between models
      Fable 5 for judgment
      Codex for mechanical tasks
      Preparedness gate
    Tech stack
      Shell install script
      Claude Code skill
      Codex CLI
    Use cases
      Architecture decisions
      Bounded migrations
      Browser verification
    Install modes
      On-demand skill
      Project-local skill
      Always-on CLAUDE.md

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically route architecture and security decisions to Fable 5 while offloading repetitive migrations to Codex.

USE CASE 2

Install a project-wide CLAUDE.md policy so every session follows the same model routing rule.

USE CASE 3

Use bundled codex commands for bounded implementation and browser-based verification with consistent reporting.

What is it built with?

ShellClaude CodeCodex CLI

How does it compare?

nyldn/fable5-optimizer100/dotfilesadams549659584/my-openwrt-actions
Stars111
LanguageShellShellShell
Last pushed2016-11-182020-06-06
MaintenanceDormantDormant
Setup difficultyeasyeasyhard
Complexity2/51/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Codex CLI must be installed and authenticated for the delegation features to actually run.

Permissive open-source license, use freely in personal or commercial projects.

In plain English

Fable 5 Optimizer is a Claude Code add-on that helps decide which of two AI models should handle a given piece of work. It is built for people using Claude Code alongside Codex, which runs on GPT-5.5, and it installs as either an on-demand skill or an always-loaded policy file so Claude Code follows the same routing rule every time. The idea behind the project is that Fable 5, the model, should be the one making judgment calls such as choosing an architecture, deciding on a risky change, or handling anything touching an API contract, security surface, or user-facing interface. Codex is cheaper to run and better suited to grinding through repetitive, well-defined work like a migration or a review pass, but it should not be the one setting direction. This package gives Claude Code a routing table that spells out exactly where that line sits, plus a set of signals that always bump a task back to Fable 5 regardless of how mechanical it looks on the surface. Beyond the routing table, it includes a preparedness gate, which tells Codex to gather relevant context into a packet first for complex tasks, so that when Fable 5 steps in it can start reasoning immediately instead of rebuilding context from scratch. It also ships ready to use codex commands for review, bounded implementation, and browser or computer-use verification, all reporting results in the same consistent format, along with guardrails such as checkable acceptance criteria before delegating work and rules for when an autonomous run should stop and wait for a human. You can install it as a per-user skill that loads automatically whenever a task looks like it involves Fable 5 or Codex routing, as a project-scoped skill, or as a permanent block inside a project's CLAUDE.md file. Installation is done with a single curl command piped to bash, or by cloning the repository and running its install script. The routing guidance itself still works even without the Codex CLI installed, since Claude Code will simply note that Codex is unavailable and continue using its own tools. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Install fable5-optimizer as an on-demand skill and explain how the routing table decides between Fable 5 and Codex.
Prompt 2
Set up fable5-optimizer's always-on CLAUDE.md mode for my project so every session uses the routing policy.
Prompt 3
Use fable5-optimizer to delegate a bounded refactor to Codex and have Fable 5 review the diff.
Prompt 4
What risk signals in fable5-optimizer always escalate a task back to Fable 5 instead of Codex?

Frequently asked questions

What is fable5-optimizer?

Fable 5 Optimizer is a Claude Code skill that routes judgment-heavy work to Fable 5 and mechanical work to Codex (GPT-5.5), so each model handles what it is best at.

What language is fable5-optimizer written in?

Mainly Shell. The stack also includes Shell, Claude Code, Codex CLI.

What license does fable5-optimizer use?

Permissive open-source license, use freely in personal or commercial projects.

How hard is fable5-optimizer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fable5-optimizer for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.