What problem does it solve?
This Skill helps you answer architecture and codebase relationship questions without relying on broad grep or manual source browsing. It is designed for situations where you need to know how parts of a game project relate, where a symbol lives, or what connects two systems.
Core Features & Use Cases
- Graph-first querying: Uses an existing knowledge graph when available to answer questions before rebuilding anything.
- Path and node explanations: Finds relationships between nodes, explains specific nodes, and returns scoped subgraphs for focused investigation.
- Build and refresh support: Creates or updates the graph when needed, with guidance for stale or partial results.
- Use case: A developer asks how a gameplay system, scene, or script is connected to another part of the project and gets a targeted answer from the graph instead of a full repository search.
Quick Start
Ask the skill to explain how two parts of the game project are related using the existing graph if one is available.