uv-python-manager

Provide a fast and reliable way to manage Python environments and dependencies using the uv command-line tool.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uv-python-manager" with this command: npx skills add gemini960114/skills/gemini960114-skills-uv-python-manager

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 uv subcommand (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.

Common Operations

  • Create a virtual environment:

  • uv venv

  • Add dependencies:

  • uv add <package>

  • Sync environment from lockfile:

  • uv sync

  • Run a Python script or command:

  • uv run python script.py

  • Manage Python versions:

  • uv python install

  • uv python list

Constraints

  • Do not use sudo .

  • Do not modify system-wide Python installations.

  • Only operate within the user's current working directory unless explicitly instructed.

  • Do not delete files or environments unless the user explicitly asks.

Examples

User: Create a new virtual environment for this project

Action:

uv venv

User: Install requests and pandas Action:

uv add requests pandas

User: Run main.py using uv Action:

uv run python main.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

backend-development

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastapi-templates

No summary provided by upstream source.

Repository SourceNeeds Review