If you're stuck maintaining a Cordova app and need to migrate to Capacitor, this walks you through the entire process systematically. It checks your current setup, maps Cordova plugins to their Capacitor equivalents (camera, geolocation, filesystem, the usual suspects), and shows you exactly how to rewrite the code patterns. The deviceready event goes away, callbacks become async/await, and you get proper IDE integration instead of CLI-only builds. It includes a solid reference table for both official Capacitor plugins and third-party alternatives from the Capgo ecosystem. Honestly, the hardest part of any Cordova migration is just knowing which plugins exist and what the API differences are, and this covers both thoroughly.
npx skills add https://github.com/cap-go/capgo-skills --skill cordova-to-capacitor