unity-component

Add, remove, and configure Unity GameObject components like Rigidbody and Collider.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined approach to managing GameObject components in Unity, simplifying the process of adding, removing, and configuring components like Rigidbody, Collider, and AudioSource.

Core Features & Use Cases

  • Component Management: Add, remove, and configure components like Rigidbody, Collider, AudioSource, and more.
  • Batch Operations: Perform operations on multiple objects simultaneously for efficiency.
  • Property Manipulation: Set and get component properties with ease.
  • Use Case: If you need to add Rigidbody components to multiple enemies in your game, this skill allows you to do so with a single command, reducing API calls and improving performance.

Quick Start

Add a Rigidbody component to the GameObject named 'Enemy1' using the command: 'component_add name="Enemy1" componentType="Rigidbody"'

Frequently Asked Questions about unity-component

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

FAQPage Schema
How do I add Rigidbody components to multiple Unity GameObjects at once?

You can add Rigidbody components to multiple Unity GameObjects at once using batch operations. This skill executes simultaneous component additions via a single command, reducing API calls and improving game development performance.

Can I manipulate specific properties when adding a Collider or AudioSource in Unity?

Yes, you can manipulate specific properties when adding a Collider or AudioSource in Unity. The skill supports detailed property manipulation, allowing you to set and get component configurations during the addition process.

What is the most efficient way to manage GameObject components in Unity?

The most efficient way to manage GameObject components in Unity is through batch operations. This approach facilitates simultaneous addition, removal, and configuration of components like Rigidbody and Collider, minimizing API overhead.

Does this Unity component management approach work for configuring multiple enemies simultaneously?

Yes, this Unity component management approach works for configuring multiple enemies simultaneously. It supports batch operations to add, remove, and configure components across multiple objects, optimizing large-scale game development workflows.

How do I remove components from GameObjects without making individual API calls?

You remove components from GameObjects without individual API calls by using batch removal operations. This skill streamlines the deletion of components like AudioSource and Collider across multiple targets simultaneously for better efficiency.