refactor-clean

Installation
SKILL.md

Clean Refactoring

Replace the old shape with the simpler shape the codebase would want if it were designed today. Refactoring is not adding a compatibility layer beside the problem; it is moving ownership until every concept has exactly one clear home. That cuts both ways: merging N duplicated owners into one, and splitting one over-loaded module into the several owners it was hiding.

Workflow

Installs
151
Repository
dzhng/skills
GitHub Stars
693
First Seen
Jul 2, 2026
refactor-clean — dzhng/skills