> ## 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 को reverse-engineer करें

> Local Git history और repository structure को एक build-ready prompt में बदलें।

```bash theme={null}
arka repo_reverse
arka repo_reverse ./project --commits 50 --output rebuild-prompt.md
arka "reverse engineer this repository"
```

Arka किसी codebase को rebuild करने या उससे onboard होने के लिए tracked files और हाल के Git evolution को एक inspectable prompt में जोड़ता है। यह locally चलता है और repository को upload नहीं करता।


## Related topics

- [Engineering loops](/hi/guides/loop-engineering.md)
- [Repo health](/hi/guides/repo-health.md)
- [Wake word, STT, और TTS के साथ voice control](/hi/guides/voice.md)
- [Repository dependency और priority graph](/hi/guides/repo-graph.md)
- [n8n workflow automation](/hi/guides/n8n.md)
