40 / 343

dora CLI

dora CLI - Product Hunt launch logo and brand identity

Give AI coding agents a map of your codebase

#Productivity #Developer Tools #Artificial Intelligence #GitHub

dora CLI – Index your codebase dependency graph for AI coding agents

Summary: dora CLI indexes your code's dependency graph into a local SQLite database, enabling AI coding agents to quickly query dependencies, symbols, and navigation paths without repeated grepping. It supports any SCIP-compatible language, improving agent context retrieval and planning efficiency.

What it does

dora creates a SCIP-based index of your codebase's dependencies stored in SQLite, allowing AI agents to instantly query relationships and symbols instead of scanning files repeatedly.

Who it's for

Developers using AI coding agents who need faster, accurate context access across projects in languages like TypeScript, Python, Java, Rust, and Go.

Why it matters

It eliminates redundant codebase scanning by AI agents, reducing setup time and enabling better-informed code analysis on the first attempt.