Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mksglu avatar

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-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs58
repo stars19.6k
Last updatedAugust 4, 2026
Repositorymksglu/claude-context-mode

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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 5

6. If the index is empty, tell the user to run /context-mode:ctx-index or context-mode index <path> first.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.