What problem does it solve? Grep-based search cannot trace how a symbol is consumed across multiple repositories, making cross-repo refactoring and dependency validation error-prone. This Skill provides a single query surface over the project's code-graph engine to locate symbol definitions, every cross-repo consumer, and import edges. ## Core Features & Use Cases - Cross-repo symbol lookup: Find a symbol's definition plus every consumer across the repo fleet, not just the current repo. - Import/dependency edge extraction: Surface the cross-repo import edges that feed the RACI-validator and derived-UML tooling. - Engine availability probing: Detect whether a code-graph engine (e.g. codegram via MCP) is wired in .mcp.json, and report cleanly when the fleet-wide retrieval extension is not yet available. - Use Case: Before renaming a shared utility function, query it to list every repo that imports it, so the RACI-validator can flag ownership violations across the fleet. ## Quick Start Ask the agent to run the codegram query for a symbol, for example: query where the function parseConfig is defined and which repos consume it.