uv-project-management

Installation
SKILL.md

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 uv init, uv add, uv remove, uv lock, or uv sync for everyday dependency management Running a script or one-off command — use uv-run
Authoring or editing pyproject.toml [project] and [tool.uv] 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

  • 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
Installs
83
GitHub Stars
48
First Seen
Jan 27, 2026
uv-project-management — laurigates/claude-plugins