What problem does it solve? Adding packages to a Unity project normally requires opening the Package Manager UI or hand-editing manifest.json, which interrupts automated workflows. This Skill installs Unity packages programmatically through the unity-mcp-cli, handling registry IDs, Git URLs, and local paths in one command. ## Core Features & Use Cases - Flexible package sources: Install from the Unity registry (plain or version-pinned IDs like com.unity.textmeshpro@3.0.6), Git URLs with optional branch or tag refs, or local file paths. - Domain reload awareness: Returns a Processing status immediately with a requestId, then delivers the final result after the Unity domain reload completes, so asynchronous installs are tracked correctly. - Use Case: While setting up a new Unity project, install TextMeshPro, Input System, and a custom internal package from a Git repository in sequence without ever opening the Unity Editor UI. ## Quick Start Ask the assistant to install the package com.unity.textmeshpro version 3.0.6 into the current Unity project using package-add.