code-simplifier
Installation
SKILL.md
Code Simplifier
Simplify code. Preserve behavior.
When to Use
- Code was recently edited.
- Logic works but reads harder than needed.
- Nesting, repetition, or indirection grew during implementation.
- User asks for cleanup without behavior change.
Goal
Make code easier to read, debug, and maintain. Do not change outputs, side effects, APIs, or user behavior.