Skills
A collection of AI agent skills for working with Expo projects and Expo Application Services
Install / Use
/learn @expo/SkillsREADME
Expo Skills
Official AI agent skills from the Expo team for building, deploying, and debugging robust Expo apps.
Installation
We primarily use Claude Code at Expo, skills are fine-tuned for Opus models. But you can use these skills with any AI agent.
Claude Code
Add the marketplace:
/plugin marketplace add expo/skills
Install the plugin:
/plugin install expo
Cursor
Install from GitHub
- Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
- Navigate to
Rules & Command→Project Rules→ Add Rule → Remote Rule (GitHub) - Enter:
https://github.com/expo/skills.git
How it works: Skills are automatically discovered and used by the agent based on context. When you ask questions about Expo development, the agent will automatically use the relevant skills (e.g., building-ui, data-fetching, deployment) based on the skill descriptions.
Note: Skills won't appear in the / slash command menu. The / menu in Cursor is for custom commands (stored in .cursor/commands/), not for skills. Skills work via auto-discovery - the agent uses them automatically when your questions match their descriptions.
Verify installation: After adding the Remote Rule, try asking the agent Expo-related questions like:
- "How do I build a UI with Expo Router?"
- "How do I make API calls in my Expo app?"
- "How do I deploy my Expo app to the App Store?"
If the skills are working, the agent will use the relevant skill content to answer your questions.
Any agent
bunx skills add expo/skills
This will extract the skills individually so you'll need to manually upgrade them.
License
MIT
Related Skills
node-connect
328.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
80.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
328.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
80.9kCommit, push, and open a PR
