code-simplifier
Installation
SKILL.md
Code Simplifier
A guide for simplifying and refining code while preserving functionality.
When to Use
- Refactor, simplify code, clean up, code review
- After completing a coding task or writing a logical chunk of code
- Cleaning up complex PRs before review
- Refactoring code for better readability and maintainability
Core Principles
1. Preserve Functionality
Never change what the code does - only how it does it.