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:

Installs
14
GitHub Stars
12
First Seen
Mar 15, 2026
python-uv — the-perfect-developer/the-perfect-opencode