environment-triage

Installation
SKILL.md

Environment Triage

When uv sync or pip install behaves unexpectedly, check the actual interpreter.

Pattern

System Python is not authoritative if uv/venv selects a different interpreter.

DO

# What uv ACTUALLY uses
uv run python --version

# What's pinned (this controls uv)
cat .python-version

# Confirm package is installed
uv pip show <package>
Installs
1
First Seen
Jan 26, 2026
environment-triage — namesreallyblank/clorch