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

Ctx Index

  • 58 installs
  • 19.6k repo stars
  • Updated August 4, 2026
  • mksglu/claude-context-mode

Helps with ai & agent building tasks.

About

ctx-index is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • ctx-index
  • AI & Agent Building
  • AI-coding skill

Ctx Index by the numbers

  • 58 all-time installs (skills.sh)
  • +11 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,517 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-index

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 Index

Index local project content for later search.

Instructions

1. Prefer the ctx_index MCP tool when it is available. 2. Ask for a path only if the user did not provide one and the current project root is ambiguous. 3. Use path, not large inline content, so file bytes do not enter the conversation. 4. For repository indexing, pass conservative bounds and a clear source label:

ctx_index({
  path: ".",
  source: "project:<name>",
  maxDepth: 5,
  maxFiles: 200
})

5. If MCP tools are unavailable, fall back to the CLI:

context-mode index . --source project:<name>

6. Report the indexed source label, file count or section count, and the matching search command:

ctx_search({ source: "project:<name>", queries: ["..."] })

Safety

  • Do not index dependency directories, build outputs, secrets, or generated artifacts.
  • Prefer --exclude or exclude for project-specific noisy paths.
  • For broad repos, ask the user before raising maxFiles above 500.

Related skills

This week in AI coding

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

unsubscribe anytime.