uv

Originally fromknoopx/pi
Installation
SKILL.md

uv: Modern Python Package and Project Manager

Overview

uv is Astral's extremely fast Python package and project manager written in Rust, designed as a unified replacement for pip, pip-tools, pipx, poetry, pyenv, and virtualenv. It delivers 10-100x faster performance while providing modern dependency management with lockfiles and reproducible environments.

When to Use This Skill

Use this skill when:

  • Initializing new Python projects or scripts
  • Managing project dependencies with pyproject.toml
  • Creating portable single-file scripts with PEP 723 inline metadata
  • Installing or running command-line tools (ruff, black, httpie, etc.)
  • Managing Python interpreter versions
  • Setting up virtual environments
  • Configuring package indexes or private registries
  • Migrating from pip, pip-tools, poetry, or conda
  • Configuring CI/CD pipelines for Python projects
Related skills

More from jamie-bitflight/claude_skills

Installs
9
GitHub Stars
44
First Seen
Mar 29, 2026