If you're maintaining a Capacitor plugin and want iOS developers to install it through Swift Package Manager instead of CocoaPods, this walks you through the conversion. It covers creating the Package.swift manifest, converting your plugin class to use CAPBridgedPlugin with the right identifier and method registration, cleaning up the old Objective-C bridge files, and updating your package exports. The workflow is systematic: gather info from your podspec and existing code, set up the SPM structure, switch to Swift-based bridging, then verify with cap sync in your test app. It's aimed squarely at plugin maintainers, not app developers trying to consume plugins.
npx skills add https://github.com/cap-go/capgo-skills --skill capacitor-plugin-spm-support