UV Workspaces Quick reference for managing monorepo and multi-package projects with UV workspaces. When to Use This Skill | Use this skill when... | Use another skill instead when... | |------------------------|-----------------------------------| | Setting up a Python monorepo with shared deps | Managing a single package ( ) | | Configuring workspace members and inter-package deps | Adding git/URL dependencies ( ) | | Using or flags | Building/publishing to PyPI ( ) | | Creating virtual workspaces (root with no project) | Managing Python versions ( ) | | Debugging workspace dependency resolu…