repo-navigator-agents-routing
Installation
SKILL.md
Repo Navigator
Direct questions to the correct domain and authoritative documentation.
Domain Map
| Domain | Path | Owner Of |
|---|---|---|
| State | src/context/ |
Reducers, Actions, Global State. |
| Logic | src/hooks/ |
Game Loop, Business Logic. |
| Flow | src/scenes/ |
Screens, Page Routing. |
| Engine | src/utils/ |
Audio, Math, Pure Functions. |
| View | src/components/ |
PixiJS, Canvas Rendering. |
| UI | src/ui/ |
React DOM, HUD, Menus. |
| Content | src/data/ |
Static JSON, config, text. |