This walks you through every step of getting your Capacitor app into the Apple App Store and Google Play Store. You get checklists for both platforms (iOS needs those Info.plist privacy descriptions, Android needs the data safety form), all the icon and screenshot sizes you need, and actual code snippets for build.gradle and Info.plist configuration. It covers the boring but critical stuff like version numbering, export compliance, and App Tracking Transparency. The screenshot generation example using Playwright is genuinely useful. Use this when you're done building and ready to deal with app store bureaucracy, or when you hit a rejection and need to figure out what metadata or permission description you missed.
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-app-store