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

Installs
8
GitHub Stars
7
First Seen
Jan 25, 2026
python-uv-project-setup — narumiruna/agent-skills