python-venv
Installation
SKILL.md
Python Environment Management Skill
Core Principles
- Reuse Existing Environments - Don't recreate, reuse existing virtual environments
- Use Project-Type Decision - Auto-select based on lock files
- Recommend by Popularity - uv > pip > conda > venv
- Minimize Interruption - Only ask when necessary