
Ctx Search
- 58 installs
- 19.6k repo stars
- Updated August 4, 2026
- mksglu/claude-context-mode
Helps with ai & agent building tasks.
About
ctx-search is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- ctx-search
- AI & Agent Building
- AI-coding skill
Ctx Search by the numbers
- 58 all-time installs (skills.sh)
- +11 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #6,589 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mksglu/claude-context-mode --skill ctx-searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 58 |
|---|---|
| repo stars | ★ 19.6k |
| Last updated | August 4, 2026 |
| Repository | mksglu/claude-context-mode ↗ |
What it does
Helps with ai & agent building tasks.
Files
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.
ctx_search({
source: "project:<name>",
queries: ["authentication middleware", "token refresh"],
limit: 5
})5. If MCP tools are unavailable, fall back to the CLI:
context-mode search "authentication middleware" --source project:<name> --limit 56. If the index is empty, tell the user to run /context-mode:ctx-index or context-mode index <path> first.