If you're maintaining a Kotlin Multiplatform project and need to move from CocoaPods to Swift Package Manager, this automates the grunt work. It handles the full migration path: bumps your Kotlin version to 2.4.0-Beta2 or later (when swiftPMDependencies support landed), transforms pod() declarations to swiftPackage() calls, rewrites cocoapods.* imports to swiftPMImport.*, and reconfigures your Xcode project. The eight-phase approach keeps CocoaPods active until SwiftPM is wired up, which reduces the window where nothing builds. Watch out if you have third-party KMP libraries that bundle their own cinterop klibs, those imports stay as-is. Built by JetBrains, so it tracks the official migration pattern they documented.
npx skills add https://github.com/kotlin/kotlin-agent-skills --skill kotlin-tooling-cocoapods-spm-migration