Expo skills
Native UI, data fetching, API routes, and Tailwind setup for Expo skills-hub.ai mirrors 13 skills from Expo daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/expo/skills
Installing a Expo skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Expo skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Expo skills via API
curl https://skills-hub.ai/api/v1/skills?source=expo
# Browse all sources
open https://skills-hub.ai/sourcesTop Expo skills
See all →The most-installed skills from Expo, ranked by adoption.
01expo-cicd-workflows
Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
Buildfrom Expo02expo-dev-client
Build and distribute Expo development clients locally or via TestFlight
Buildfrom Expo03native-data-fetching
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (useLoaderData).
Buildfrom Expo04use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Buildfrom Expo05Expo UI SwiftUI
`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.
Buildfrom Expo06eas-update-insights
Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health.
Buildfrom Expo07expo-api-routes
Guidelines for creating API routes in Expo Router with EAS Hosting
Buildfrom Expo08building-native-ui
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
Buildfrom Expo09expo-deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
Buildfrom Expo10expo-tailwind-setup
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Buildfrom Expo11upgrading-expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
Buildfrom Expo12expo-module
Guide for writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo.
Buildfrom Expo13Expo UI Jetpack Compose
`@expo/ui/jetpack-compose` package lets you use Jetpack Compose Views and modifiers in your app.
Buildfrom Expo
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:07 PM (success).
Expo skills — frequently asked
What are Expo skills?
Expo skills are AI coding skills published by Expo (Native UI, data fetching, API routes, and Tailwind setup for Expo) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Expo skills are available?
skills-hub.ai indexes 13 skills from Expo, synced daily from the upstream GitHub repository (https://github.com/expo/skills).
How do I install a Expo skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Expo skills?
Yes. Every skill from this source is mirrored from Expo's own GitHub repository (https://github.com/expo/skills). Each skill page links back to the upstream source of truth, so you can verify the original.