What problem does it solve? AI assistants lack IDE-grade code navigation, making it hard to find symbol definitions, trace usages across files, or assess refactoring impact in large codebases. This Skill indexes repositories into a KuzuDB-backed knowledge graph so you can query semantic code relationships instead of grepping text. ## Core Features & Use Cases - Semantic Code Navigation: Go-to-definition and find-all-references for functions, classes, and methods across Ruby, Java, Kotlin, Python, TypeScript, and JavaScript projects. - Impact Analysis: Query all call sites of a symbol before refactoring to understand downstream effects. - Architecture Visualization: Generate repository maps and explore graph relationships via HTTP API and 7 MCP tools. - Use Case: Before renaming a core service class in a multi-repo Java workspace, index the workspace, then use get_references to list every call site that must be updated. ## Quick Start Ask the assistant to index the current repository with gkg and find all usages of a specific function or class.