setup-tool-uv

Configure a Python repository to use uv for package management and .venv synchronization.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-tool-uv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-tool-uv
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-tool-uv
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-tool-uv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that Python projects consistently use uv for package management and virtual environment setup, aligning with established best practices.

Core Features & Use Cases

  • Package Management Standardization: Enforces uv as the primary tool for installing and managing Python packages.
  • Environment Consistency: Ensures .venv setup and synchronization follow a defined workflow.
  • Use Case: When setting up a new Python repository, this Skill automatically configures uv and verifies that all development scripts and documentation reference uv instead of pip.

Quick Start

Configure the current repository to use uv for Python package management.

Frequently Asked Questions about setup-tool-uv

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

FAQPage Schema
How do I standardize Python package management with uv in my repository?

Standardize Python package management with uv by configuring it as the primary entrypoint for installing packages and synchronizing the .venv virtual environment. This Skill enforces that workflow and updates repository scripts and documentation to reference uv instead of pip.

Why does my Python project need uv for virtual environment setup?

Your Python project needs uv for virtual environment setup to ensure environment consistency across your team. Using uv for .venv synchronization aligns the repository with established best practices and prevents dependency conflicts.

Can I use uv to replace pip for dependency management in an existing Python project?

Yes, you can use uv to replace pip for dependency management in an existing Python project. This Skill verifies that all development scripts and documentation reference uv instead of pip, ensuring a consistent package management workflow.

What is the best way to configure a new Python repository to use uv?

The best way to configure a new Python repository to use uv is to apply this Skill, which automatically sets up uv for package management and verifies that all development scripts and documentation reference uv instead of pip.

Does uv enforce .venv synchronization for Python dependency management?

Yes, uv enforces .venv synchronization for Python dependency management. This Skill ensures that the .venv setup and synchronization follow a defined workflow, making uv the primary entrypoint for package installation.