> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Repository dependency और priority graph

> Code dependencies को समझें और feature work को प्राथमिकता दें।

एक dependency graph और priority report generate करें:

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

Report supported Python imports को scan करती है, dependent files को गिनती है, और उस centrality को TODO/FIXME markers के साथ मिलाती है। High-centrality files को पहले उजागर किया जाता है क्योंकि वहाँ किए गए बदलाव repository के अधिक हिस्सों को प्रभावित करते हैं। यह एक planning signal है, product impact, security review, या tests का विकल्प नहीं।

प्राकृतिक भाषा काम करती है: “show the repository dependency graph and priorities.”


## Related topics

- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Local LLM रिसर्च नोट्स](/hi/guides/local-llm-research.md)
- [Ultra-fast development](/hi/guides/ultra-fast-development.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Repo health](/hi/guides/repo-health.md)
