uv-advanced

Installation
SKILL.md

uv Advanced Usage

uv is an extremely fast Python package and project manager written in Rust. It replaces pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more with a single unified tool that's 10-100x faster.

Quick Reference

Task Command
Create project uv init myproject
Add dependency uv add requests
Add dev dependency uv add --dev pytest
Run command uv run python main.py
Lock dependencies uv lock
Sync environment uv sync
Run tool uvx ruff check .
Install Python uv python install 3.12

Core Concepts

Related skills

More from cuba6112/skillfactory

Installs
2
First Seen
Feb 9, 2026