Stele Context — AI skill for Claude Code
Local context cache for LLM agents.
How to install Stele Context
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open IronAdamant/stele-context and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Stele Context does
Local context cache for LLM agents. 100% offline, zero dependencies.
Alternatives in AI
- Memory Forge Rs — Stop resetting satisfying AI chats — edit the memory instead 474 ★
- TurboLLM — Run any local LLM engine, auto-tuned to your GPU — polished web UI + OpenAI/Anthropic-compatible API 251 ★
- Athfoujf — Claude Opus 2026 Pro Toolkit – AI Pair Programmer & Desktop CLI Redefined local AI Coding Hub: Run Claude Mode 250 ★
README
Stele Context
**Persistent memory for AI coding agents. A zero-dependency MCP server that lets Claude Code, Claude Desktop, Cursor, and any MCP-compatible AI coding assistant remember your codebase between conversations — instead of re-reading every file from scratch.**
[](https://pypi.org/project/stele-context/) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://github.com/IronAdamant/stele-context) [](https://github.com/IronAdamant/stele-context/actions)
The Problem: AI Agents Re-Read Everything
Every new conversation with Claude Code, Cursor, or any other LLM coding tool starts from zero. The agent re-reads the same files it read yesterday, burning thousands of tokens on code that hasn't changed. On a medium-sized project that's real money and real context-window space spent re-learning what the agent already knew.
Stele Context is a local context cache that fixes this: index once, then only pay for what actually changed.
What It Does
- Indexes your project files once — code, docs, configs, even images and PDFs — into a local SQLite database
- Detects file changes with an mtime+size fast path and SHA-256 verification — unchanged files cost zero re-reads
- Returns a diff instead of the whole file when something did change — a 1-line edit in a 600-line file comes back as a ~60-token unified diff, not a 10,000-token re-read
- Searches your codebase by meaning, keyword, or exact pattern — semantic code search, BM25, and token-budgeted grep in one tool
- Maps how your code connects — a symbol graph for find-references, go-to-definition, a
Related Skills
Datafog Python
Offline PII firewall for AI agents and LLM apps: fast local detection and redaction, Claude Code hook, LiteLLM
Distil
Measure what context compression actually costs an LLM agent: where a session's tokens go, and whether a rewri
Tokenmonitor
See what your AI coding tools actually use and cost — token usage & estimated spend for Claude Code, Codex CLI
Awareness SDK
Local-first AI agent memory — one command, 13+ IDEs, works offline. Persistent memory for Claude Code, Cursor,
Vibe Coding Wiki
178-term bilingual taxonomy for AI-assisted programming: vibe coding, agentic engineering, Claude Code, MCP, R
Io
A tiny, self-contained LLM coding agent. One binary, 180+ providers, zero runtime dependencies.
Related Agents
Local Model Specialist
Evaluate on-device LLM integration, GGUF quantization levels, and KV cache memory constraints read-only.
GraphQL Specialist
Owns GraphQL specifics: schema design, persisted queries, federation, Apollo/Relay/urql cache strategies, opti
Storage Manager
Use for local storage implementation - settings persistence, IndexedDB for large data, offline support, and da