uv-package-manager

Manage Python project dependencies with the uv package manager.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/pproenca/dot-claude --skill uv-package-manager-pproenca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv-package-manager
Source: https://github.com/pproenca/dot-claude/tree/main/plugins/dev/skills/uv-package-manager
Command: npx skills add https://github.com/pproenca/dot-claude --skill uv-package-manager-pproenca

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill leverages the uv package manager to provide lightning-fast and reliable dependency management for Python projects, eliminating slow pip operations and environment inconsistencies.

Core Features & Use Cases

  • Rapid Dependency Resolution: Utilizes uv for extremely fast package installation and dependency resolution, saving time.
  • Consistent Environments: Ensures reproducible build environments across development and CI/CD, reducing "it works on my machine" issues.
  • Migration Guidance: Provides patterns for migrating existing projects to use uv, streamlining the transition.
  • Use Case: When starting a new Python project or optimizing an existing one, use this skill to manage dependencies with uv, ensuring quick and consistent setup.

Quick Start

I'm starting a new Python project. Use the uv-package-manager skill to set up my virtual environment and install 'requests' using 'uv'.