Python Project Setup with uv

Community

Set up Python projects fast with uv.

Authorconnectwithprakash
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you bootstrap and configure Python projects using uv, covering environment setup, dependency management, and development tooling to accelerate onboarding.

Core Features & Use Cases

  • Environment setup: Creates and activates a virtual environment with uv, pinning Python version when needed.
  • Dependency management: Installs dependencies from requirements files or pyproject.toml, and adds dev tools.
  • Project scaffolding: Generates standard project structure and configuration files (pyproject.toml, .python-version).

Quick Start

Initialize a new Python project with uv in an empty directory by running uv init, then install dependencies and run tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Python Project Setup with uv
Download link: https://github.com/connectwithprakash/dotfiles/archive/main.zip#python-project-setup-with-uv

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository