Index a local file or directory into context-mode's persistent FTS5 knowledge base so future ctx_search calls can retrieve focused snippets without rereading raw files. Trigger: /context-mode:ctx-index
70
86%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Index local project content for later search.
ctx_index MCP tool when it is available.path, not large inline content, so file bytes do not enter the conversation.ctx_index({
path: ".",
source: "project:<name>",
maxDepth: 5,
maxFiles: 200
})context-mode index . --source project:<name>ctx_search({ source: "project:<name>", queries: ["..."] })--exclude or exclude for project-specific noisy paths.maxFiles above 500.e174272
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.