> ## 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 structure audit

> गलत जगह रखी गई files और cleanup opportunities को सुरक्षित रूप से खोजें।

```bash theme={null}
arka structure .
arka structure . --json
```

Audit read-only है। यह top-level runtime files, cache directories, और सुझाए गए
moves की रिपोर्ट करता है; यह files को कभी भी स्वचालित रूप से relocate नहीं
करता क्योंकि imports, packaging, और deployment paths की पहले समीक्षा होनी
चाहिए।


## Related topics

- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Project structure improvement prompt](/hi/guides/project-structure-prompt.md)
- [किसी repository को reverse-engineer करें](/hi/guides/repo-reverse.md)
- [Repo map](/hi/guides/repo-map.md)
- [Arka Super Replica](/hi/guides/super-replica.md)
