python-uv-project-setup

Installation
SKILL.md

Python uv Project Setup

Overview

Use uv for environments, dependency management, and command execution. Core principle: always install and run through uv, not pip/python directly.

Non-Negotiable Rules

  • Install dependencies with uv add (never pip install).
  • Run commands with uv run (never direct python or pytest).

Quick Reference

Related skills
Installs
12
GitHub Stars
1
First Seen
Feb 11, 2026