astral-uv

Installation
SKILL.md

Astral UV

UV is an extremely fast Python package installer and resolver written in Rust.

Quick Reference

Task Command
Create venv uv venv
Install package uv pip install <pkg>
Add dependency uv add <pkg>
Run script uv run <script.py>
Sync dependencies uv sync
Init project uv init

Project Management

Initialize a new project:

Related skills
Installs
11
First Seen
Feb 3, 2026