unity-package

Route Unity package installation, inspection, removal, and refresh tasks through MCP package tools.

5|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-package-batihandev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-package
Source: https://github.com/batihandev/unity-mcp-skills/tree/main/skills/package
Command: npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-package-batihandev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents incorrect Unity package workflows by guiding AI agents to use the dedicated package management tools instead of unsafe generic command execution.

Core Features & Use Cases

  • Package Operations Guidance: Routes package listing, inspection, installation, removal, embedding, sample importing, and dependency checks to the correct Unity MCP tools.
  • Workflow Safety: Provides operational rules for handling asynchronous package changes and potential Unity domain reloads.
  • Use Case: Help an AI agent install a Unity package, verify its availability, refresh package resolution, or inspect package metadata through the appropriate MCP package APIs.

Quick Start

Ask the AI agent to use the unity-package skill to install or inspect a Unity package through the Unity MCP package management tools.

Frequently Asked Questions about unity-package

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

FAQPage Schema
How do I manage Unity packages through MCP without running unsafe commands?

To manage Unity packages safely, route package installation, inspection, removal, and refresh tasks through dedicated Unity MCP package management tools instead of generic command execution.

What Unity MCP package operations are available for dependency management?

Unity MCP package operations include listing, inspecting, installing, removing, embedding packages, importing samples, and checking dependencies through the Unity Editor workflow.

Does the unity-package skill require Unity MCP package management APIs?

Yes, the unity-package skill requires access to Unity MCP package management APIs to perform controlled package operations without relying on generic Unity_RunCommand execution.

How do I handle Unity domain reloads during package installation?

Handle Unity domain reloads during package installation by following the operational rules provided for asynchronous package changes, ensuring safe and efficient package lifecycle management.

Why should I use MCP package tools instead of generic command execution in Unity?

Using MCP package tools prevents incorrect Unity package workflows by ensuring controlled, safe package operations, avoiding the risks associated with unsafe generic command execution.

Can I inspect Unity package metadata using the unity-package skill?

Yes, you can inspect Unity package metadata by routing the inspection task through the appropriate Unity MCP package APIs to retrieve detailed package information.