store-deploy

Automate end-to-end Expo app deployment from build to store submission.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/seungmanchoi/store-deploy-plugin --skill store-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: store-deploy
Source: https://github.com/seungmanchoi/store-deploy-plugin/tree/main/skills/store-deploy
Command: npx skills add https://github.com/seungmanchoi/store-deploy-plugin --skill store-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end Expo app deployment pipeline, reducing manual handoffs, errors, and time to publish.

Core Features & Use Cases

  • Orchestrates setup, build, screenshots, metadata, forms, submission, and AdMob steps across iOS and Android.
  • Supports full pipeline execution with a single command, or selective actions via sub-skills.
  • Provides status visibility and guided prompts to ensure successful deployments.

Quick Start

Run the full deployment pipeline from the project root to deploy both iOS and Android stores.

Frequently Asked Questions about store-deploy

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

FAQPage Schema
How do I automate the full Expo app deployment pipeline to both app stores?

You can automate the full Expo app deployment pipeline by orchestrating setup, build, screenshots, metadata, forms, submission, and AdMob steps across iOS and Android with a single command from your project root.

What tools do I need to set up before automating Expo app store submissions?

To automate Expo app store submissions, you need to satisfy prerequisites including app.json or app.config.ts configuration, EAS CLI, Fastlane, and Python with the Pillow library for screenshot generation.

Can I run selective deployment steps like metadata or screenshots instead of the full Expo pipeline?

Yes, you can run selective actions instead of the full Expo deployment pipeline by routing to the appropriate sub-skills for individual steps like metadata updates, screenshots, or form submissions independently.

What is the best way to orchestrate end-to-end iOS and Android builds with Expo?

The best way to orchestrate end-to-end iOS and Android builds with Expo is using a guided automation pipeline that handles setup, build, screenshots, metadata, forms, submission, and AdMob steps with status visibility and prompts.

Does this automation pipeline handle AdMob configuration during the store deployment process?

Yes, the Expo app deployment automation pipeline includes AdMob configuration as one of its orchestrated steps, handling it alongside builds, screenshots, metadata, forms, and final store submission.

Why does my Expo deployment pipeline require Fastlane and Python with Pillow?

Your Expo deployment pipeline requires Fastlane to automate store submissions and Python with Pillow to generate and process store screenshots, ensuring all metadata and visual assets meet store listing requirements automatically.