python-uv

Guidelines for Python dependency management using uv, the fast Python package installer and resolver.

By mindrally · 897 installs

npx skills add mindrally/skills --skill python-uv

Source repository · Upstream listing

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: Script Management Execute scripts with proper dependency handling: Manual Inline Metadata Configuration Scripts can specify dependencies via comment blocks: CLI Based Script Dependencies Key Principles 1. Always use uv for all package operations 2. Prefer inline script metadata for standalone scripts 3. Use uv run to execute scripts with their dependencies 4. Keep dependencies locked and synchronized across environments 5. Never fall back to pip or other package managers