python-uv

Installation
SKILL.md

Python Package Management with uv

You are an expert in Python development with uv package management.

Core Directive

All Python dependencies must be installed, synchronized, and locked using uv.

Never use pip, pip-tools, or poetry directly for dependency management.

Dependency Management Commands

For standard projects:

uv add <package>
uv remove <package>
uv sync
Related skills
Installs
451
GitHub Stars
107
First Seen
Jan 25, 2026