uv

Verify and configure the uv Python package manager in the system PATH.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/dbensmith/agent-library --skill uv-dbensmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv
Source: https://github.com/dbensmith/agent-library/tree/main/.apm/skills/uv
Command: npx skills add https://github.com/dbensmith/agent-library --skill uv-dbensmith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that the uv Python package manager is installed and available in the system's PATH. It helps in preparing the environment for other skills that require uv as a prerequisite.

Core Features & Use Cases

  • Installation Check: Determines if uv is installed.
  • Automatic Installation: Installs uv if it's missing.
  • PATH Addition: Ensures uv is added to the system's PATH for use in scripts.
  • Use Case: When another skill in the agent's workflow depends on uv, this skill guarantees its availability before the skill execution.

Quick Start

Verify and set up uv by running the following commands: check_uv_installation, install_uv_if_missing, and set_uv_to_path.

Frequently Asked Questions about uv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure the uv Python package manager is installed?

To ensure the uv Python package manager is installed, this skill checks for its presence and automatically installs it if missing. It then adds uv to the system PATH, guaranteeing availability for Python scripts.

What is the best way to set up uv for Python environment setup?

The best way to set up uv for Python environment setup is by running check_uv_installation, install_uv_if_missing, and set_uv_to_path. This verifies installation, adds uv to PATH, and prepares the environment for dependencies.

Do I need uv installed before running Python CLI scripts?

Yes, you need uv installed and available in your system PATH before running Python CLI scripts that depend on it. This skill acts as a prerequisite check to guarantee uv is configured correctly for workflow execution.

Why is uv not found in my system PATH?

uv is not found in your system PATH because it may be missing or unconfigured. This skill resolves the issue by verifying installation, automatically installing uv if absent, and explicitly adding it to PATH.

Can I automatically install the uv package manager?

Yes, you can automatically install the uv package manager. This skill determines if uv is installed and executes an automatic installation if it is missing, ensuring the Python package manager is ready for use.

How does dependency management with uv work?

Dependency management with uv works by ensuring the package manager is installed and added to PATH. This guarantees that subsequent Python CLI scripts requiring uv as a prerequisite can execute successfully.