What problem does it solve?
It solves the problem of quickly discovering which Unity skill modules exist, what each one is allowed to do in your current operating mode, and which module best matches your task.
Core Features & Use Cases
- Module catalog browsing: provides a curated index of Unity skill modules and their scopes (e.g., gameobject, component, scene, importer).
- Mode-aware safety routing: communicates Approval/Auto/Bypass expectations and flags high-risk modules with an asterisk for extra caution.
- Schema-first guidance: tells you to use the skills schema endpoints before calling modules so you don’t invent invalid skill names or parameters.
- Batch-first selection rule: recommends batch-capable skills when touching many objects to reduce repeated calls.
Quick Start
Ask the system to look up the module index and then route your task to the safest compatible module for the current mode, starting from the provided intent and using the schema to confirm exact skill names and parameters.