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

> Find misplaced files and cleanup opportunities safely.

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

The audit is read-only. It reports top-level runtime files, cache directories,
and suggested moves; it never relocates files automatically because imports,
packaging, and deployment paths must be reviewed first.


## Related topics

- [How to code with Arka](/guides/code-with-arka.md)
- [Project structure improvement prompt](/guides/project-structure-prompt.md)
- [Reverse-engineer a repository](/guides/repo-reverse.md)
- [Repo map](/guides/repo-map.md)
- [Arka Super Replica](/guides/super-replica.md)
