Acerca de
The Code Refactoring skill provides Claude with a comprehensive framework for identifying 'code smells' and implementing structural improvements without altering external behavior. It enables the transformation of monolithic methods, deeply nested conditionals, and primitive-heavy logic into clean, modular, and object-oriented code. By following a safe, test-driven refactoring process, this skill helps developers reduce technical debt, simplify complex logic through patterns like polymorphism and extraction, and ultimately create more scalable and maintainable applications.