butttonsbutttonsCommunityยท2 Agent Skills Included

dora

Instant codebase symbol, dependency, and architecture queries

Indexes codebases into a queryable SQLite database for instant symbol lookup, dependency tracing, and architecture analysis. Eliminates slow manual file reading, grep searches, and import tracing across large projects. Detects circular dependencies, dead code, and high-risk files so changes ship faster with fewer surprises.
npx skills add butttons/dora --all -g -y
Available:

Explains to the AI agent how dora's two indexing layers, database schema, config file, and output conventions work so it can query the codebase correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’