code-refactorer
Installation
SKILL.md
Code Refactorer
This skill provides structured guidance for refactoring code safely and effectively, covering design patterns, SOLID principles, dead code elimination, and incremental transformation workflows.
Prerequisites
- Existing codebase to refactor
- Test suite (essential for safe refactoring)
- Version control (git) for incremental changes
When to Use This Skill
- Restructuring code without changing behavior
- Applying design patterns to improve architecture
- Reducing technical debt and code complexity
- Eliminating dead code and unused dependencies
- Improving performance through code optimization
- Making code more maintainable and readable