package-list

List installed Unity UPM packages with name, version, source, and description.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill package-list-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-list
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/package-list
Command: npx skills add https://github.com/igot-ai/os-twin --skill package-list-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often rely on multiple UPM packages whose versions and sources must be tracked to manage dependencies and ensure reproducible builds. This Skill lists all installed Unity UPM packages and returns key metadata for auditing and planning updates.

Core Features & Use Cases

  • List installed packages with name, version, source, and description.
  • Use for dependency auditing, upgrade planning, and validating consistency across environments.
  • Help with decision-making before adding or removing packages in a project.

Quick Start

Run the package-list tool to enumerate all installed Unity UPM packages in the project and view their names, versions, and sources.

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 UPM packages with their versions and sources?

Query the Unity package manifest to list installed Unity UPM packages with name, version, source, and description. This enumerates all dependencies for auditing and planning upgrades or removals in a project.

What is the best way to audit Unity project dependencies for consistent configurations?

Auditing Unity project dependencies requires querying the package manifest to resolve installed UPM packages. This returns structured metadata including names, versions, and sources to validate consistency across environments.

Can I use this to prepare Unity package upgrades or removals?

Preparing Unity package upgrades or removals uses the queried manifest data to review installed versions and sources. This helps with decision-making before adding or removing packages to ensure reproducible builds.

Does this resolve dependencies directly from the Unity package manifest?

Resolving dependencies directly from the Unity package manifest is supported by querying the manifest through the MCP tool. This returns structured data for all installed UPM packages, including their source and description.

What package details do I get when listing Unity UPM packages?

Listing Unity UPM packages returns the name, version, source, and description for each installed package. This structured data is applicable to dependency auditing, upgrade planning, and ensuring consistent package configurations.