unity-package

Install, remove, and list Unity packages via Unity Package Manager.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-package-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-package
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/package
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-package-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of Unity packages, allowing developers to install, remove, and list packages efficiently.

Core Features & Use Cases

  • Package Installation: Install packages with specific or default versions.
  • Package Removal: Remove unnecessary packages from the project.
  • Package Listing: View a list of all installed packages.
  • Use Case: If you're developing a Unity project and need to add a new package like Cinemachine, this Skill can automate the installation process.

Quick Start

Install the Cinemachine package using the 'package_install_cinemachine' command.

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 installation for a project?

Automating Unity package installation is handled by executing specific commands to add packages like Cinemachine to your project. You can install required packages with either default or explicitly specified versions directly through the workflow.

Can I list all installed Unity packages in my current project?

Yes, you can list all installed Unity packages in your current project. The management skill queries the Unity Package Manager to retrieve and display a comprehensive list of all dependencies currently active in your development environment.

What do I need to manage Unity Package Manager dependencies via scripts?

To manage Unity Package Manager dependencies via scripts, you need an active Unity development environment and the relevant package metadata. The skill utilizes these metadata details to execute automated installation, removal, and listing operations.

How do I remove unnecessary Unity packages from my project?

To remove unnecessary Unity packages from your project, you use the designated package removal operations provided by the management skill. This streamlines your development environment by cleanly uninstalling dependencies you no longer require.

Does this approach support installing specific versions of Unity packages?

Yes, this approach supports installing specific versions of Unity packages. When adding dependencies to your project, you can provide explicit version numbers to ensure compatibility, or let the system apply the default version automatically.