About
Navigate and understand complex codebases with intelligent, semantic search. This skill uses a Retrieval-Augmented Generation (RAG) approach, combining code-specific embeddings and knowledge graphs to let you search for code by describing its functionality in natural language. Instead of simple keyword matching, it finds relevant functions, discovers similar implementation patterns, and searches through associated documentation. It's essential for developers who need to quickly get up to speed on an unfamiliar repository, build context for a complex feature, or ensure consistency by referencing existing patterns.