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 (app or distributable library).
  • 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).

Critical Rules

Installs
2
GitHub Stars
8
First Seen
Apr 12, 2026
uv-python-project-setup — jscraik/agent-skills