By fivetaku
Executes multi-step autonomous tasks with enforced completion and verification gates — running investigations, building renderable HTML/SVG artifacts, and using LLM-based intent classification to route user requests to the correct structured protocol.
English | 한국어
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.
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:
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.
| Trait | Transferable? | Reason |
|---|---|---|
| Verification grounding (run & observe the artifact) | ✅ shipped | A 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 | ✅ shipped | A procedure — decompose, checkpoint, refuse completion without proof. |
| Systematic investigation (reproduce → hypotheses → causal chain) | ✅ shipped | A procedure — on par with what the strong model already does. |
| Early-stop prevention | ✅ shipped | A deterministic hook — catches "I'll do X" without doing it. |
| Out-of-spec defect discovery | ❌ not possible | Capability. Injection was refuted — the model finds it, or it doesn't. |
| Open-ended creative detail | ❌ not possible | Capability. Shows only where there is no fixed answer. |
| Self-driven propagation depth | ❌ not possible | Capability. 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.
goals.py decomposes work and refuses a groundless "done."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.
/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 and can open the page for you.
/fablize or phrases like "see it through", or automatically when installed always-on./effort xhigh suggestion.MIT
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fivetaku/fablize --plugin fablizePlatform-specific access strategies for AI agents — auto-bypasses blocked sites (X/Twitter, Reddit, Stack Overflow, Naver, Coupang, LinkedIn) without API keys. Phase 0→3 adaptive scheduler with curl_cffi TLS impersonation and auto dependency install.
AI mentor agent for vibe coders - analyzes Claude Code conversations with 6-axis skill evaluation (DECOMP/VERIFY/ORCH/FAIL/CTX/META), 7-level system (L1~L7, 0.5 increments), 4 workspace types (Builder/Explorer/Designer/Operator), and longitudinal growth tracking.
Parallel coding orchestration + Codex image generation — /pumasi for parallel code, /pumasi:image for AI image generation
AI-powered deep research with multi-agent source verification and structured outputs
Fetch and explain official documentation for any library/framework using llms.txt pattern. Inspired by the built-in claude-code-guide agent.
Verification-gated workflow plugin for Claude Code tasks. Adds lightweight hooks for task classification, verification tracking, and stop-time completion review.
Fable 5 behavioral patterns as a harness for Opus 4.8: grounded progress, self-verification loops, delegation triggers, file-based memory, autonomy calibration. Zero-config: installs a SessionStart hook; skills auto-trigger.
Fable 5 수준의 품질을 Sonnet 단가에 — VFF 스킬·에이전트·output style·드리프트 방지 훅 묶음 (Sonnet 전용)
LichAmnesia's open-source Claude Code skills — skills-map router (picks which skill to use) plus flagship spec-driven-dev workflow, debug-hypothesis, wiki-aggregate, build-until-pass (self-correcting build loop), Tavily search, Nano Banana image generation, frontend-design, and subagent-brief (pre-flight token discipline for multi-agent fan-out).
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.