From context-mode
Searches persistent FTS5 knowledge bases of previously indexed project content, documentation, or session memory via MCP tool or CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-mode:ctx-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search indexed content without rereading raw sources into conversation context.
Search indexed content without rereading raw sources into conversation context.
ctx_search MCP tool when it is available.queries array.source when the user names a project or indexed label.ctx_search({
source: "project:<name>",
queries: ["authentication middleware", "token refresh"],
limit: 5
})
context-mode search "authentication middleware" --source project:<name> --limit 5
/context-mode:ctx-index or context-mode index <path> first.npx claudepluginhub mksglu/context-mode --plugin context-modeIndexes local files into a persistent FTS5 knowledge base for later snippet retrieval via search queries. Useful for projects with large codebases that need focused context without rereading raw files.
Searches indexed project docs and code using probe_search and probe_read before broad greps. Useful for architecture, APIs, design docs, runbooks, and locating behavior definitions.
Searches indexed markdown docs and plans in qmd-configured projects using semantic queries. Invoke via /avinyc:qmd-search <query> for relevant results from collections.