package-add

Automate Unity package installation by modifying manifest.json and triggering resolution.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill package-add-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-add
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/package-add
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill package-add-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of installing Unity packages, whether from the registry, a Git URL, or a local path, by modifying the manifest.json and triggering package resolution.

Core Features & Use Cases

  • Package Installation: Install packages from various sources including registry, Git, and local paths.
  • Manifest Modification: Automatically updates the manifest.json file for package resolution.
  • Domain Reload: Triggers a domain reload post-installation for the final result.
  • Use Case: When you need to add a new Unity package to your project, this Skill streamlines the process, ensuring that the package is correctly installed and integrated into your project.

Quick Start

Install the package 'com.unity.textmeshpro' using the 'package-add' skill.

Frequently Asked Questions about package-add

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

FAQPage Schema
How do I install a Unity package from a Git URL or local path?

To install a Unity package from a Git URL or local path, this Skill modifies the manifest.json file and triggers package resolution automatically. It then initiates a domain reload to ensure the package is fully integrated into your project.

Can I automate Unity package installation without using the Package Manager UI?

Yes, automating Unity package installation without the UI is possible by modifying the manifest.json file and triggering package resolution. This approach ensures the package is correctly installed and triggers a domain reload for the final result.

Do I need unity-mcp-cli to add packages to a Unity project?

Yes, unity-mcp-cli is required for automating Unity package installation. It provides the necessary package management operations to modify the manifest.json file and trigger the package resolution process.

What happens during domain reload after adding a Unity package?

A domain reload is triggered after adding a Unity package to finalize the installation. This process reloads the scripting environment to apply changes made to the manifest.json and ensure the new package is fully integrated into the project.

Why does modifying manifest.json fail to install my Unity package?

Modifying manifest.json may fail to install a Unity package if the package resolution is not triggered or if the package source is invalid. A successful installation requires correct manifest formatting and a subsequent domain reload to apply the changes.