Search the codebase using semantic search via the indexed MCP server. ALWAYS prefer this over Grep/Glob when looking for code by meaning, intent, or concept (e.g. "where is authentication handled", "find retry logic"). Only fall back to Grep for exact literal patterns.
$npx -y skills add lennardzuendorf/indexed --skill index-useInstalls into the current project.
Run `npx skills use "https://github.com/lennardzuendorf/indexed" --skill "lennardzuendorf/indexed/index-use"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lennardzuendorf/indexed" that are relevant to the current task. Run `npx skills add "https://github.com/lennardzuendorf/indexed"` and select the relevant skills, then follow their instructions.