Uv Package Manager

🌐Community
by wshobson · vlatest · Repository

Automates UV package installation, updates, and dependency management within Unity projects using command-line tools.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add uv-package-manager npx -- -y @trustedskills/uv-package-manager
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "uv-package-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/uv-package-manager"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The uv-package-manager skill enables AI agents to manage and install packages using the uv tool, which is a modern Python package manager. It allows users to efficiently handle dependencies, install packages from various sources, and maintain clean virtual environments.

When to use it

  • When setting up a new Python project and needing to install multiple dependencies quickly.
  • When working with virtual environments and wanting to ensure consistent package management across different projects.
  • When upgrading or downgrading specific packages in an existing environment without disrupting the system.

Key capabilities

  • Install, upgrade, and uninstall Python packages using uv.
  • Create and manage isolated virtual environments for project-specific dependencies.
  • Resolve dependency conflicts automatically during installation.

Example prompts

  • "Install the requests package using uv."
  • "Create a new virtual environment with uv and install Django in it."
  • "Uninstall the flask package from my current environment."

Tips & gotchas

  • Ensure that uv is installed on your system before using this skill.
  • Be cautious when uninstalling packages, as it may affect other projects relying on them.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
wshobson
Installs
3.3k

🌐 Community

Passed automated security scans.