claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

fable-god-mode

Two Claude Code skills: 10-80-10 token discipline for Fable 5, plus GPT-5.5 (Codex) as an independent reviewer. Agent-driven, reversible installer.

// Claude Skills[ cli ][ api ][ desktop ][ web ][ claude ]#claude#agent-skills#claude-code#codex#orchestration#skillsMIT$open-sourceupdated 5 days ago
// install
git clone https://github.com/nagarjuna-msr/fable-god-mode

Fable God Mode

Two installable Claude Code skills that spend your premium model where it earns its keep and push the verbose middle of every task onto cheaper models. God Mode runs on a Claude subscription alone. Super God Mode adds GPT-5.5 as an independent, second-lineage reviewer through a paid ChatGPT plan you may already have. Installation is agent-driven: you clone the repo and tell Claude to set it up, and nothing on your machine is touched without an explicit OK.

Two modes

Fable God ModeFable Super God Mode
NeedsA Claude subscriptionGod Mode + a paid ChatGPT plan (Plus and up) + Codex CLI
Core ideaThe 10-80-10 loop: Fable 5 plans (10%) and reviews (10%); cheaper Claude subagents (Opus/Sonnet/Haiku) do the verbose middle 80%Everything in God Mode, plus GPT-5.5 as a deterministic specialist and independent reviewer
ReviewsFable 5 reviews its own delegated workAdds GPT-5.5: backend/algorithmic critique, plan critique, diff review, debugging second opinion
Stale-config auditYes — report-only by default, reversible archivalSame
Sends code off your machineNoOnly with explicit consent (see Data disclosure)

Both modes converge on the same operating discipline; Super God Mode is a strict superset.

Install

One line, any machine. Paste this into any Claude Code session — no clone, no setup:

I want to install Fable God Mode from https://github.com/nagarjuna-msr/fable-god-mode. Set it up for me.

Claude fetches the installer spec, interviews you, and shows you every change before making it. Works the same in Opus sessions — the discipline is model-relative (see FAQ).

Or clone first and ask from inside the repo:

git clone https://github.com/nagarjuna-msr/fable-god-mode
cd fable-god-mode

Then in Claude Code, say:

Set up Fable God Mode

(or "Set up Fable Super God Mode"). Claude reads INSTALLER.md and runs an interview: it shows you a preflight report first, asks for explicit consent before any change, shows diffs before editing CLAUDE.md, records every change in a manifest for rollback, and finishes with a verification checklist. Nothing is touched without your OK.

Alternative: install as a Claude Code plugin. Use this only if you already manage plugins; the one-liner above is simpler and ends in the same place.

Note: /plugin commands work in the terminal version of Claude Code (run claude in a terminal). The desktop app will say the command isn't recognized — that's expected, not a bug.

  1. In a Claude Code terminal session, register the marketplace: /plugin marketplace add nagarjuna-msr/fable-god-mode
  2. Install the skill you want (or both): /plugin install fable-god-mode@fable-god-mode /plugin install fable-super-god-mode@fable-god-mode
  3. Activate without restarting: /reload-plugins
  4. The plugin gives you the skills. To get the full setup (managed CLAUDE.md block, Codex wiring and smoke test, audit offer), say: "Finish Fable God Mode setup" — the installer detects the plugin install and completes the rest without duplicating anything.

Either path can be undone any time with: "Undo the fable-god-mode install" (plugin copies are removed with /plugin uninstall).

What the installer will and won't do

The installer works to a contract:

  • Report first. A preflight report before anything runs — you see what it found and what it proposes.
  • Consent per change. Every change is asked for individually; there is no bulk apply.
  • Diff before CLAUDE.md edits. Any edit to your CLAUDE.md is shown as a diff before it is written.
  • Never deletes. The stale-config audit is report-only by default. Archival is reversible, per-item, and consented — archived skills are restorable from a dated manifest.
  • Manifest + rollback. Every change is recorded so the installer can undo its own work.
  • Verification checklist. A final checklist confirms the install landed as described.

Why this exists

Fable 5 is the premium tier, and premium time is wasted on verbose grunt work. Per Anthropic's own cost guidance, simple subagent tasks belong on cheaper models, and verbose work belongs in subagents that return summaries rather than filling your main context. God Mode makes that the default operating loop. Super God Mode adds a second-lineage reviewer whose errors are uncorrelated with Claude's — a genuinely independent check, covered by a ChatGPT subscription you may already have.

