uv-project-management
Installation
SKILL.md
UV Project Management
Quick reference for UV project setup, dependencies, and lockfiles.
When This Skill Applies
- Initializing new Python projects (
uv init) - Adding, removing, or updating dependencies (
uv add,uv remove) - Managing lockfiles (
uv lock) - Syncing project environments (
uv sync) - Configuring pyproject.toml
For running scripts, see uv-run skill.