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

> startup और growth stages के लिए repository-pattern सलाह प्राप्त करें।

repository-pattern सलाह के लिए Super Replica का उपयोग करें:

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

Arka कोड में बदलाव किए बिना repository structure और common frontend/backend फ़ाइल patterns पढ़ता है। यदि stack या app आकार निर्दिष्ट नहीं है, तो यह किसी technology choice को गढ़ने के बजाय targeted प्रश्न पूछता है। सलाह stage aware होती है: startup प्रोजेक्ट user value और iteration को प्राथमिकता देते हैं, जबकि growth और scale stages evidence के आधार पर observability, performance, और scaling कार्य जोड़ते हैं।


## Related topics

- [Supermemory sync के साथ दीर्घकालिक मेमोरी](/hi/guides/memory.md)
- [Supermemory code RAG](/hi/guides/supermemory.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
