git404hub

what is opus-fable-playbook fr?

rennf93/opus-fable-playbook — explained in plain English

Analysis updated 2026-05-18

30ShellAudience · developerComplexity · 3/5Setup · easy

tl;dr

A Claude Code plugin that makes Claude Opus 4.8 mimic Claude Fable 5's behavior using a transcribed doctrine, drift-catching hooks, and an eval loop.

vibe map

mindmap
  root((fable-mode))
    What it does
      Doctrine output style
      Drift-catching hooks
      Eval loop vs golden transcripts
    Tech stack
      Shell
      Claude Code plugin
      Claude Opus 4.8
    Use cases
      Consistent output style
      Team-wide behavior enforcement
      Measuring model drift
    Audience
      Claude Code users
      AI tooling developers

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 make with this?

VIBE 1

Make Opus-based Claude Code sessions behave more like Fable 5's output style

VIBE 2

Enforce a consistent doctrine across a team's Claude Code sessions using hooks

VIBE 3

Measure how closely a model's output matches golden reference transcripts

VIBE 4

Persist a Fable-like output style in project or user Claude Code settings

what's the stack?

ShellClaude CodeClaude Opus 4.8Claude Fable 5

how it stacks up fr

rennf93/opus-fable-playbookbroisnischal/phobosfree-nodes/shadowrocket
Stars303030
LanguageShellShellShell
Setup difficultyeasyeasyeasy
Complexity3/52/51/5
Audiencedeveloperdevelopergeneral

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

how do i run it?

Difficulty · easy time til it works · 5min

A single command runs it with no install, persistent use needs a marketplace install or settings merge.

in plain english

fable-mode is a Claude Code plugin that tries to make Claude Opus 4.8 behave more like Claude Fable 5 when used inside Claude Code. The project's own explanation is direct about its limits: Opus's reasoning depth comes from its underlying model weights, not from configuration, so this playbook cannot close that capability gap. What it can do is transplant Fable's behavior patterns and catch Opus when it drifts away from them, using rules enforced at the harness level. The doctrine that defines Fable's behavior was transcribed by Fable 5 itself, then turned into an output style plus seven hooks that check Opus's responses against that doctrine while it works. On top of this, the project includes an eval loop that measures how closely Opus's output matches golden transcripts recorded from real Fable 5 sessions, so changes to the doctrine can be tested against real evidence rather than guesswork. There are a few ways to use it. You can run a single session immediately by pointing Claude Code at the plugin directory and a settings file, without installing anything. For repeated use, you install it from a plugin marketplace and activate the Fable output style with a command, or merge the provided settings file into your own project or user settings so it persists automatically. A status command reports the current posture at any time. For SDK or headless use without hooks, you can append just the doctrine text to the system prompt, and if you cannot use a plugin at all, the doctrine can be pasted into a CLAUDE.md file instead. The README reports results from 24 test probes, each judged against golden Fable transcripts and averaged over multiple runs, with a companion study measuring how much the scores vary from run to run. It states that fable-mode produces real, measurable improvements in a few specific areas, such as staying focused on outcomes and finishing turns properly, alongside a couple of measured regressions, while several other dimensions show no meaningful difference from using Opus without the plugin. Full documentation covering installation, hooks, environment variables, and troubleshooting lives in the project's docs folder.

prompts (copy fr)

prompt 1
Install fable-mode into my Claude Code project and activate the Fable output style.
prompt 2
Explain what the 7 hooks in fable-mode do and which one catches burying findings.
prompt 3
Show me how to run /fable-eval and interpret the scores against golden Fable transcripts.
prompt 4
Help me merge profiles/opus-fable.settings.json into my project's .claude/settings.json.

Frequently asked questions

what is opus-fable-playbook fr?

A Claude Code plugin that makes Claude Opus 4.8 mimic Claude Fable 5's behavior using a transcribed doctrine, drift-catching hooks, and an eval loop.

What language is opus-fable-playbook written in?

Mainly Shell. The stack also includes Shell, Claude Code, Claude Opus 4.8.

How hard is opus-fable-playbook to set up?

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

Who is opus-fable-playbook for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.