#404 · Primary category: AI Coding Assistants
sigmap
~97% token reduction for AI coding sessions — zero deps, 33 languages, MCP server
Project last updated:08/22/26
GitHub Stars
622
Forks
43
Contributors
9
License
MIT
Why we included this project
SigMap targets a problem that shows up quickly once an AI assistant starts working on a real codebase: the assistant burns tokens re-reading files and occasionally invents symbols or paths that don't exist. The tool builds a deterministic, byte-stable signature map of the repository, with no LLM calls, no embeddings, and no vector database, so the same repo always yields the same map. Agents can consume that map as compact context, and a verify command checks AI output against real line anchors, catching fabricated files, imports, and symbols before they cause damage. That makes it a practical token-reduction layer for Claude, Copilot, Cursor, or local models like Ollama, cutting context size by roughly 97%, and it can also run as a CI gate. It works offline with zero dependencies across 33 languages, so it slots into existing workflows without new infrastructure. The token savings are a nice side effect, but the real value is the verifiable grounding it gives you before you trust an AI answer.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.