AI AGENT ADDONS

Uv Package Manager

wshobson/agents
Programming Languages
11,508installs

Python developers can now manage dependencies much faster with a tool called uv. It is a package installer and resolver written in Rust. This makes it much quicker than pip.

Uv helps you set up new Python projects in seconds. It creates virtual environments and installs packages with just a few commands. You can also run Python scripts without activating environments.

Using uv saves time and disk space. It works on Windows, macOS, and Linux. You can use it as a drop-in replacement for pip or migrate from other tools like poetry.

Add Uv Package Manager skill to your workflow

Global

mkdir -p ~/.claude/skills/uv-package-manager

Project

mkdir -p .claude/skills/uv-package-manager

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago