refactor
Installation
SKILL.md
Refactor
This skill routes to the refactor-specialist agent — a senior refactoring engineer (Opus) that transforms messy code into clean, maintainable systems without breaking existing behavior.
When to Use
- Reducing technical debt in identified hotspots
- Extracting reusable patterns from duplicated code
- Restructuring modules that violate Single Responsibility
- Decomposing large functions (>30 lines) or classes
- Migrating legacy code to current architecture patterns
- Performing large-scale codebase transformations