Expo wrote the docs, then taught Claude to read them
Official AI skills that inject Expo expertise into Claude, Cursor, and other agents so you don't have to paste documentation into chat.

What it does Expo Skills is a collection of context-aware instructions for AI agents. The modules cover specific tasks—building UI with Expo Router, fetching data, and deploying to the App Store—that agents automatically load when your questions match their descriptions. The Expo team maintains them as a replacement for copy-pasting documentation into chat.
The interesting bit This treats AI context as a first-class deliverable. Rather than hoping your agent guesses the right build profile or router pattern, Expo ships curated knowledge that lives inside your IDE and silently activates based on prompt context. It is essentially an official cheat sheet embedded in the agent itself.
Key highlights
- Covers the full lifecycle: UI construction, data fetching, and App Store deployment
- Auto-discovery: agents match relevant skills to your prompts without slash commands
- First-party maintenance: built by the Expo team and optimized for Claude Opus
- Works across Claude Code, Cursor via Remote Rules, and generic agents
- MIT licensed
Caveats
- Generic agent support extracts skills individually, leaving you to manage upgrades manually
- Fine-tuned for Opus models; performance on lighter models is unspecified
Verdict Grab it if you build Expo apps with AI assistance and are tired of correcting the agent’s guesses about deployment or Expo Router. Skip it if you do not use an AI agent or do not touch the Expo ecosystem.
Frequently asked
- What is expo/skills?
- Official AI skills that inject Expo expertise into Claude, Cursor, and other agents so you don't have to paste documentation into chat.
- Is skills open source?
- Yes — expo/skills is open source, released under the MIT license.
- What language is skills written in?
- expo/skills is primarily written in Shell.
- How popular is skills?
- expo/skills has 2.3k stars on GitHub and is currently accelerating.
- Where can I find skills?
- expo/skills is on GitHub at https://github.com/expo/skills.