๐ŸŽฏ

context-mode-ops

๐ŸŽฏSkill

from mksglu/context-mode

VibeIndex|
What it does
|

An MCP server that reduces context window usage by up to 98% through sandboxed code execution, FTS5-indexed session continuity, and intent-driven filtering across 11 language runtimes.

๐Ÿ“ฆ

Same repository

mksglu/context-mode(19 items)

context-mode-ops

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mksglu/context-mode --skill context-mode-ops
skills.sh Installโš  Installs to .agents/skills/
npx skills add mksglu/context-mode --skill context-mode-ops
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/context-mode-ops/SKILL.md

SKILL.md

548Installs
-
AddedApr 6, 2026

More from this repository10

๐Ÿ”ง
Context Mode๐Ÿ”งMCP Server

Context Mode is an MCP server that intercepts large tool outputs (test results, logs, docs, web snapshots) and returns only concise summaries to Claude, reducing context consumption by up to 98% and extending session longevity.

๐Ÿ”ง
Context Mode๐Ÿ”งMCP Server

An MCP server that reduces context window consumption by sandboxing raw tool output (98% reduction) and maintains session continuity across conversation compactions using SQLite-backed event tracking with FTS5/BM25 search.

๐ŸŽฏ
context-mode๐ŸŽฏSkill

Context management skill that addresses the "other half of the context problem" by helping AI agents efficiently load, manage, and scope project context for more effective code assistance.

๐ŸŽฏ
ctx-stats๐ŸŽฏSkill

A read-only stats skill for the context-mode system that displays how much context window was saved during the current session, including token consumption, context savings ratio, and per-tool breakdown.

๐ŸŽฏ
ctx-doctor๐ŸŽฏSkill

A context management skill that solves the problem of MCP tool calls dumping raw data into AI agent context windows, helping agents maintain efficient context usage during conversations.

๐ŸŽฏ
ctx-upgrade๐ŸŽฏSkill

Upgrade skill for Context Mode, a tool that solves the other half of the context problem by transforming raw MCP tool call data into structured, token-efficient context for AI agents like Claude Code, Cursor, and Copilot.

๐ŸŽฏ
ctx-purge๐ŸŽฏSkill

Permanently deletes all indexed content from the knowledge base, providing a clean-slate reset for the context management system.

๐ŸŽฏ
ctx-insight๐ŸŽฏSkill

Compresses and manages MCP tool call output to prevent context window bloat. Reduces excessive context consumption from Playwright snapshots, GitHub issues, and access logs that can waste 40% or more of available context within 30 minutes.

๐ŸŽฏ
ctx-index๐ŸŽฏSkill

A slash command plugin for Context Mode that indexes local files and directories into a persistent FTS5 knowledge base, allowing agents to later search and retrieve specific content without consuming context window space with raw file data.

๐ŸŽฏ
ctx-search๐ŸŽฏSkill

A slash command plugin for Context Mode that searches previously indexed file and directory content stored in a persistent FTS5 knowledge base, enabling agents to retrieve relevant information without flooding the context window with raw data.