概要
Context Engine is an advanced retrieval-augmented generation (RAG) suite designed to give Claude a superhuman ability to navigate and understand complex codebases. Instead of relying on slow, literal searches like grep, this skill utilizes hybrid semantic and lexical search with neural reranking to find relevant implementations, even when keywords don't match exactly. It features robust symbol graph navigation for tracing callers and definitions, structural pattern matching to find similar logic across languages, and a persistent memory store to keep track of architectural decisions and project-specific knowledge.