ui

Installation
SKILL.md

Determine the appropriate UI system for the project and route to the correct specialized skill.

When to Route vs Answer Directly

Route to a specialized skill when:

  • User wants to understand, edit, or generate specific UI elements
  • User references specific files or UI objects
  • User asks for UI changes or creation

Answer directly (without routing) when:

  • User asks comparative/educational questions ("What's the difference between UI Toolkit and uGUI?")
  • User asks about UI system capabilities or recommendations ("Should I use UITK or uGUI for mobile?")
  • User needs conceptual explanation of Unity UI architecture

Routing Logic

Step 1: Check for explicit file references or keywords:

Installs
53
GitHub Stars
205
First Seen
2 days ago
ui — unity-technologies/skills