uv-package-manager
Installation
SKILL.md
Reference Files
Detailed uv guidance organized by topic:
- installation-setup.md - Installation methods, verification, and quick start workflows
- virtual-environments.md - Creating, activating, and managing virtual environments with uv
- package-management.md - Adding, removing, upgrading packages and working with lockfiles
- python-versions.md - Installing and managing Python interpreters with uv
- project-configuration.md - pyproject.toml patterns, workspaces, and monorepos
- ci-cd-docker.md - GitHub Actions, Docker integration, and production deployments
- migration-guide.md - Migrating from pip, poetry, and pip-tools to uv
- command-reference.md - Essential commands and quick reference
UV Package Manager
Expert guidance for using uv, an extremely fast Python package installer and resolver written in Rust. Provides 10-100x faster installation than pip with drop-in compatibility, virtual environment management, Python version management, and modern lockfile support.