What problem does it solve? When working with a large Unity automation suite of 50+ modules, it is hard to know which module handles a given task and whether that module's skills require user grants under Approval mode. This Skill provides a single catalog that maps tasks to modules before loading any module documentation. ## Core Features & Use Cases - Module Catalog: Lists every Unity Skills module (gameobject, component, material, prefab, scene, shadergraph, netcode, addressables, and more) with a one-line description and batch support flag. - Mode Labels: Each module carries an SA/FA/Mixed label indicating whether its skills run directly in all modes or require a user grant under Approval mode, plus markers for auto-forbidden high-risk skills. - Advisory Design Modules: Indexes documentation-only modules (architecture, patterns, unitask-design, dotween-design, pico-design, and others) that define no REST skills but provide source-anchored design rules. - Use Case: Before writing code to configure a URP renderer feature, consult the index to find the urp module, confirm its Mixed mode, then load only that module's SKILL.md instead of the entire suite. ## Quick Start Ask which Unity Skills module handles your task and what approval mode it requires before loading that module's documentation.