Handles the tedious work of bumping a Capacitor app across major versions without breaking your native iOS and Android projects. The skill walks through version-by-version upgrades instead of letting you skip ahead, which sounds annoying but actually saves you from mysterious build failures. It checks your current package.json setup, runs the official migration tooling when available, syncs native code, and verifies platform requirements like iOS deployment targets and Gradle versions. Honestly most useful when you've put off upgrading for a while and need to jump from Capacitor 3 to 6 without spending half a day debugging plugin conflicts and native build errors.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-app-upgrades