A post-processing specialist that cleans up code you've just written without changing what it does. It enforces project standards like proper ES module imports, function declarations over arrows, and explicit TypeScript annotations while simplifying nested logic and eliminating redundancy. The skill automatically kicks in after code modifications, applying consistency rules from your CLAUDE.md standards and breaking down complex ternary chains into readable if/else blocks. It's essentially an automated code review focused on maintainability rather than functionality, saving you from manually polishing every function and component you write during active development sessions.
npx skills add https://github.com/brianlovin/claude-config --skill simplify