This walks you through the specific v7 to v8 migration path for Capacitor plugins, not apps. It snapshots your current package.json dependencies, updates peer ranges, and handles the native iOS and Android layer changes that come with a major Capacitor bump. The skill includes built-in checks for example apps and specific error guidance for deployment targets and build tooling. Use it when you maintain a plugin still on Capacitor 7 and need the structured upgrade path rather than guessing at breaking changes. It won't help with app migrations or other version jumps, so scope is narrow by design.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-plugin-upgrade-v7-to-v8