Agora Skills
Updated
Install Agora Skills so your AI coding assistant can follow product-aware workflows, choose the right starter, and use official Agora patterns.
Install Agora Skills when you want your assistant to choose the right Agora workflow before it starts coding. Skills helps you pick the right product path, starter, and setup sequence, so your assistant can follow official Agora patterns instead of guessing.
Use Skills when docs lookup alone is not enough and the harder part is deciding what to build first or which official path to follow. If you also want fresh documentation while your assistant works, pair Skills with Agora MCP.
Install Agora Skills
npx skills add AgoraIO/skillsSkills activate automatically when the agent detects a relevant Agora task.
Clone the repository and point your coding assistant to the Agora skill files:
git clone https://github.com/AgoraIO/skills.git ~/agora-skillsUse skills/agora/ as the directory entry point, or load SKILL.md directly if your tool expects a single root file.
If you install Skills manually, place the files where your assistant already looks for local instructions:
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
Copy or symlink skills/agora/ into .cursor/rules/.
Add skills/agora/ to Cascade context.
Reference the files with @workspace or add them to Copilot instructions.
Point the tool at skills/agora/ or the top-level SKILL.md.
Start with a prompt
Install Skills, then ask your assistant to choose the correct Agora path before it starts scaffolding or editing code.
Use Agora Skills and Agora MCP to help me build a web-based conversational AI demo.
Check the official docs first, choose the right starter, and use the Agora CLI for setup.From there, let your assistant choose the starter and setup path before it edits code.
