name: code-query description: Search the codebase and Obsidian vault together for relevant implementation and project context. Use when the user asks how something works, where it is implemented, or wants related notes alongside code results.
Code Query
Answer a "how does X work / where is X" question from both the code and the vault. The vault half is the point — code search alone misses the decisions, tickets and topic notes that explain why the code is the way it is.
Usage
/code-query <search-term>
$ARGUMENTS is the search term or question.
Actions
- Search the codebase. For Unison projects use the
unisonMCP server; otherwise locate first (rg -l, narrow globs) and read only the slice needed. - Search the vault for related context — task notes, Topics, Events — via the
vaultskill. - Return consolidated results:
- code locations as
file:line - related vault notes as wikilinks
- a short summary tying the two together
- code locations as
Examples
/code-query authentication flow
/code-query how errors are handled
/code-query database connection
Skills similaires
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
890
234
3,222
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
259
72
1,128
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
156
44
996