refactoring

Installation
SKILL.md

Refactoring Skill

Safe, systematic approach to improving code structure without changing behavior.

When to Use

  • Breaking up large files/components
  • Extracting reusable logic
  • Modernizing legacy patterns
  • Reducing code duplication
  • Improving testability
  • Paying down technical debt

CRITICAL: Check Existing First

Before ANY refactoring, verify current state:

Installs
1
GitHub Stars
6
First Seen
Apr 2, 2026
refactoring — kensaurus/cursor-kenji