package-search

Search Unity Package Manager registry and local packages by name, ID, or description.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill package-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-search
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/package-search
Command: npx skills add https://github.com/lunafish/Game00 --skill package-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly find packages within the Unity ecosystem, whether they are in the official registry or already installed in their project, streamlining the package management process.

Core Features & Use Cases

  • Registry Search: Discover packages available in the Unity Package Manager registry by name, ID, or description.
  • Installed Packages Search: Locate packages already present in the current project, regardless of their source (Git, local, embedded).
  • Version Information: Retrieve available versions and installation status for packages.
  • Prioritized Results: Get the most relevant results first, based on exact name matches, then substrings.
  • Use Case: A developer needs to find a specific animation package. They can use this Skill to search for "animation" and see all relevant packages, their versions, and whether they are already installed.

Quick Start

Search for the 'TextMesh Pro' package and return up to 5 results.

Frequently Asked Questions about package-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Unity packages in the registry and locally installed packages?

You can search for Unity packages by matching their name, ID, or description. The tool checks both the Unity Package Manager registry and your locally installed packages, returning available versions and installation status.

How does finding Unity packages prioritize search results?

Finding Unity packages prioritizes exact name matches first, followed by display name matches, and finally substring matches within package names and descriptions to return the most relevant results.

Can I use Unity package search in offline mode?

Yes, you can use Unity package search in offline mode. It supports searching for locally installed packages within your project, including those from Git, local, or embedded sources, without an online connection.

What information is returned when I search for a Unity package?

Searching for a Unity package returns the available versions found in the registry and the current installation status of the package within your local project environment.

Does Unity package search work with packages installed from Git?

Yes, Unity package search works with packages installed from Git. It can locate packages already present in your current project regardless of their original source, including Git, local, or embedded dependencies.