python-uv

Manage Python projects and dependencies using the uv package manager.

3|8|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/beshkenadze/claude-skills-marketplace --skill python-uv-beshkenadze
Or copy as Structured Prompt for Agentâ–Ľ
Please help me install this Agent Skill.
Skill: python-uv
Source: https://github.com/beshkenadze/claude-skills-marketplace/tree/main/skills/development/python-uv
Command: npx skills add https://github.com/beshkenadze/claude-skills-marketplace --skill python-uv-beshkenadze

SYSTEM DOCUMENTATION & REQUIREMENTS

đź’ˇ This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for using uv, the ultra-fast Python package manager, to streamline project creation, dependency management, and tool execution—replacing pip, poetry, pipx, and pyenv with a single, Rust-powered tool.

Core Features & Use Cases

  • Project & Dependency Management: Commands to init projects, add/remove packages, and sync environments instantly.
  • Python & Tool Management: Install Python versions and run/install CLI tools without leaving your project.
  • Use Case: Starting a new FastAPI project or migrating an old one from requirements.txt? This Skill provides the exact uv commands to set up, run, and deploy in record time.

Quick Start

Initialize a new Python project called 'myapi' and add FastAPI and pytest as a dev dependency.