Analysis updated 2026-05-18
Install as a Claude Code plugin to give any model a five step disciplined reasoning process.
Invoke the skill directly on hard or ambiguous coding tasks to reduce confident wrong answers.
Reference the skill in routing rules so a cheaper default model escalates discipline on hard gates.
Load the plain markdown skill into Codex, Cursor, or other agent harnesses.
| jongouveia/fable-mode | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Fable Mode is a Claude Code skill that tries to capture how a frontier AI model reasons through hard tasks, so that other models such as Opus, Sonnet, or GPT can follow the same process. The idea started from watching Claude Fable 5 work: it plans carefully before acting, checks facts instead of relying on memory, challenges its own conclusions, and confirms results actually work before calling a task finished. Cheaper models are capable of these habits too, the project argues, they just are not usually prompted to use them. The skill breaks this process into five ordered steps, called gates, where each step must be completed before the next one starts. First, the model scopes the problem: it defines what success looks like, lists likely ways the plan could fail, and checks whether a simpler approach exists, before writing any plan. Second, it grounds its reasoning in evidence gathered during the current session rather than assumptions recalled from training or memory. Third, it reasons adversarially, attacking its own draft answer and then handing it to a separate review pass that only sees the result and its requirements, not the original reasoning behind it, since that reasoning could bias the review toward agreement. Fourth, it verifies the change actually works end to end against the success criterion from the first step, since a successful build alone is not proof the task is done. Fifth, it calibrates its effort to match the difficulty of the task and reports back clearly, stating what was verified compared with what was only assumed. You can install Fable Mode as a Claude Code plugin with a couple of commands, or copy the skill folder manually into your local or global skills directory. Since the instructions are written in plain markdown, other AI coding tools such as Codex and Cursor can also load and follow them. You invoke it directly for hard or high stakes problems, or let it trigger automatically when a non frontier model faces a nontrivial task. Simple one line edits are meant to skip the process entirely. The project is free, independent, and released under the MIT license.
A Claude Code skill that packages a frontier model's five step disciplined reasoning process so cheaper models like Opus, Sonnet, or GPT can follow it too.
Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.