package-list

List installed Unity packages with filters for source, name, description, and direct dependencies.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill package-list-infotechsrealm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-list
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/package-list
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill package-list-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamline the management of Unity project packages with detailed information about each package's name, version, source, and description. Facilitates efficient decision-making for package management tasks.

Core Features & Use Cases

  • Package Information Retrieval: Obtain comprehensive details about installed Unity packages.
  • Filtering Capabilities: Filter packages by source, name, description, or direct dependencies.
  • Use Case: Before adding or removing packages, quickly assess the current state of your Unity project's package dependencies.

Quick Start

Use the 'package-list' skill to list all packages installed in your Unity project with the default filters.

Frequently Asked Questions about package-list

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

FAQPage Schema
How do I list installed Unity packages in my project?

To list installed Unity packages, you can retrieve comprehensive details including package name, version, source, and description by accessing the project's package manifest and metadata through a dedicated management interface.

Can I filter Unity packages by direct dependencies?

Yes, you can filter Unity packages by direct dependencies, as well as by source, name, and description, allowing you to quickly assess and isolate specific package dependencies within your project.

What information do I need to retrieve Unity package details?

Retrieving Unity package details requires access to the project's package manifest and metadata, which provides the necessary data to display each package's name, version, source, and description.

How do I check Unity project dependencies before adding or removing packages?

You can check Unity project dependencies by listing all installed packages with their direct dependencies and sources, facilitating efficient decision-making before modifying your project's package configuration.

Does this package management tool work without external dependencies?

Yes, this package management tool operates without external dependencies, using only internal scripts to parse the Unity package manifest and metadata to list and filter installed packages.

What is the best way to track Unity package sources and descriptions?

The best way to track Unity package sources and descriptions is to use a filtering interface that parses the package manifest, allowing you to view detailed metadata and directly manage package dependencies.