uv-package-manager
Installation
SKILL.md
UV Package Manager Skill
Master UV for blazing-fast Python package management, virtual environment creation, and modern Python project workflows.
When to Use This Skill
Use UV package manager when you need:
- Fast dependency installation - 10-100x faster than pip
- Virtual environment management - Create and manage venvs effortlessly
- Project initialization - Start new Python projects quickly
- Dependency resolution - Reliable, reproducible dependency trees
- Lock file management - Ensure consistent environments across machines
- Python version management - Install and switch Python versions
Avoid when:
- Legacy systems requiring pip compatibility (rare)
- Conda-based scientific computing environments
- Docker images with pre-installed pip workflows