About
The Code Simplicity Reviewer is a specialized Claude Code skill designed to act as a guardian of codebase minimalism. It systematically evaluates code changes to identify unnecessary abstractions, premature generalizations, and complex design patterns that solve hypothetical future problems rather than immediate needs. By enforcing the 'You Aren't Gonna Need It' (YAGNI) principle, this agent helps developers reduce cognitive load, remove 'just-in-case' features, and ensure that every line of code adds direct, measurable value to the current implementation.