setup-python

Installation
SKILL.md

Python Development Setup Skill

Purpose

Quickly set up and verify a Python development environment using UV for fast, reliable dependency management.

CRITICAL: Always Use UV

NEVER use pip directly. ALWAYS use UV for Python dependency management.

UV is 10-100x faster than pip and provides:

  • Deterministic dependency resolution
  • Lockfile support
  • Virtual environment management
  • Drop-in pip replacement

Workflow

Installs
7
GitHub Stars
5
First Seen
Feb 8, 2026
setup-python — meriley/claude-code-skills