context-mode

Installation
SKILL.md

context-mode

Intercepts tool results (Read, Grep, WebFetch, Bash) and stores them in SQLite with FTS5 full-text search. Instead of dumping full output into context, returns only BM25-ranked relevant snippets.

License & Attribution

context-mode is by Murat Kemal Soylu, licensed under Elastic License 2.0 (ELv2). CC Commander installs it as an external npm package — we do not bundle, modify, or redistribute its source code. See the context-mode repo for full license terms.

When to Use

  • File-heavy exploration (reading many files)
  • Large grep/search results
  • Web fetches returning large pages
  • Any task where tool output exceeds what's needed
Installs
2
First Seen
Apr 8, 2026
context-mode — kevinzai/cc-commander