#450 · Primary category: AI Coding Assistants
Claude-ast-index-search
Cli allows AST search, ~40-50% economy tokens. Claude/Codex/Cursor searches (suitable for any AI agent that can use Bash)
Project last updated:07/31/26
GitHub Stars
552
Forks
37
Contributors
15
License
MIT
Why we included this project
Working with a large, multi-language codebase through an AI coding agent usually means feeding the agent whole files and hoping it finds what it needs. This CLI takes a different route: it builds a local SQLite index of symbols, references, imports, and dependencies, then answers structural questions like 'who calls this function' or 'where is this class defined' in milliseconds instead of grep-style text scans. The token savings matter most in agent workflows, since returning compact structural slices instead of full files reportedly cuts agent token use by roughly 40-50% on big repositories. It installs via Homebrew and winget, works with Claude Code, Codex, and Cursor (or any agent that can run Bash), and its incremental update command plus monorepo walk-up support keep the index current without full rebuilds. Teams that keep hitting context limits or slow searches on monorepos will find it a practical addition to their setup.
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.