python3-tools
Installation
SKILL.md
Python Tooling
Consult python3-core for standing defaults.
uv Package Management
uv addfor dependencies (notuv pip install)uv runfor execution (notsource .venv/bin/activate)uv sync --frozenfor CI;uv sync --lockedto detect stale lockfiles- PEP 723 shebang:
#!/usr/bin/env -S uv --quiet run --active --script uv venv --clearto overwrite existing environments (since 0.10.0)
Type Checker Detection
Check .pre-commit-config.yaml → CI config → pyproject.toml: