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

# Script understanding memory

> Arka को उन scripts के बारे में सिखाएं जिनका वह बार-बार उपयोग करता है।

Arka को उन scripts के बारे में सिखाएं जिनका वह बार-बार उपयोग करता है:

```bash theme={null}
arka understand-script show scripts/build.py
arka understand-script remember scripts/build.py
arka understand-script list
```

Arka functions, imports, line count, और CLI hints का एक स्थानीय summary record करता है। भविष्य के coding और routing कार्य उसी script structure को फिर से खोजने के बजाय इस summary का उपयोग कर सकते हैं। यह विश्लेषण करते समय script को execute नहीं करता। "remember this script tools/build.py" जैसी प्राकृतिक भाषा भी समर्थित है।


## Related topics

- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Repo health](/hi/guides/repo-health.md)
- [Shorts बनाएं](/hi/guides/compose-shorts.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [pytest suite के साथ Arka का Testing](/hi/guides/testing.md)
