Claude
Skills
Sign in
Back

uv

Included with Lifetime
$97 forever

Python package management with uv. Use when installing, adding, removing, upgrading, or syncing Python dependencies.

General

What this skill does


- Always use `uv` to manage Python packages. Never modify `pyproject.toml` directly
- Use `--group <group>` to target a dependency group (e.g., `dev`, `test`)
- If `uv` is not available, link to [installation docs](https://docs.astral.sh/uv/#installation) and stop

Related in General