uv-package-manager
Ultra-fast Python package installer and resolver written in Rust, 10-100x faster than pip.
What it does
- Setting up new Python projects quickly
- Managing Python dependencies faster than pip
- Creating and managing virtual environments
- Installing Python interpreters
- Resolving dependency conflicts efficiently
- Migrating from pip/pip-tools/poetry
- Speeding up CI/CD pipelines
Requirements & configuration
- requires-python = ">=3.8"
- requires = ["hatchling"]
- uv pip freeze --require-hashes > requirements.txt
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Ultra-fast Python package installer and resolver written in Rust, 10-100x faster than pip.
Source
Repository: https://github.com/wshobson/agents
uv-package-manager FAQ
What does the uv-package-manager skill do?
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv. Setting up new Python projects quickly Managing Python dependencies faster than pip
What does uv-package-manager require?
requires-python = ">=3.8" requires = ["hatchling"] uv pip freeze --require-hashes > requirements.txt
How do I install uv-package-manager?
Run: npx -y skills add https://github.com/wshobson/agents --skill uv-package-manager --agent claude-code — the source lives at github.com/wshobson/agents.
Maintain uv-package-manager?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/wshobson-agents-uv-package-manager?ref=badge) npx agentictools info skills/wshobson-agents-uv-package-manager The second line is the CLI lookup for this page — handy in READMEs and docs.