unity-package

Automate Unity Package Manager install, remove, and list operations.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill unity-package-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-package
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/unity-skills/skills/package
Command: npx skills add https://github.com/mufengbufeng/EF --skill unity-package-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity Package Manager operations streamline the installation, removal, listing, and management of Unity packages with automated dependency handling.

Core Features & Use Cases

  • Package listing, installation, removal, and refresh
  • Automatic dependency handling for Cinemachine, TextMeshPro, and other packages
  • Status and version queries to plan updates and ensure compatibility

Quick Start

Install a package such as com.unity.cinemachine and automatically resolve its dependencies.

Frequently Asked Questions about unity-package

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

FAQPage Schema
How do I automate Unity Package Manager installs for TextMeshPro?

Automating Unity Package Manager installs for TextMeshPro uses commands like package_install to install packages and automatically resolve dependencies. This streamlines package management end-to-end without manual intervention.

Can I list installed Unity packages and check their version status?

You can list installed Unity packages and check version status using package_list and version query commands. These queries return current package statuses to help you plan updates and ensure compatibility.

What is the best way to resolve dependencies when installing Cinemachine in Unity?

The best way to resolve dependencies when installing Cinemachine in Unity is using automated package_install commands. This handles dependency resolution for Cinemachine automatically, ensuring all required packages are installed together.

How do I search for and remove packages in Unity Package Manager?

You search for and remove packages in Unity Package Manager using package_search and package_remove commands. These operations automate the discovery and deletion of packages while managing remaining dependencies.

Does this Unity package automation support refreshing the package list?

This Unity package automation supports refreshing the package list using the package_refresh command. It updates the local package cache and ensures your project recognizes newly added or modified packages.