Agent skill · DevOps & Cloud

expo-deployment

Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill expo-deployment --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/expo-deployment/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deployment ## When to Use Use this skill when you need deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS... This skill covers deploying Expo applications across all platforms using EAS (Expo Application Services). ## References Consult these resources as needed: - ./references/workflows.md -- CI/CD workflows for automated deployments and PR previews - ./references/testflight.md -- Submitting iOS builds to TestFlight for beta testing - ./references/app-store-metadata.md -- Managing App Store metadata and ASO optimization - ./references/play-store.md -- Submitting Android builds to Google Play Store - ./references/ios-app-store.md -- iOS App Store submission and review process ## Quick Start ### Install EAS CLI ```bash npm install -g eas-cli eas login ``` ### Initialize EAS ```bash npx eas-cli@latest init ``` This creates `eas.json` with build profiles. ## Build Commands ### Production Builds ```bash # iOS App Store build npx eas-cli@latest build -p ios

What's inside
Steps it walks through
  1. When to Use
  2. References
  3. Quick Start
  4. Install EAS CLI
  5. Initialize EAS
  6. Build Commands
  7. Production Builds
  8. Submit to Stores
  9. Web Deployment
  10. EAS Configuration
  11. Platform-Specific Guides
  12. iOS
  13. Android
  14. Web
Ships with 6 files
  • agents/openai.yaml
  • references/app-store-metadata.md
  • references/ios-app-store.md
  • references/play-store.md
  • references/testflight.md
  • references/workflows.md
Commands it runs
npm install -g eas-cli
eas login
npx eas-cli@latest init
iOS App Store build
npx eas-cli@latest build -p ios --profile production
Android Play Store build
npx eas-cli@latest build -p android --profile production
Both platforms
npx eas-cli@latest build --profile production
npx eas-cli@latest build -p ios --profile production --submit
More from agentic-awesome-skills
All skills →
About this skill
What does the expo-deployment skill do?

Deploy Expo apps to production with EAS — build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, publish App Store metadata and ASO, and deploy web bundles and API routes via EAS...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill expo-deployment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going