python-environment

Community

Manage Python environments with uv.

Authorryan-ressmeyer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures consistent and reproducible Python environments by enforcing the use of uv for all Python execution, preventing conflicts with system Python and managing project dependencies effectively.

Core Features & Use Cases

  • Environment Enforcement: Guarantees that all Python scripts and commands run within a managed environment, not the system's.
  • Dependency Management: Facilitates adding and managing project dependencies using uv add and uv sync.
  • Script Execution: Provides a standardized way to run Python scripts and tools (uv run python script.py, uv run pytest).
  • Use Case: When starting work on a new Python project, this skill ensures you set up a clean, isolated environment using uv init and manage all subsequent package installations and script executions through uv run.

Quick Start

Ensure all Python commands are prefixed with uv run.

Dependency Matrix

Required Modules

None required

Components

references

💻 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-environment
Download link: https://github.com/ryan-ressmeyer/llm-skills/archive/main.zip#python-environment

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.