What problem does it solve? Unity projects expose dozens of skill modules (gameobject, material, prefab, XR, Addressables, and more), and picking the wrong module or calling a skill forbidden under the current permission mode wastes turns and causes failures. This index tells you which module covers a task and what execution mode it requires before you load its documentation. ## Core Features & Use Cases - Module Catalog: Lists 50+ Unity skill modules with per-module mode labels (SA / FA / Mixed) and batch-support flags. - Mode Legend: Explains Approval / Auto / Bypass execution modes, auto-forbidden skills, and how to query authoritative per-skill mode via GET /skills/schema. - Advisory Design Modules: Indexes documentation-only modules for architecture, patterns, async models, and source-anchored rules for Addressables, UniTask, DOTween, PICO SDK, and more. - Use Case: Before writing code to spawn and configure prefabs in Unity, consult the index to confirm the prefab module is FA mode, supports batch calls, and then load its SKILL.md for exact workflows. ## Quick Start Ask which Unity Skills module handles creating and configuring a prefab and what permission mode it requires.