AI AGENT ADDONS

The uv tool is a fast Python package manager. It is used by many science skills to run their Python scripts. This agent skill checks if uv is installed on your system. If it is missing, the skill installs it and adds it to your PATH. This makes sure other skills that depend on uv can work without problems.

You do not need to worry about manual setup. The skill does everything for you. It first checks if uv is already available. If not, it installs uv and makes sure it is found when needed. This saves time and keeps your environment consistent.

Add Uv skill to your workflow

Global

mkdir -p ~/.claude/skills/uv

Project

mkdir -p .claude/skills/uv

Source Repository

Stars
2,101
Forks
219
Watchers
2,101
License
Apache-2.0
Last Push
1 month ago
Created
2 months ago