environment-triage

Environment Triage

INSTALLATION
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill environment-triage
Run in your project or agent environment. Adjust flags if your CLI version differs.

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>

Confirm import works in uv context

uv run python -c "import ; print(.version)"

## Common Fix

If optional deps require Python 3.12+ but .python-version is 3.11:

echo "3.13" > .python-version

rm -rf .venv &#x26;&#x26; uv venv &#x26;&#x26; uv sync --all-extras

BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card