manage-python-env
CommunityStreamline Python envs and package mgmt with UV.
Authordudusoar
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a concise, practical guide to managing Python environments and package dependencies with UV, reducing setup time and token usage for project bootstrapping.
Core Features & Use Cases
- Installation & Verification: Install UV and verify its version to ensure a consistent toolchain.
- Project Bootstrap: Initialize a project, optionally pin a Python version, and create a portable structure.
- Environment & Dependency Workflows: Create and activate virtual environments, manage packages, lock dependencies, and export requirements for reproducibility.
- Use Case: Onboard a new data science project quickly and share a repeatable setup with teammates.
Quick Start
uv init my-project uv venv source .venv/bin/activate uv add numpy pandas uv lock uv export --format requirements-txt > requirements.txt
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: manage-python-env Download link: https://github.com/dudusoar/VRP-Toolkit/archive/main.zip#manage-python-env 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.