> ## 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.

# Repo map

> Agent context के लिए lightweight project layout और Python symbol overview।

वर्तमान git repo का compact view पाएँ — directory layout, detected project type, और top-level Python symbols। Aider/OpenCode repo-awareness से प्रेरित, पूर्ण RAG ingest के बिना।

## प्राकृतिक भाषा

```bash theme={null}
arka map this repo
arka show project structure
arka codebase overview with symbols
```

## CLI कमांड

| कमांड                    | विवरण                                |
| ------------------------ | ------------------------------------ |
| `repo_map map [path]`    | Layout दिखाएँ (depth 2)              |
| `repo_map map --depth 3` | Deeper tree                          |
| `repo_map map --symbols` | Python class/function नाम शामिल करें |

Repository के अंदर होने पर वर्तमान git root का उपयोग करता है, अन्यथा current directory। `node_modules`, `.git`, virtualenvs, और build artifacts को ignore करता है।


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Arka अन्य agents की तुलना में कैसा है](/hi/concepts/comparison.md)
- [Coding skills को Railway पर deploy करें](/hi/guides/railway-coding-skills.md)