Data disclosure

Read this before enabling Super God Mode.

Super God Mode sends code to OpenAI when critiques run. Specifically, it sends the contents of the critique prompt file and any files Codex reads while working under it. The installer asks for this consent explicitly before enabling anything:

Do you want Claude to send selected code snippets to OpenAI for review?

God Mode alone sends nothing anywhere beyond your normal Claude session. No third party, no OpenAI, nothing new leaves your machine.

Requirements

Fable God ModeFable Super God Mode
Claude Code with Fable 5 accessRequiredRequired
Node ≥ 18Not neededRequired
OSmacOS / Linux / WindowsmacOS / Linux / Windows
Paid ChatGPT plan (Plus and up)Required
OpenAI Codex CLIRequired (installer sets it up; login is a browser step only you can do)

Windows

Windows is supported through Node: the bridge is a .mjs script — no WSL or bash required — and the npm-shim spawn path is handled (with a fail-closed guard on cmd.exe quoting). Symlink installs fall back to copies on Windows; the installed behavior is the same. Honest status: macOS/Linux are tested end-to-end; the Windows-specific code paths are implemented and independently reviewed but not yet exercised on a physical Windows machine — if you hit anything, please open an issue.

Repo map

fable-god-mode/
├── README.md
├── INSTALLER.md
├── LICENSE
├── .claude-plugin/
│   └── marketplace.json
├── skills/
│   ├── fable-god-mode/
│   │   ├── SKILL.md
│   │   └── references/
│   │       ├── routing.md
│   │       └── audit.md
│   └── fable-super-god-mode/
│       ├── SKILL.md
│       ├── scripts/
│       │   └── ask-codex.mjs
│       └── references/
│           ├── routing.md
│           ├── setup-codex.md
│           └── verdict-schema.json
├── examples/
└── docs/
    └── planning/

FAQ

Does God Mode work without a ChatGPT plan? Yes — that is the whole point of the two tiers. God Mode runs on a Claude subscription alone.

Will the installer delete my old skills? Never. The audit is report-only by default. It archives with per-item consent, and everything is restorable from a dated manifest.

Why Node and not bash? Cross-platform support, including Windows without WSL. The bridge is a single .mjs script.

What happens if Codex is down or logged out? The bridge returns a tri-state verdict — approved, findings, or codex_unavailable. An outage surfaces as codex_unavailable; it can never masquerade as a clean review.

Can I use my own model instead of gpt-5.5? Yes. Set CODEX_MODEL or pass --model; the choice is validated by a probe before use.

Is my code sent anywhere in God Mode? No. God Mode sends nothing beyond your normal Claude session. Only Super God Mode contacts OpenAI, and only with your explicit consent.

Does it only work with Fable 5? The discipline is model-relative: plan and review at your session model's full power, delegate the verbose middle to cheaper models. It pays on any premium session model (Opus included); it pays most on Fable 5.

Am I locked into the discipline once installed? No. It is a default, not a gate — say "skip god mode for this task" (or session) and Claude complies. Install project-only if you want it scoped, and uninstall is one prompt, fully reversible. The skill never blocks a response or forces a tool call — that would make it exactly the kind of config its own audit flags.

Credits & license

  • AgentBridge (MIT) — the inspiration and the advanced live-bridge path. It is a documented option here, never touched by the installer.
  • Anthropic cost docs — the cost thesis this project operationalizes.

Licensed under MIT. See LICENSE.

// compatibility

Platformscli, api, desktop, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageJavaScript

// faq

What is fable-god-mode?

Two Claude Code skills: 10-80-10 token discipline for Fable 5, plus GPT-5.5 (Codex) as an independent reviewer. Agent-driven, reversible installer.. It is open-source on GitHub.

Is fable-god-mode free to use?

fable-god-mode is open-source under the MIT license, so it is free to use.

What category does fable-god-mode belong to?

fable-god-mode is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
10 stars
unclaimed
updated 5 days ago

// embed badge

fable-god-mode on Claudeers
[![Claudeers](https://claudeers.com/api/badge/fable-god-mode.svg)](https://claudeers.com/fable-god-mode)

// retro hit counter

fable-god-mode hit counter
[![Hits](https://claudeers.com/api/counter/fable-god-mode.svg)](https://claudeers.com/fable-god-mode)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how fable-god-mode connects across the ecosystem