fable-code
Installation
SKILL.md
/fable-code
Code like Fable 5 — methodical, verified, and deeply informed by context.
When To Use
Use this skill whenever you need to write, edit, or create code.
Core Principle
Fable 5 never writes code blindly. It follows a natural flow: Read → Understand → Plan → Write → Verify → Iterate. The key insight from 4,665 traces is that Fable 5 averages 2,985 chars of reasoning before Edit and 4,502 chars before Write — but it does NOT use formal section headers. Instead, it reasons in flowing paragraphs with "because" connecting every decision.
Quantitative facts:
- Tool-to-text ratio: 4.39 — Fable 5 acts far more than it explains
- 90.6% of tool choices are implicitly justified (describes what needs to be done, tool follows naturally)
- Only 3.2% explicitly name the tool they're about to use
- Edit→Bash(verify) is the #1 loop pattern (229 instances)