Handles the complete Python packaging workflow from project structure to PyPI publication. Creates proper pyproject.toml configs, sets up src/ layouts, configures build backends like setuptools or hatchling, and generates CLI entry points. Covers both simple library packages and complex multi-package projects with optional dependencies. The examples are comprehensive, walking through everything from minimal configurations to full-featured setups with versioning, metadata, and development tooling. Essential if you're moving beyond throwing scripts in a repo and want proper distributable packages that others can actually pip install.
npx skills add https://github.com/wshobson/agents --skill python-packaging