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

# Arka Super Replica

> 获取针对初创和成长阶段的代码仓库模式建议。

使用 Super Replica 获取仓库模式建议：

```bash theme={null}
arka super-replica .
arka super-replica . --stage startup
arka super-replica . --stage growth --json
```

Arka 会读取仓库结构和常见的前端/后端文件模式，但不会修改代码。如果技术栈或应用形态没有指定，它会针对性地提问，而不是凭空指定一项技术。建议按阶段区分：初创项目优先关注用户价值和迭代，成长和规模阶段则基于证据引入可观测性、性能和扩展工作。


## Related topics

- [使用 Supermemory 同步的长期记忆](/cn/guides/memory.md)
- [Supermemory 代码 RAG](/cn/guides/supermemory.md)
