UV is an extremely fast Python package installer and resolver written in Rust.
| Create venv | uv venv | | Install package | uv pip install | | Add dependency | uv add | | Run script | uv run | | Sync dependencies | uv sync | | Init project | uv init |
Fast Python package and project management using Astral's uv. Use when installing packages, managing virtual environments, running Python scripts, or initializing Python projects. Triggers on: pyproject.toml, requirements.txt, Python dependency discussions, virtual environment setup. Source: ianphil/my-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ianphil/my-skills --skill astral-uv Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw