If you maintain a Capacitor plugin and need to bump it across major versions, this walks Claude through the full checklist: updating peer dependencies, tweaking native iOS and Android code, syncing the example app, and verifying everything still works. It enforces sequential upgrades so you don't skip intermediate majors and break things subtly. The skill pulls a live snapshot of your package.json and Capacitor config paths, then runs npm install, cap sync, and your verify script if you have one. It won't help with upgrading apps that consume plugins, just the plugins themselves. Honest take: this is narrow but solves a real coordination problem when you're juggling TypeScript definitions, Swift bridge changes, and Gradle config all at once.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-plugin-upgrades