Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 141% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -56% | 0% |
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.javascriptctx_index({ path: ".", source: "project:<name>", maxDepth: 5, maxFiles: 200 })
bashcontext-mode index . --source project:<name>
javascriptctx_search({ source: "project:<name>", queries: ["..."] })
--exclude or exclude for project-specific noisy paths.maxFiles above 500.Other measured skills in the registry, with their headline benchmark lift.