follow-python-conventions
Installation
SKILL.md
Follow Python Conventions
Apply the standard Tenzir Python toolchain and coding conventions.
Required Tools
All Tenzir Python projects use:
uvfor dependency management and virtual environmentsrufffor linting and formattingmypyfor static type checkingpytestfor testing
Default Libraries
Prefer these libraries unless the repository already establishes a different stack: