Loading...
Loading...
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
npx skill4agent add mksglu/context-mode ctx-indexctx_indexpathcontentctx_index({
path: ".",
source: "project:<name>",
maxDepth: 5,
maxFiles: 200
})context-mode index . --source project:<name>ctx_search({ source: "project:<name>", queries: ["..."] })--excludeexcludemaxFiles