·manage-python-env
</>

manage-python-env

dudusoar/vrp-toolkit

Quick reference for uv (fast Python package manager) operations to save tokens. Use when creating virtual environments, installing packages, managing dependencies, or when user asks about uv commands. Provides concise patterns for Python project setup and package management.

6Installs·0Trend·@dudusoar

Installation

$npx skills add https://github.com/dudusoar/vrp-toolkit --skill manage-python-env

SKILL.md

Quick reference for uv - the fast Python package installer and environment manager.

| Create venv | python -m venv .venv | uv venv | | Activate | source .venv/bin/activate | Same | | Install package | pip install package | uv add package | | Install requirements | pip install -r requirements.txt | uv pip install -r requirements.txt | | Freeze deps | pip freeze > requirements.txt | uv pip freeze > requirements.txt |

| Run tool | python -m pytest | uv run pytest |

Quick reference for uv (fast Python package manager) operations to save tokens. Use when creating virtual environments, installing packages, managing dependencies, or when user asks about uv commands. Provides concise patterns for Python project setup and package management. Source: dudusoar/vrp-toolkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dudusoar/vrp-toolkit --skill manage-python-env
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is manage-python-env?

Quick reference for uv (fast Python package manager) operations to save tokens. Use when creating virtual environments, installing packages, managing dependencies, or when user asks about uv commands. Provides concise patterns for Python project setup and package management. Source: dudusoar/vrp-toolkit.

How do I install manage-python-env?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dudusoar/vrp-toolkit --skill manage-python-env Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dudusoar/vrp-toolkit