What problem does it solve? Keyword search fails when you don't know the exact symbol, file, or class name. This Skill finds code by describing its behavior or intent, helping you locate relevant code in unfamiliar codebases. ## Core Features & Use Cases - Semantic Code Search: Run jbcontext search with descriptive natural-language queries to find code by meaning rather than exact keywords. - Scoped Search: Narrow results to a specific directory with jbcontext search -p <path> for targeted follow-up queries. - Similar Snippet Discovery: Paste a code snippet as the query to find similar implementations across the project. - Use Case: When asked "where is JWT token validation handled?" in an unfamiliar repo, run one broad semantic search, inspect the best hit and its neighboring files, then narrow with a path-scoped retry if needed. ## Quick Start Ask the agent to find where user authentication and login flow is implemented in this project using semantic code search.