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

# Developer-tool notifications

> जब developer tools finish या fail हों तो notify हों।

Arka आपको developer tools finish या fail होने पर notify कर सकता है:

```bash theme={null}
arka ci
arka review --staged
arka route audit
arka security
```

Notifications CI, reviews, route audits, security scans और skill
scaffolding को cover करती हैं। ये best-effort हैं और command exit codes नहीं बदलती। इन्हें
`ARKA_NOTIFICATIONS=0` के साथ disable करें।


## Related topics

- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Repo health](/hi/guides/repo-health.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [multi-provider failover के साथ LLM orchestration](/hi/concepts/llm.md)
