Fable 5 Clone Kit
When Fable 5 launched, the community started writing down its working habits as skills any Claude model can load — they call it "skill distillation". This kit is the 12 best of those skills: finish the turn instead of asking "want me to?", prove it before saying done, debug to the root cause, keep changes small, lead with the answer, and carry lessons between sessions. From Benjamin Ard's fable-skills library and kpab's Fable-5-native set — all MIT, every skill credited to its author. Pairs well with the fablize plugin in our Plugins section.
Install the whole bundle
12 skills into ~/.claude/skills/. Free.
Paste into your terminal. Restart Claude Code afterwards — new skills are picked up on startup.
This copies each skill's full folder (SKILL.md plus any supporting scripts, reference docs, or asset templates) so every skill works out of the box. Safe default.
Faster alternative (instruction-only skills)
Skips the git clone and downloads only each SKILL.md. Avoid if any skill in the bundle ships Python scripts, reference markdowns, or asset templates — they'll be missing and the skill will fail when it tries to load them.
What's inside
Finish the Turn
benjaminard
Stop the model ending turns with 'Want me to…?' — it acts, absorbs errors, and only stops at real forks.
Verified Done
benjaminard
'Done' requires evidence: run the thing, observe the output, then claim it.
Root Cause First
benjaminard
No patch until the why is proven — fixes causes, not symptoms.
Evidence-Audited Analysis
benjaminard
Every claim in an analysis gets an evidence check before it ships.
Minimal Diff
benjaminard
The smallest change that does the job — no drive-by refactors.
No Gold-Plating
kpab
Diffs map one-to-one to the ask — no speculative abstractions or 'while I was here' cleanup.
Effort Calibrator
kpab
Pick the right Fable 5 effort level per workload — stop overpaying for xhigh.
Delegate and Verify
benjaminard
Hand work to subagents, then verify their output instead of trusting it.
Outcome-First Writing
benjaminard
Answer first, supporting detail after — updates that read like a senior's handoff.
Plain Handoff
benjaminard
Report work in plain English a teammate can act on — no jargon dumps.
Markdown Memory
kpab
Give the model a persistent markdown memory it maintains across sessions.
Lessons Ledger
benjaminard
Keep a running ledger of mistakes and fixes so the model stops repeating them.