no-gold-plating
SolidKeep Claude Fable 5 changes minimal — no unrequested refactors, abstractions, defensive code, or feature creep. Use in code review, bug fixes, and any coding session where diffs come back bigger than the ask, with extra helpers, error handling, or "while I was here" cleanup. Particularly important at high and xhigh effort.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- kpab
- Repository
- kpab/claude-fable-5-skills
- Created
- 1 months ago
- Last Updated
- 6 days ago
- Language
- N/A
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
prune
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "is this over-engineered", or invokes /prune. Complements correctness-focused review; this one only hunts complexity.
fableit
Fable 5's blueprint for how to approach engineering problems; how to ground claims, reason toward a conclusion, design before coding, orchestrate sub-agents, hold a goal across long contexts, and verify work before reporting it. Load at the start of every project session, and whenever starting a nontrivial task, debugging, reviewing, or deciding how to build something.
self-review
Review the complete diff as a skeptical senior reviewer before handing work back. Use this after finishing any code change and before declaring it done, before committing a substantial diff or opening a pull request, and whenever the user says "review", "check this", or "is this ready". Includes a lightweight security sweep of the changed lines. Make this the last step of every non-trivial coding task.