uv-tdd

Installation
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
5
GitHub Stars
2
First Seen
Jan 26, 2026
uv-tdd — gali-leilei/agent-skills-md