What problem does it solve? Unity projects expose dozens of REST and advisory modules, and picking the wrong one or calling it under the wrong operating mode (Approval/Auto/Bypass) wastes time or triggers MODE_FORBIDDEN errors. This index catalogs every module so you can quickly find which module handles a task and what mode it requires. ## Core Features & Use Cases - Module Catalog: Lists 50+ functional REST modules (gameobject, prefab, material, shadergraph, netcode, yooasset, hybridclr, and more) with batch-support flags and links to each module's SKILL.md. - Mode Legend: Explains SA/FA/Mixed labels and the auto-forbidden suffix so you know whether a skill runs directly, needs a user grant, or only works in Bypass mode. - Advisory Design Modules: Indexes design-guidance modules covering architecture, ADRs, performance, Addressables, UniTask, DOTween, and YAML editing rules. - Use Case: A user asks which module handles NavMesh baking; the index routes them to the navmesh module, shows it is Mixed mode with auto-forbidden skills, and points to its SKILL.md for exact skill signatures. ## Quick Start Ask which Unity module handles a specific task, such as requesting the module list or asking what handles prefab spawning.