unity-skills-index

Index Unity skill modules and identify the correct module for a requested task.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-skills-index-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skills-index
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-skills-index-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find the right Unity module for a task instead of guessing which skill handles it.

Core Features & Use Cases

  • Module catalog browsing: Discover functional REST modules and advisory design modules in one place.
  • Mode requirement checks: Compare Approval, Auto, and Bypass requirements before invoking a module.
  • Task routing: Use it to answer questions like which Unity skill handles prefabs, scenes, UI, or code inspection.
  • Example: When you need a Unity workflow but do not know the correct module name, this index points you to the right module and its usage constraints.

Quick Start

Ask the Unity skills index to show the available modules for your task and tell you which mode requirements apply.

Frequently Asked Questions about unity-skills-index

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

FAQPage Schema
How do I find the right Unity module for a specific task like UI or scene management?

You can find the right Unity module by using a schema-first index that browses the module catalog and routes your task to the correct module. It compares functional REST modules and advisory design modules to match your specific request.

How do I check Approval, Auto, and Bypass mode requirements before invoking a Unity skill?

You check Approval, Auto, and Bypass mode requirements by performing an authoritative per-skill mode inspection. This ensures module names, capabilities, and safety constraints are verified rather than guessed before invocation.

What is the difference between functional REST modules and advisory design modules in Unity?

Functional REST modules handle executable operations, whereas advisory design modules provide guidance. Browsing the Unity module catalog lets you compare both types to determine whether your task requires active execution or advisory support.

Can I guess the Unity skill module name for code inspection if I know the general workflow?

No, you should not guess Unity skill module names. Schema-first discovery requires authoritative per-skill mode inspection to accurately identify module names, capabilities, and safety constraints for code inspection without guessing.

When do I need to use a schema-first discovery approach for Unity module routing?

You need schema-first discovery for Unity module routing when you must identify the correct module for a task and verify safety constraints. It prevents guessing by authoritatively checking module names, capabilities, and Approval, Auto, or Bypass mode requirements.