·uv-skill

Guide for using uv - an extremely fast Python package and project manager written in Rust. Use when installing Python, managing virtual environments, adding dependencies, running scripts, building packages, or working with pyproject.toml. Replaces pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv.

20Installs·0Trend·@julianobarbosa

Installation

$npx skills add https://github.com/julianobarbosa/claude-code-skills --skill uv-skill

SKILL.md

Extremely fast Python package and project manager by Astral (Ruff creators).

| New project | uv init | | New library | uv init --lib | | Add package | uv add | | Add dev dependency | uv add --dev | | Remove package | uv remove | | Install all deps | uv sync | | Install (CI/prod) | uv sync --locked | | Run command | uv run | | Run tool (no install) | uvx | | Install Python | uv python install 3.12 |

| Pin Python version | uv python pin 3.12 | | Update all deps | uv lock --upgrade | | Update one package | uv lock --upgrade-package | | Show dep tree | uv tree | | Build package | uv build | | Publish to PyPI | uv publish |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill uv-skill
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is uv-skill?

Guide for using uv - an extremely fast Python package and project manager written in Rust. Use when installing Python, managing virtual environments, adding dependencies, running scripts, building packages, or working with pyproject.toml. Replaces pip, pip-tools, pipx, poetry, pyenv, twine, and virtualenv. Source: julianobarbosa/claude-code-skills.

How do I install uv-skill?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill uv-skill Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/julianobarbosa/claude-code-skills