uv-python-manager
Installation
SKILL.md
uv Python Manager
Goal
Provide a fast and reliable way to manage Python environments and dependencies using the uv command-line tool.
Instructions
- Interpret the user's request related to Python project setup, dependency management, or execution.
- Choose the appropriate
uvsubcommand (e.g.uv venv,uv add,uv sync,uv run). - Execute the command via the script in
scripts/run.sh. - Clearly explain what the command does before and after execution.
- Show concise output summaries instead of full logs when possible.