UV Tool Management Quick reference for installing and managing global Python tools with UV (pipx alternative). When to Use This Skill | Use this skill when... | Use a focused sibling instead when... | |---|---| | Installing a global CLI tool (ruff, black, ipython) with as a pipx replacement | Running a project script inside its venv — use uv-run | | Running a one-off CLI invocation via without installing | Adding the tool as a project dev dependency — use uv-project-management | | Listing, upgrading, or uninstalling globally installed tools | Pinning the Python version a tool runs on — use uv…