#357 · Primary category: AI Coding Assistants
codesight
Universal AI context generator. Saves thousands of tokens per conversation in Claude Code, Cursor, Copilot, Codex, and more.
Project last updated:07/27/26
GitHub Stars
1.4K
Forks
124
Contributors
16
License
MIT
Why we included this project
Most coding assistants spend a large share of their context window just rediscovering how your project is laid out. codesight fixes that with a single npx command that reads your source tree, parses TypeScript with real AST precision, and falls back to tuned regex detectors for a dozen other languages, then emits a compact map of routes, schema, components, and dependencies. The result drops into the standard hooks for Claude Code, Cursor, Copilot, and Codex, so a fresh session skips the guessing. There is also an optional wiki mode that builds persistent, article-per-topic knowledge, a knowledge mode for your markdown notes and ADRs, and 14 MCP tools for assistants that support them. No API keys or configuration needed, which makes it an easy win for teams watching token bills climb.
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.