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 wastes time and triggers MODE_FORBIDDEN errors. This index catalogs every Unity Skills module so you can quickly find which module handles a task and what Approval/Auto/Bypass mode it requires. ## Core Features & Use Cases - Module Catalog: Lists 50+ functional REST modules (gameobject, prefab, material, scene, netcode, yooasset, dotween, and more) with batch-support flags and one-line descriptions. - 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 (architecture, patterns, unitask-design, addressables-design, shadergraph-design, yaml-editing) for planning and review tasks. - Use Case: A user asks "which Unity module handles NavMesh baking?" — consult the index to route to the navmesh module, confirm its Mixed* mode, and check batch support before calling. ## Quick Start Ask which Unity module handles your task and what operating mode it requires before calling any unity_skills function.