This handles the full deployment pipeline for Expo apps, from configuring production builds to submitting to app stores and setting up over-the-air updates. You'd reach for it when you're ready to ship your Expo app to the iOS App Store or Google Play, or when you need to configure OTA update channels for pushing updates without going through app review. It covers the practical workflow stuff like managing version numbers, optimizing bundle sizes, and handling staged rollouts. The guidance leans heavily on EAS Build, which makes sense since that's Expo's recommended path for production deploys. Useful if you're doing this for the first time or want to make sure you're not missing steps in your release process.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill expo-deployment