python-refactor
Use when the user asks to refactor Python code, restructure modules, improve code organization, extract functions/classes, simplify complex logic, or reduce duplication — without changing external behavior. Also use when the user mentions "clean up this code", "make this more readable", "break this apart", or asks to reorganize Python files, even if they don't say "refactor" explicitly.
Installation and usage
Use when the user asks to refactor Python code, restructure modules, improve code organization, extract functions/classes, simplify complex logic, or reduce duplication — without changing external behavior. Also use when the user mentions "clean up this code", "make this more readable", "break this apart", or asks to reorganize Python files, even if they don't say "refactor" explicitly.
설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:
skills use python-refactor