Code Context Finder Overview Find and surface relevant context while coding by combining knowledge graph search with code relationship analysis. Uses smart detection to identify when additional context would be helpful, then retrieves: - Knowledge graph entities : Prior decisions, project context, related concepts - Code relationships : Dependencies, imports, function calls, class hierarchies When to Use (Smart Detection) This skill activates automatically when detecting: | Trigger | What to Search | |---------|----------------| | Opening unfamiliar file | Knowledge graph for file/module cont…