AI AGENT ADDONS

The uv tool is a very fast way to manage Python packages and projects. It takes over the work of many older tools like pip and virtualenv. You can use it for scripts, full projects, and command line tools.

Always use uv for Python work when you see a uv.lock file or uv headers in requirements files. This skill shows you the right commands for scripts, projects, tools, and legacy pip workflows. It also helps you move from other tools like pyenv and pipx.

With uv you can run scripts, add dependencies, install from a lockfile, and run tools without installing them. It is fast and simple to use.

Add Uv skill to your workflow

Global

mkdir -p ~/.claude/skills/uv

Project

mkdir -p .claude/skills/uv

Source Repository

Stars
277
Forks
13
Watchers
277
License
Apache-2.0
Last Push
4 months ago
Created
9 months ago