expo Codex Plugin
Plugin Codex Developer Tools Web & App DevelopmentCloud, Deployment & CI/CDMigration & ModernizationThe explanation below is AI-generated. Please verify it against the sources.
Expo is an official plugin that packages Expo-authored AI agent skills for building, deploying, upgrading, and debugging Expo and React Native apps. According to plugin.json, it works with agents such as Claude Code, Codex, and Cursor. Per the README, the skills are organized into three areas: app design (Expo Router, native UI, data fetching, DOM components, Tailwind CSS), deployment (EAS Build, App Store/Play Store submission, TestFlight, EAS Hosting), and SDK upgrades. The plugin is authored by the Expo Team and licensed under MIT. The Expo documentation notes it can be installed via marketplaces like claude-plugins-official or openai-curated, or with the skills CLI (npx skills add expo/skills), and it has a companion Expo MCP Server for direct access to Expo/EAS services.
Overview
Expo is a framework and cloud service suite (EAS) for building and shipping React Native apps. This plugin bundles official, structured 'skill' files that teach AI coding agents how to use Expo and EAS accurately, as described on the Expo Skills documentation page.
What you can do with expo
- Build Expo Router navigation, native UI, DOM components, Tailwind CSS setup, and data fetching (building-native-ui, expo-router, native-data-fetching, use-dom, expo-tailwind-setup)
- Create native modules and platform-specific UI with the Expo Modules API, SwiftUI, and Jetpack Compose (expo-module, expo-ui-swift-ui, expo-ui-jetpack-compose)
- Deploy apps to the iOS App Store, TestFlight, and Google Play via EAS Build/Submit (eas-app-stores, expo-deployment)
- Deploy Expo web apps and API routes with EAS Hosting (eas-hosting, expo-api-routes)
- Write and validate EAS Workflow YAML files for CI/CD pipelines (eas-workflows, expo-cicd-workflows)
- Upgrade Expo SDK versions and resolve dependency conflicts (expo-upgrade, upgrading-expo)
- Run apps on a remote EAS cloud simulator and check update health and metrics (eas-simulator, eas-observe, eas-update-insights)
- Wire the Codex app Run button to start an Expo project (codex-expo-run-actions)
Sources
Original description (English)
Official Expo skills for building, deploying, upgrading, and debugging Expo and React Native apps.
History of expo
- Codex Plugin Added expo