About
This skill is designed to reduce technical debt and improve code maintainability by identifying and eliminating over-engineered patterns. It applies YAGNI (You Aren't Gonna Need It) principles to remove speculative features, inlines functions that don't benefit from abstraction, and transforms deeply nested conditionals into clean, linear logic. It is particularly useful for refactoring legacy code, cleaning up features after implementation, or streamlining code inherited from other developers while strictly preserving all existing functionality and business logic.