dora
Instant codebase symbol, dependency, and architecture queries
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install dora?โผ
Run `npx skills add butttons/dora --all -g -y` in your terminal to install all skills in this suite globally.
How to search a large codebase without reading every file?โผ
dora pre-indexes your code into SQLite, so questions like where a symbol is used or what depends on a file become instant queries instead of manual file exploration.
Can dora find circular dependencies and dead code?โผ
Yes. Commands like dora cycles, dora lost, and dora coupling detect circular imports, unused exports, and tightly coupled files automatically.
Does dora work with Claude Code and other AI coding tools?โผ
Yes. dora ships an MCP server and agent skills that integrate with Claude Code, Cursor, OpenCode, and Windsurf out of the box.
Which programming languages does dora support?โผ
It works with any language that has a SCIP indexer, including TypeScript, JavaScript, Python, Java, Rust, Ruby, Go, and C#.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core