coding-python-uvlisted
Install: claude install-skill bitranox/bitranox-skills
# uv - Python Package & Project Manager
All documentation files are flat, numbered markdown files. Use the Read tool to load referenced files identified as relevant for full details.
---
## Command-to-Document Quick Reference
| Command | What it does | Primary doc | Also see |
|--------------------------------------------------|------------------------------------------------------------|---------------------------------|---------------------------------|
| `uv init` | Create a new project | `02-projects.md` | |
| `uv add` / `uv remove` | Add/remove dependencies | `04-dependencies.md` | `05-resolution.md` |
| `uv sync` | Sync environment to lockfile | `02-projects.md` | `04-dependencies.md` |
| `uv lock` | Update the lockfile | `04-dependencies.md` | `05-resolution.md` |
| `uv run` | Run a command in the project env | `02-projects.md` | `07-tools-and-scripts.md`