소개
This skill streamlines the creation of production-ready Python packages by scaffolding a modern project structure. It implements the 'src' layout pattern, configures the pyproject.toml file using the Hatchling build backend, and generates essential automation scripts for building and publishing to PyPI. By automating the boilerplate of project initialization, license selection, and dependency management, it ensures your library follows current packaging best practices from the very first commit.