skills
Official Expo skills for building, deploying, and upgrading mobile apps
All Skills in This Repository (34)
Pure Emerald Level Indicatorsexpo-deployment
Deploy Expo apps to iOS, Android, and web via EAS CLI.
expo-cicd-workflows
Create and validate EAS CI/CD workflow YAML files for Expo projects.
expo-dev-client
Build and distribute Expo development clients for iOS and Android.
native-data-fetching
Implement and debug network requests and API calls in Expo applications.
expo-api-routes
Implement serverless API routes in Expo Router using the +api.ts convention.
use-dom
Execute DOM components and web-only libraries within Expo webviews.
building-native-ui
Guide building Expo app interfaces with Expo Router navigation and styling.
expo-tailwind-setup
Configure Tailwind CSS v4 with NativeWind v5 in Expo applications.
upgrading-expo
Upgrade Expo SDK versions with dependency management and breaking change steps.
eas-app-stores
Deploy Expo apps to iOS and Android stores using EAS CLI.
expo-module
Create and modify Expo native modules with Swift, Kotlin, and TypeScript.
expo-brownfield
Embed Expo in existing native iOS or Android apps.
Frequently Asked Questions
FAQPage SchemaHow to install Expo Skills?โผ
Run `npx skills add expo/skills --all -g -y` in your terminal to install every Expo skill globally for your AI agent.
What can AI agents do with Expo Skills?โผ
Agents can scaffold apps, build native-feeling screens, add navigation and animations, fetch data, upgrade SDKs, and ship builds to the App Store and Play Store using official Expo guidance.
Do Expo Skills work with Claude Code, Cursor, and Codex?โผ
Yes. The skills follow the universal SKILL.md standard and also ship as plugins for Claude Code, Codex, Cursor, and Grok, so they work across all major AI coding agents.
Are Expo Skills free to use?โผ
All framework skills are free and open source. Skills covering paid EAS services like app store submission, hosting, and cloud simulators are clearly labeled and require an EAS plan.
Can Expo Skills help migrate a website to a mobile app?โผ
Yes. The expo-web-to-native skill migrates an existing React web app (Next.js, Vite, CRA) to a native iOS and Android app screen by screen, keeping it shippable at every step.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core