What problem does it solve?
AI coding assistants suffer from critical blindness: they cannot see entire large codebases, hallucinate dependencies without structural understanding, and lose context when using simple keyword or vector search. This Skill transforms static source code into a dynamic, queryable Knowledge Graph, enabling AI agents to navigate, understand, and reason about any project with surgical precision.
Core Features & Use Cases
- Semantic Hybrid Search: Combines vector similarity and graph centrality to find code by meaning, not just keywords, with confidence scores and explanations.
- Graph Traversal & Impact Analysis: Trace call chains between functions, find all callers of a node, and assess the blast radius of changes before editing.
- Cursor-Aware Context Retrieval: Get relevant surrounding code and graph neighbors at any specific file and line position.
- Multi-Language Support: Parses Rust, Python, TypeScript, JavaScript, Go, Java, Kotlin, and C# using Tree-sitter AST, plus data files like Markdown, JSON, and YAML.
Quick Start
Install the context-manager skill, configure your MCP client with the one-line installer, and ask your AI agent to index your project and search for code relationships using natural language queries.