fablize

by fivetakuVerified

A Claude Code plugin that makes Opus behave like Fable — completion, evidence, and verification enforced as procedure. Ships only what a Fable-vs-Opus comparison proved transferable.

895
Stars
125
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/fivetaku/fablize

Getting Started

Guides for using skills like fablize.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

English | 한국어

fablize — run Opus like Fable

GitHub stars License: MIT

A Claude Code plugin that makes Opus (or any Claude model) see a task through to the end — with evidence and verification — as procedure, not as luck.

Why

When Fable 5 shipped, I ran a controlled comparison of Fable 5 and Opus 4.8 (an A/B set of 19 runs plus 26 real working sessions, ~1,500 tool calls). The finding:

  • On closed, answer-bearing work (code, logic, builds), the two models were effectively tied.
  • The gap appeared only on open-ended work, and its nature was "following an implication one step further."
  • That depth is model capability — it could not be transferred by instructions or a harness. An injection experiment confirmed it: Opus could not reproduce the defects Fable found on its own.
  • But the procedure of good work — actually running what you build, seeing it through, investigating systematically — does transfer.

fablize applies only the procedures whose effect was verified. It does not raise the model's ceiling; it makes the model reach its own ceiling.

What transfers and what doesn't

TraitTransferable?Reason
Verification grounding (run & observe the artifact)✅ shippedA procedure Opus skipped "not because it can't, but because it didn't." Injecting it raised render-verification behavior measurably.
Multi-story completion + evidence gate✅ shippedA procedure — decompose, checkpoint, refuse completion without proof.
Systematic investigation (reproduce → hypotheses → causal chain)✅ shippedA procedure — on par with what the strong model already does.
Early-stop prevention✅ shippedA deterministic hook — catches "I'll do X" without doing it.
Out-of-spec defect discovery❌ not possibleCapability. Injection was refuted — the model finds it, or it doesn't.
Open-ended creative detail❌ not possibleCapability. Shows only where there is no fixed answer.
Self-driven propagation depth❌ not possibleCapability. Directed propagation transfers; self-started depth does not.

The non-transferable rows are the model's job (or a human's), not a harness's. When you hit them, fablize tells you to escalate instead of pretending.

What's included (verified only)

  • Verification grounding — render/executable artifacts (HTML, SVG, games, charts) are run and observed before completion.
  • Multi-story verification gategoals.py decomposes work and refuses a groundless "done."
  • Investigation protocol — reproduce, compete hypotheses, trace the full causal chain.
  • Early-stop hook — blocks promising-without-doing.
  • Per-task router — injects only the matching verified discipline.

Negligible or unverified ideas (style mimicry, broad reasoning injection, a silent-recovery guard, a review-recall scan) are not shipped. They stay in personal development until a controlled experiment confirms their effect.

Install

/plugin marketplace add fivetaku/fablize
/plugin install fablize

The per-task router (a UserPromptSubmit hook) registers automatically.

For always-on operation (the rules resident in context), run once:

bash ${CLAUDE_PLUGIN_ROOT}/setup/setup.sh    # choose local (recommended) or global

Uninstall: bash ${CLAUDE_PLUGIN_ROOT}/setup/uninstall.sh

If fablize helps, a ⭐ on the repo means a lot — setup asks once (a single opt-in question); it never stars without your explicit "yes".

How it behaves

  • Trigger with /fablize or phrases like "see it through", or automatically when installed always-on.
  • 2+ stories → decompose + verification gate. Debugging → investigation protocol. Render artifact → verification grounding. Hard task → adaptive thinking plus an /effort xhigh suggestion.
  • At the capability ceiling, escalate to a stronger model or a human.

Honest limits

  • It cannot raise model capability. Open-ended creative quality and self-driven discovery are out of reach — that is a model-choice decision, not a harness one.
  • The effect numbers come from a small, single-family (Claude) self-measurement (the 19-run A/B set). The direction is solid; the decimals are not asserted.
  • The early-stop hook can misfire on a declarative offer ("I'll write the report if you want") — phrasing offers as questions avoids it.

License

MIT — see LICENSE.

Frequently Asked Questions

What is fablize?

fablize is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fivetaku. A Claude Code plugin that makes Opus behave like Fable — completion, evidence, and verification enforced as procedure. Ships only what a Fable-vs-Opus comparison proved transferable. It has 895 GitHub stars.

Is fablize safe to use?

Yes. fablize passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install fablize?

Clone the repository with "git clone https://github.com/fivetaku/fablize" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is fablize written in?

fablize is primarily written in Python. It is open-source under fivetaku on GitHub, so you can review or fork the full source.

Are there alternatives to fablize?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh fablize against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details