python-environment
CommunityManage 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 addanduv 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 initand manage all subsequent package installations and script executions throughuv run.
Quick Start
Ensure all Python commands are prefixed with uv run.
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.