by butttons · Agent Tool · ★ 96
dora A CLI that turns a SCIP index into a queryable SQLite database. Gives AI agents structured answers about your codebase instead of making them grep files and read imports. Why When an AI agent needs to understand code, it typically reads files, searches for patterns, and traces imports manually. This is slow, burns tokens, and doesn't scale past a few hundred files. dora pre-indexes your codebase into SQLite. Questions like "what depends on this file?", "where is this symbol used?", and "which files are most coupled?" become millisecond queries instead of multi-step explorations.
| Stars | 96 |
| Forks | 3 |
| Language | TypeScript |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 69.3982260981064/100 |
| Last Updated | 2026-03-10 |
| Created | 2026-01-17 |
| Platforms | claude-code, cli, node |
| Est. Tokens | ~396k |
Explore other popular agent tool tools:
dora is CLI built for AI agents to help navigate codebases better. An alternative to grep/find/glob. It is categorized as a Agent Tool with 96 GitHub stars.
dora is primarily written in TypeScript. It covers topics such as ai-agent, bun, claude-code.
You can find installation instructions and usage details in the dora GitHub repository at github.com/butttons/dora. The project has 96 stars and 3 forks, indicating an active community.
dora is released under the MIT license, making it free to use and modify according to the license terms.