python3-packaging
Installation
SKILL.md
<project_path>$ARGUMENTS</project_path>
Python Packaging Configuration
The model configures modern Python packaging using pyproject.toml and PEP standards.
Arguments
<project_path/>
Instructions
Consult ../python3-development/references/python3-standards.md when applying shared architecture, typing, testing, or CLI rules; full standards, graphs, and amendment process are documented there.
- Analyze existing project structure and configuration
- Create or update pyproject.toml with complete configuration
- Configure tools (ruff, ty/mypy per
python3-standards.md, pytest, hatch/setuptools) - Set up dependencies with proper version constraints
- Verify configuration by running build