refactoring
Installation
SKILL.md
Refactoring
Improve structure. Keep behavior same. Avoid breaking changes.
Goal
Improve code structure without changing behavior. Reduce complexity only where it pays off.
Inputs
- Target files, components, modules, or changed code.
- Desired outcome or pain point.
- Constraints and behavior that must not change.