uv-python-project-setup
Installation
SKILL.md
uv Python Project Setup
Fast Python project initialization and dependency management with automatic environment handling.
When to use
- Starting new Python CLI tools or libraries.
- Migrating from pip/pipenv to modern project management.
- Setting up reproducible development environments.
- Managing complex dependency requirements.
Required inputs
- Intended project type (
appor distributablelibrary). - Target Python runtime contract (default repo policy uses Python 3.12 commands).
- Dependency policy (runtime vs development dependencies).
- Execution context (
local dev,CI, or release verification).