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

# 仓库结构审计

> 安全地发现放错位置的文件与清理机会。

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

审计是只读的。它会报告顶层运行时文件、缓存目录和建议的移动位置；它绝不会
自动搬移文件，因为必须先审查导入、打包与部署路径。


## Related topics

- [项目结构改进提示词](/cn/guides/project-structure-prompt.md)
- [逆向工程仓库](/cn/guides/repo-reverse.md)
- [Arka Super Replica](/cn/guides/super-replica.md)
- [GEO 与 AI 搜索 SEO 审计](/cn/guides/geo-seo.md)
- [将编码技能部署到 Railway](/cn/guides/railway-coding-skills.md)
