unity-cli-usage
Installation
SKILL.md
unity-cli Usage
Bootstrap the unity-cli toolchain so other Unity skills can run reliably. This is a foundation skill that loads automatically when no other unity-* skill matches a connection or install question.
Use When
- The user asks how to verify or install
unity-cli. - The user needs help with
system ping,instances list, orinstances set-active. - The user is unsure how to invoke a bridge tool (typed subcommand vs.
raw/tool call) or how to discover what tools exist. - A workflow is blocked on host/port selection, install mode, or connection troubleshooting.
Do Not Use When
- A more specific skill clearly matches the task. For scene authoring, use
unity-scene-create. For C# edits, useunity-csharp-edit. For Editor state inspection, useunity-editor-tools. - The request only inspects or edits project files without invoking Unity.