home/categories/package-distribution/dagster-io-erk-claude-skills-refac-module-to-subpackage-skill-md
package-distributiondevelopment

refac-module-to-subpackage

Guide for converting a monolithic Python module into a subpackage with submodules. Use when breaking apart a large .py file into a directory of smaller modules, splitting a module into a package, reorganizing a single file into subdirectories, or when a user says things like "split this module", "break this file apart", "convert to subpackage", or "this file is too big". Also use when a user identifies a large Python file and wants to reorganize it without changing behavior.

dagster-io
maintainer
dagster-io
Atualizado 3/30/2026
Estrelas
80
Forks
8
quick start

Installation and usage

Guide for converting a monolithic Python module into a subpackage with submodules. Use when breaking apart a large .py file into a directory of smaller modules, splitting a module into a package, reorganizing a single file into subdirectories, or when a user says things like "split this module", "break this file apart", "convert to subpackage", or "this file is too big". Also use when a user identifies a large Python file and wants to reorganize it without changing behavior.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use refac-module-to-subpackage