When uv sync says it worked but your imports still fail, you're probably debugging the wrong Python interpreter. This skill cuts through the confusion by checking what uv actually uses versus what you think is installed. It's built from real sessions where packages silently skipped installation due to version markers (like symbolica-agentica needing 3.12+ while .python-version said 3.11). The pattern is simple: verify the interpreter with uv run python, check .python-version, confirm imports in the uv context, then fix mismatches by updating the pinned version and rebuilding the venv. Saves you from twenty minutes of head scratching when the issue is just interpreter mismatch.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill environment-triage