python-uv
Installation
SKILL.md
Python UV Project Management
Provides workflows and best practices for managing Python projects using uv — Astral's fast Python package and project manager.
Project Initialization
Create a new project with uv init:
# Named project in new directory
uv init my-project
cd my-project
# Initialize in current directory
uv init
Generated structure: