claudeers.
// Claude Plugins

fable-5

Fable 5 methodology as a Claude Code plugin: decompose by verification boundaries, verify against the world, choose next by plan-change. Ships fable-scout +…

// Claude Plugins[ cli ][ claude ]#claude#plugins$open-sourceupdated 2 days ago

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up fable-5 (claude-plugin project) into my current project.
Found on https://claudeers.com/fable-5
Repo: https://github.com/Learn57130/fable-5
Homepage/docs: —
Detected install method: claude-plugin → /plugin install fable-5@Learn57130/fable-5
Category: plugins. Platforms: cli.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or install directly (claude-plugin)

Unverified / not recently updated — review before pasting a run-this config.

/plugin marketplace add Learn57130/fable-5
/plugin install fable-5@Learn57130/fable-5
// or clone
git clone https://github.com/Learn57130/fable-5

fable-5

Fable 5's working loop for hard, multi-step tasks, packaged as a Claude Code plugin.

Built by LearNer.

Core loop: decompose along verification boundaries → attack the load-bearing unknown first → verify with the smallest check that would fail if you're wrong → pick the next action by what would change the plan.

Contents

  • skills/fable-5/ — the skill: 8-step loop, verification catalog (smallest failing check per task type), decomposition patterns, preflight.sh pre-completion sweep.
  • skills/fable-5/agents/fable-scout (read-only comprehension pass) and fable-refuter (adversarial verifier, defaults to REFUTED when uncertain). Registered automatically on plugin install; also usable as plain prompt templates in other harnesses.

Install

Claude Code (skill + agents auto-registered):

claude plugin marketplace add https://github.com/Learn57130/fable-5
claude plugin install fable-5@fable-5

Codex / Cursor / Kimi — the repo ships .codex-plugin/, .cursor-plugin/, .kimi-plugin/ manifests pointing at skills/; install via each tool's plugin mechanism, or just symlink:

git clone https://github.com/Learn57130/fable-5
ln -s "$(pwd)/fable-5/skills/fable-5" ~/.codex/skills/fable-5

Gemini CLI — install as an extension (gemini extensions install https://github.com/Learn57130/fable-5); gemini-extension.json loads AGENTS.md (the compact loop) as always-on context. Or drop skills/fable-5 into ~/.agents/skills/, which Gemini auto-scans.

Antigravity — no plugin format; clone and symlink the skill:

ln -s "$(pwd)/fable-5/skills/fable-5" ~/.gemini/antigravity/skills/fable-5

Note: if you already expose skills/fable-5 as a personal skill (e.g. via ~/.claude/skills), installing the plugin duplicates it in Claude Code — use one or the other per machine.

Benchmark

Three arms — Opus 4.8 vanilla, Opus 4.8 + fable-5 loop as system prompt, Fable 5 vanilla — graded by held-out deterministic checks with symptom-fix traps (protocol). Arms are isolated from user-level hooks (disableAllHooks). Run 2026-07-07, tasks 04–07 × 3 reps per arm.

xychart-beta
    title "Pass rate on trap tasks, 12 runs per arm (%)"
    x-axis ["Opus 4.8", "Opus 4.8 + fable-5", "Fable 5"]
    y-axis "pass %" 0 --> 100
    bar [100, 100, 100]
xychart-beta
    title "Avg wall time per task (seconds)"
    x-axis ["Opus 4.8", "Opus 4.8 + fable-5", "Fable 5"]
    y-axis "seconds" 0 --> 60
    bar [49.5, 54.2, 56.9]
ArmEasy set (01–03, 9 runs)Trap set (04–07, 12 runs)Avg time (traps)
Opus 4.8 (vanilla)9/912/1249.5s
Opus 4.8 + fable-59/912/1254.2s
Fable 5 (vanilla)9/912/1256.9s

Honest read. The trap tasks were built so that fixing only the reported symptom fails (two-hop root causes, sibling-caller contracts, hidden docstring requirements, held-out spec edges) — and every arm still passed everything, with clean (hook-free) contexts. Conclusions this data supports:

  • Opus 4.8 + fable-5 ≈ Fable 5 on these tasks: indistinguishable (both 12/12).
  • Opus 4.8 + fable-5 > Opus 4.8 is NOT shown: vanilla Opus 4.8 also went 12/12 — at this task scale it already root-causes and reads contracts without help.
  • The loop costs ~5s/task of extra deliberation and causes no regressions.

Where the loop plausibly pays off is what a cheap headless benchmark can't capture: long multi-step sessions, large codebases, ambiguous scope — places where drift and premature "done" happen. Separating 4.8-class models needs long-horizon tasks with much higher per-run cost. Task contributions welcome: files/ + prompt.md + held-out check.sh.

// compatibility

Platformscli
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageShell

// faq

What is fable-5?

Fable 5 methodology as a Claude Code plugin: decompose by verification boundaries, verify against the world, choose next by plan-change. Ships fable-scout + fable-refuter agents.. It is open-source on GitHub.

Is fable-5 free to use?

fable-5 is open-source, so it is free to use.

What category does fable-5 belong to?

fable-5 is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
11 stars
unclaimed
updated 2 days ago

// embed badge

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

// retro hit counter

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

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/190,077[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python137,082[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python45,058Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python33,266Apache-2.0[ claude ]
→ see how fable-5 connects across the ecosystem