What problem does it solve?
This Skill prevents Unity DOTS agent runs from loading irrelevant Unity-Skills modules by routing and limiting which skill packs are eligible based on task domain, keywords, and strict safety/compatibility rules.
Core Features & Use Cases
- Domain-first gating: Selects DOTS vs Unity vs Hybrid sources based on upstream triage classification, with DOTS-first precedence over MonoBehaviour-oriented guidance.
- Keyword-driven module selection: Maps task keywords to the top matching Unity-Skills modules while enforcing per-agent module budgets.
- Hard limits and conflict avoidance: Blocks forbidden module categories (e.g., workflow/smart, MonoBehaviour-first modules for ECS runtime tasks) and enforces DOTS flag rules to avoid conflicting advice.
- DOTS pack augmentation: Auto-loads
unity-dots/* modules for DOTS/Hybrid tasks using confidence floors and per-task caps.
Quick Start
Use the unity-skill-router to determine which Unity-Skills modules to load for the current DOTS or Unity task, then load only the returned module SKILL packs before spawning agents.