- •Always use
uvto manage Python packages. Never modifypyproject.tomldirectly - •Use
--group <group>to target a dependency group (e.g.,dev,test) - •If
uvis not available, link to installation docs and stop
uv
使用 uv 进行 Python 包管理。适用于安装、添加、移除、升级或同步 Python 依赖项时使用。
SKILL.md
--- frontmattername: 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:*)