Prefer the smallest change that solves the problem cleanly; one mechanism over many, DRY and KISS over cleverness.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Kalabint/ChatGPT-Primer --skill smallest-clean-diff --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Smallest Clean Diff?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kalabint-smallest-clean-diff)More formats (shields.io, HTML) on the badges page.
---
name: smallest-clean-diff
description: Prefer the smallest change that solves the problem cleanly; one mechanism over many, DRY and KISS over cleverness.
---
# Smallest clean diff
The best diff is the one a reviewer can hold in their head. Extra mechanisms, speculative generality, and parallel code paths are costs paid by everyone who reads the code later.
**Why:** surface area is where bugs and maintenance live; less of it is strictly better when the problem is still solved.
**How to apply:** solve the actual problem, not an imagined family of future ones. Reuse the existing mechanism before adding a new one. If you introduced two ways to do a thing, remove one.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!