Help us improve
Share bugs, ideas, or general feedback.
This skill should be used when the user asks about their codebase, needs to find code locations, or wants to understand how their code works. Activates for questions about code structure, finding functions/classes, understanding implementations, or locating where to make changes.
npx claudepluginhub augmentcode/context-engine-plugin --plugin augment-context-engineHow this skill is triggered — by the user, by Claude, or both
Slash command
/augment-context-engine:codebase-retrievalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about their codebase, use the codebase-retrieval tool to find relevant code instead of guessing or asking the user to provide file paths.
Investigates codebase to verify design assumptions, find patterns, locate features, confirm file locations/structure, and ground planning in reality before implementation.
Semantic codebase search — use for exploring code, finding implementations, and answering questions about any project. Searches using natural language queries, identifier names, or file paths. Returns ranked results using embedding-based similarity, BM25 keyword matching, symbol matching, import graph analysis, and git recency. Use this as the default exploration tool instead of grep when you don't know the exact text to search for.
Uses tree-sitter index for code navigation in Rust, Python, TypeScript, JavaScript, Go, Java, Scala, SQL: finds symbols, reads function implementations, traces callers, discovers tests.
Share bugs, ideas, or general feedback.
When the user asks about their codebase, use the codebase-retrieval tool to find relevant code instead of guessing or asking the user to provide file paths.
Activate this skill when the user:
Create search queries based on the user's request:
Call codebase-retrieval with:
information_request: A natural language description of the code you're looking forGood query examples:
From the retrieval results:
Provide clear, actionable information: