ContextMesh
Description
Intelligent context layer for Claude Code — infinite session memory, minimal active context
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ContextMesh — Intelligent Context Layer for Claude Code
One coding session. Infinite memory. 90% fewer tokens.
ContextMesh is a **pure transparent proxy + memory engine** that sits between Claude Code and the Anthropic API. It automatically compresses token waste, maintains a persistent knowledge graph of your work, and injects Aider-style codebase repomaps — all without changing how you use Claude.
**No MCP. No wrappers. Just run `contextmesh init` once globally. Then use `claude` normally forever.**
How it works (Pure Proxy Architecture)
Everything happens automatically in the proxy. Claude doesn't need to learn any new tools or call any MCP endpoints.
Your Terminal (just run `claude`)
│
▼
┌──────────────────────────────────────────┐
│ ContextMesh Smart Proxy │ ← Intercepts every request globally
│ ┌─────────────────────────────────┐ │
│ │ Aider-Style RepoMap Injector │ │ ← Injects AST map into system prompt
│ │ Session Resumption Injector │ │ ← Injects last session memory
│ │ RTK Output Compressor │ │ ← Crushes terminal noise
│ │ Anti-Context Auto-Flusher │ │ ← Removes old resolved turns
│ └─────────────────────────────────┘ │
│ ↓ Stats Writer ↓ │
└─────────────┼──────────────┼─────────────┘
│ │
To Anthropic API To Local SQLite (for dashboard & stats)
Features
| Feature | What it does | Savings |
|---|---|---|
| RTK Output Compressor | Intercepts massive grep, npm test, cat outputs and crushes the middle noise |
Up to 90% on tool outputs |
| AST Repo-Map Injector | Parses your entire codebase with Tree-sitter and silently injects a dense structural map into Claude's system prompt on Turn 1 | 95% on code reads |
| Anti-Context Auto-Flusher | Silently drops old resolved tool calls from history when context bloats past 150k chars | 30–60% on long sessions |
| **Session R |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11