# Agora skills (/en/realtime-media/video/skills)

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

Agora skills are structured reference files that help AI coding assistants generate product-aware Agora code without guessing.

Skills include the [Agora MCP server](./mcp.mdx), which provides live access to the latest Agora documentation.

## Installation [#installation]

**Recommended**

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

**Manual**

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

Point your assistant to `skills/agora/` and use `SKILL.md` as the entry point.
