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:

Related skills
Installs
5
GitHub Stars
10
First Seen
Mar 15, 2026