> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Repository dependency and priority graph

> Understand code dependencies and prioritize feature work.

Generate a dependency graph and priority report:

```bash theme={null}
arka repo_graph .
arka repo_graph . --format json --output repo-graph.json
arka repo_graph . --format mermaid --output repo-graph.mmd
```

The report scans supported Python imports, counts dependent files, and combines
that centrality with TODO/FIXME markers. High-centrality files are surfaced first
because changes there affect more of the repository. This is a planning signal,
not a substitute for product impact, security review, or tests.

Natural language works: “show the repository dependency graph and priorities.”


## Related topics

- [Arka — AI terminal agent documentation](/index.md)
- [Local LLM research notes](/guides/local-llm-research.md)
- [Ultra-fast development](/guides/ultra-fast-development.md)
- [Repo health](/guides/repo-health.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
