uv-run

Installation
SKILL.md

UV Run

Run Python scripts with uv - no manual venv activation needed.

When to Use This Skill

Use this skill when... Use a focused sibling instead when...
Running a one-off script with uv run script.py and no project context Adding a long-lived dependency to a project — use uv-project-management
Embedding PEP 723 inline metadata or --with deps into a self-contained script Installing a global CLI tool (uv tool install / uvx) — use uv-tool-management
Executing project commands inside the project venv without manual activation Authoring the project's pyproject.toml or lockfile — use uv-project-management

Core Capabilities

  • Direct execution: uv run script.py handles environment automatically
  • Temporary dependencies: uv run --with requests script.py for one-off needs
  • Inline dependencies: PEP 723 metadata blocks for self-contained scripts
  • Ephemeral tools: uvx tool runs CLI tools without installation
Installs
77
GitHub Stars
48
First Seen
Jan 29, 2026
uv-run — laurigates/claude-plugins