uv-tdd

SKILL.md

uv-tdd skill

A development process for Python applications that uses TDD to iterate on a new project based around uv.

Create a project with this command:

mkdir name-of-project
cd name-of-project
uv init --python 3.14
git init (if not already in a git repo)

This creates an initial pyproject.toml file

Add dependencies using:

Installs
2
First Seen
Apr 6, 2026