> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Developer-tool notifications

> Get notified when developer tools finish or fail.

Arka can notify you when developer tools finish or fail:

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

Notifications cover CI, reviews, route audits, security scans, and skill
scaffolding. They are best-effort and do not change command exit codes. Disable
them with `ARKA_NOTIFICATIONS=0`.


## Related topics

- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
- [Repo health](/guides/repo-health.md)
- [Arka CLI command and flag reference](/guides/cli.md)
- [Arka — AI terminal agent documentation](/index.md)
- [How to code with Arka](/guides/code-with-arka.md)
