python-uv
Installation
SKILL.md
Python uv
Overview
Expert guidance for using uv - the extremely fast Python package and project manager by Astral. Written in Rust, 10-100x faster than pip. Replaces pip, pip-tools, pipx, poetry, pyenv, and virtualenv.
Instructions
1. New Project Setup
# Create new project
uv init my-project
cd my-project
# Or initialize in current directory
uv init