UV Project Management Quick reference for UV project setup, dependencies, and lockfiles. When to Use This Skill | Use this skill when... | Use a focused sibling instead when... | |---|---| | Running , , , , or for everyday dependency management | Running a script or one-off command — use uv-run | | Authoring or editing pyproject.toml and sections | Wiring git/path/editable deps or workspace inheritance — use uv-advanced-dependencies | | Bootstrapping a new single-package Python project | Splitting a repo into multi-package workspaces — use uv-workspaces | When This Skill Applies - Initializin…