ctx-search

Solid

Search context-mode's persistent FTS5 knowledge base for previously indexed local project content, documentation, or session memory. Trigger: /context-mode:ctx-search

AI & Automation 20,032 stars 1444 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 84/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
38
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Context Mode Search Search indexed content without rereading raw sources into conversation context. ## Instructions 1. Prefer the `ctx_search` MCP tool when it is available. 2. Batch all related questions in one `queries` array. 3. Scope with `source` when the user names a project or indexed label. 4. Use short, specific queries of two to four technical terms. ```javascript ctx_search({ source: "project:<name>", queries: ["authentication middleware", "token refresh"], limit: 5 }) ``` 5. If MCP tools are unavailable, fall back to the CLI: ```bash context-mode search "authentication middleware" --source project:<name> --limit 5 ``` 6. If the index is empty, tell the user to run `/context-mode:ctx-index` or `context-mode index <path>` first.

Details

Author
mksglu
Repository
mksglu/context-mode
Created
5 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category