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.
Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:
skills use python-refactor