# Agora skills (/en/ai/device-kit/get-started/skills)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

Agora skills is a structured reference bundle that gives AI coding assistants product-aware guidance for building with Agora. In the device-kit workflow, it helps assistants discover the right setup steps, docs, and integration patterns without guessing.

Skills includes integration with the Agora MCP server, which gives your assistant live access to Agora documentation.

## Installation [#installation]

### Skills CLI (recommended) [#skills-cli-recommended]

```bash
npx skills add github:AgoraIO/skills
```

### Manual installation [#manual-installation]

Clone the repository once and point your coding assistant to the Agora skill files:

```bash
git clone https://github.com/AgoraIO/skills.git ~/agora-skills
```

Then point your tool to `skills/agora/` or load `SKILL.md` as the entry point.

## Recommended use [#recommended-use]

Use Agora skills when you want an assistant to help with:

* Device Kit setup
* Conversational AI quickstarts
* Agora CLI workflows
* platform-specific guidance across Android, Web, iOS, and device-oriented paths

## Related resources [#related-resources]

* [Agora MCP](mcp)
* [Agora Skills repository](https://github.com/AgoraIO/skills)
