What problem does it solve? Finding the right Unity package before installation requires manually browsing the registry or checking installed packages one by one. This Skill searches both the Unity Package Manager registry and locally installed packages in a single query, returning versions and installation status. ## Core Features & Use Cases - Dual-source search: Queries both the live Unity registry and locally installed packages (Git, local, and embedded sources) in one call. - Prioritized results: Ranks matches by exact name, exact display name, name substring, display name substring, then description substring. - Version and status details: Returns the latest registry version, up to 5 available versions, and whether the package is already installed. - Use Case: Before adding TextMesh Pro to a project, search for "TextMesh" to confirm the exact package id, see available versions, and check whether it is already installed. ## Quick Start Ask the AI to search Unity packages for "TextMesh" and show available versions and installation status.