unity-skills-index

Index Unity Skill modules and expose their metadata contracts.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-skills-index-stardust-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skills-index
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-skills-index-stardust-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Unity Skills index solves the problem of discovering and understanding the full set of Unity Skill modules by listing each module's identity and purpose and linking to their entry points.

Core Features & Use Cases

  • Centralized discovery of all Unity Skill modules with quick navigation to each module's frontmatter and guidance.
  • Clear references to module entry points and related resources (scripts, references, assets) for on-demand loading.
  • Use cases include onboarding new users to the Skill framework, auditing available capabilities, and planning automation workflows with Unity.

Quick Start

Browse the modules table inside this Skill unit and open the SKILL.md files of individual modules to read their exact name and description.

Frequently Asked Questions about unity-skills-index

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

FAQPage Schema
How do I discover all available Unity Skill modules in a repository?

To discover all available Unity Skill modules, browse the centralized module index which summarizes each module's identity, purpose, and entry point. This index provides a metadata contract including names and descriptions for quick navigation and discovery.

What is a Unity Skills module index used for?

A Unity Skills module index is used for centralized discovery, onboarding to the Skill framework, and auditing available capabilities. It lists each module's metadata and links to their SKILL.md frontmatter for on-demand loading and workflow planning.

How do I access individual Unity Skill module guidance and references?

Access individual Unity Skill module guidance by opening the SKILL.md files linked in the modules table. These files contain exact names, descriptions, and references to related scripts and assets for on-demand loading.

Can I use the module index to plan Unity Editor automation workflows?

Yes, you can use the module index to plan Unity Editor automation workflows. It provides a ready-to-consume metadata contract for each module, allowing discovery systems to identify and reference the necessary skills for automation.

Does the Unity Skills index require any specific dependencies to browse modules?

The Unity Skills index requires the requests dependency to function. It uses scripts and references components to identify, summarize, and navigate the available Unity Skill modules within the repository.