Handles the full pipeline for shipping mobile apps to both iOS App Store and Google Play. You get xcodebuild commands for archiving and exporting IPAs, gradle configurations for Android bundles, and proper code signing setup for both platforms. The GitHub Actions workflows are ready to drop in, triggering deployments on version tags. The pre-deployment checklist is actually useful, covering the stuff that's easy to forget like testing on minimum OS versions and preparing store screenshots. If you're tired of manually uploading builds or trying to remember the exact xcodebuild flags every release cycle, this is solid automation scaffolding that covers the boring parts.
npx skills add https://github.com/secondsky/claude-skills --skill app-store-deployment