What problem does it solve? Understanding how a feature or concept cuts across multiple modules usually means grepping for string matches and manually piecing together relationships. This Skill walks a pre-built graph of rules, files, symbols, and call edges to explain cross-module behavior by traversal instead of repeated searching. ## Core Features & Use Cases - Graph Anchoring: Locates entry points by recalling governing rules and matching node labels in the graph file. - Edge Traversal: Follows governs, contains, calls, related, and depends-on edges to trace data and control flow across modules. - Cited Explanation: Narrates the path module-by-module with path:line citations and rule references, distinguishing extracted edges from inferred ones. - Use Case: Ask how "day P&L" flows through the system, and receive a module-by-module explanation grounded in real call edges and governing rules rather than grep results. ## Quick Start Run /fux trace "day P&L" to explain how that feature spans modules using the project graph.