uv-manager
Installation
SKILL.md
UV Skill
This Skill provide information about how to use UV package manager
When to Use This Skill
When there are some task or use of uv package manager.
What does it serve for?
How to use uv (the Python package manager) for all Python package management, environment management, project workflows, building, and publishing tasks. Use this skill whenever the user mentions uv, Python packages, dependencies, virtual environments, pyproject.toml, or wants to install/manage Python projects.**
References
Depends on the type of command you need about uv:
- 01-quick-start.md - Installation and common workflows
- 02-project-management.md - init, add, remove, sync, lock, export, tree, version, audit, format
- 03-running-commands.md - uv run and PEP 723 scripts
- 04-tools.md - Global tool management (uvx, tool install/run/upgrade/list)
- 05-python-management.md - Python installation and version management
- 06-virtual-environments.md - Virtual environment creation (uv venv)
- 07-pip-interface.md - pip-compatible commands (install, sync, compile, freeze, etc.)
- 08-build-publish.md - Building and publishing distributions
- 09-authentication.md - Authentication management
- 10-cache-management.md - Cache operations
- 11-self-management.md - uv self update/version
- 12-configuration.md - pyproject.toml, uv.toml, .python-version
- 13-workspaces.md - Workspace configuration and commands
- 14-environment-variables.md - All UV_* environment variables
- 15-key-concepts.md - Lockfiles, dependency groups, extras, sources, markers, etc.