Agora skills
Updated
Use Agora skills with AI coding assistants to build with Agora faster.
Agora skills are a set of structured reference files that give AI coding assistants deep knowledge of Agora's platform. When you ask your assistant to build something with Agora, it loads the relevant skill files covering products, APIs, and platform-specific code examples, so it can generate working code without guessing.
Skills include the Agora MCP server, which gives your assistant access to live Agora documentation. For installation instructions and supported tools, see the Agora Skills repository.
Installation
npx skills add github:AgoraIO/skillsSkills activate automatically when your agent detects relevant tasks, for example, "build a voice agent", "integrate Agora RTC", or "generate a token".
Manual installation
Clone the repository once and point your AI coding assistant to the skill files directly.
-
Clone the Agora Skills repo:
git clone https://github.com/AgoraIO/skills.git ~/agora-skills -
Point your AI assistant to
skills/agora/.
Follow the instructions for your AI coding assistant:
Claude Code
Run the following commands inside Claude Code:
-
User-level, available across all your projects:
/plugin marketplace add AgoraIO/skills /plugin install agora -
Project-level, shared with your team via version control:
/plugin marketplace add AgoraIO/skills /plugin install agora --scope project
Cursor
Copy or symlink skills/agora/ into .cursor/rules/. For more information, see Cursor skill directories.
Windsurf
Add skills/agora/ to your Cascade context. For more information, see Windsurf skills.
GitHub Copilot
Reference via @workspace or add to .github/copilot-instructions.md. For more information, see Create skills for Copilot in the CLI or Create skills for the Copilot coding agent.
Other tools
The skill files are plain Markdown. Point your tool to skills/agora/ or load individual files directly. Use SKILL.md as the entry point.
