AgentSkillsCN

uv

使用 uv 进行 Python 包管理。适用于安装、添加、移除、升级或同步 Python 依赖项时使用。

SKILL.md
--- frontmatter
name: uv
description: Python package management with uv. Use when installing, adding, removing, upgrading, or syncing Python dependencies.
allowed-tools: Bash(uv add:*), Bash(uv remove:*), Bash(uv sync:*)
  • Always use uv to manage Python packages. Never modify pyproject.toml directly
  • Use --group <group> to target a dependency group (e.g., dev, test)
  • If uv is not available, link to installation docs and stop