Brings Apple Music integration to your iOS app with catalog search, playback controls, and Lock Screen metadata. You get `ApplicationMusicPlayer` for queue management, subscription checking before offering catalog playback, and `MPRemoteCommandCenter` hooks for AirPods and CarPlay buttons. The documentation covers authorization flows, Now Playing info updates, and the MusicKit setup dance in the Apple Developer portal. Useful when you need music search or streaming without bouncing users to the Music app. Targets Swift 6.3 and iOS 26+, so it assumes modern concurrency. The subscription offer sheet examples are helpful since gating features on `canPlayCatalogContent` is easy to mess up.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill musickit-audio