Migrates Capacitor iOS apps from CocoaPods to Swift Package Manager, the default in Capacitor 8+. Walks you through `npx cap spm-migration-assistant`, preserving native customizations like entitlements and signing configs, or shows when to nuke and re-scaffold `ios/` cleanly. The catch is every plugin in your `package.json` needs SPM support before you can fully switch, so you'll check compatibility first or swap out stragglers. Covers both the automated CLI path and manual Xcode surgery. Useful if you're upgrading to Cap 8 or just tired of maintaining a `Podfile` when the rest of the ecosystem moved on.
npx skills add https://github.com/cap-go/capgo-skills --skill cocoapods-to-spm