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

# UI copy audit

> Audit frontend source for duplicate button or chip labels.

LLM-generated interfaces sometimes give two buttons or chips the same phrase.
Audit frontend source before shipping:

```bash theme={null}
arka ui-copy .
arka ui-copy src --json
```

The audit checks HTML, JSX/TSX, Vue, and Svelte button/chip/link content,
normalizes case and whitespace, and reports duplicate phrases with file and
line locations. It is inspection-only; rename labels deliberately after
reviewing the context.


## Related topics

- [Symbolic and LLM routing pipeline](/concepts/routing.md)
- [Repository structure audit](/guides/structure.md)
- [GEO and AI-search SEO audit](/guides/geo-seo.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [How to code with Arka](/guides/code-with-arka.md)
