eas-deploy

Automate Expo EAS iOS and Android deployment from credentials to App Store submission.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/kozyszoo/antigravity-handson --skill eas-deploy-kozyszoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eas-deploy
Source: https://github.com/kozyszoo/antigravity-handson/tree/main/.claude/skills/eas-deploy
Command: npx skills add https://github.com/kozyszoo/antigravity-handson --skill eas-deploy-kozyszoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the complex and time-consuming process of deploying Expo (EAS) iOS and Android applications, from initial setup to App Store submission.

Core Features & Use Cases

  • Automated Credential Management: Handles App ID registration, certificate creation, and provisioning profile setup.
  • EAS Build & Submit: Executes EAS builds and submits them to TestFlight and the App Store via CLI.
  • Use Case: When you need to release a new version of your Expo app, this Skill can automate the entire deployment pipeline, ensuring all necessary credentials and build steps are correctly handled.

Quick Start

Use the eas-deploy skill to set up credentials for your Expo project.

Frequently Asked Questions about eas-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Expo app deployment to TestFlight and the App Store?

Automating Expo app deployment requires managing App ID registration, certificates, and provisioning profiles. This skill executes EAS builds and submits iOS and Android applications to TestFlight and the App Store via a command-line interface.

What is the best way to handle EAS certificate and provisioning profile setup for iOS?

Handling EAS certificate and provisioning profile setup is automated through credential management. The skill registers App IDs and creates necessary certificates and provisioning profiles for your iOS Expo application.

Can I use this to run EAS builds for both Android and iOS?

You can run EAS builds for both Android and iOS. The skill automates the end-to-end deployment pipeline for Expo applications across both mobile platforms.

How do I submit an Expo app to TestFlight from the command line?

To submit an Expo app to TestFlight from the command line, the skill executes EAS build and submit commands. This handles the distribution process directly through the CLI.

Do I need to manually register App IDs before using EAS submit?

You do not need to manually register App IDs. The skill manages App ID registration automatically as part of the credential setup before executing EAS builds and submissions.

When should I use an automated CLI script for Expo EAS releases?

Use an automated CLI script for Expo EAS releases when you need a streamlined release process for any Expo project. It ensures all credentials, build steps, and submissions are correctly handled end-to-end.