关于
This skill provides Claude with specialized knowledge to architect, configure, and release professional Python libraries and command-line tools. It covers modern packaging standards including PEP 517, 518, and 621, guiding users through the selection of build backends like setuptools, hatchling, or flit. By implementing recommended project structures—such as the src-layout—and managing complex metadata, entry points, and dependencies, this skill ensures that Python code is distribution-ready. Whether you are building an internal utility or a public open-source library, it offers clear patterns for versioning, testing, and automated publishing via GitHub Actions and Twine.