setup-python
Installation
SKILL.md
Python Development Setup Skill
Purpose
Quickly set up and verify a Python development environment using UV for fast, reliable dependency management.
CRITICAL: Always Use UV
NEVER use pip directly. ALWAYS use UV for Python dependency management.
UV is 10-100x faster than pip and provides:
- Deterministic dependency resolution
- Lockfile support
- Virtual environment management
- Drop-in pip replacement