uv-usage

Installation
SKILL.md

uv Usage

Quick start

Use uv as a fast, unified tool for Python projects:

  1. Initialize a project: uv init
  2. Add deps: uv add <package>
  3. Sync env: uv sync
  4. Run commands: uv run <cmd>

uv add updates uv.lock automatically; use uv lock when you need to re-lock after manual pyproject.toml edits.

Inline dependencies (PEP 723 scripts)

Use inline metadata so a script runs standalone with uv run <script-file>.

Steps

Related skills

More from liatrio-labs/ai-prompts

Installs
16
GitHub Stars
2
First Seen
Mar 2, 2026