uv-troubleshooting
Installation
SKILL.md
uv Troubleshooting
Purpose
Master troubleshooting uv issues, from dependency resolution failures to environment setup problems. Quickly diagnose errors and get your project working again.
Quick Start
Get help immediately when uv fails:
# See what's happening
uv sync --verbose
# Clear cache if something seems broken
uv cache clean
Related skills