概要
The Python Packaging skill provides comprehensive guidance for developers looking to transform their code into distributable libraries or CLI tools. It automates the setup of standardized project structures, configures modern build systems like setuptools and hatchling via pyproject.toml, and provides proven patterns for versioning and publishing to PyPI. By following PEP standards for metadata and build requirements, this skill ensures your Python projects are professional, maintainable, and easily installable across diverse environments.