fablize

作者 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.

895
Stars
125
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 fablize 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情

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 智能体
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情