This covers the CarPlay framework for building apps that run on vehicle displays, including the full template system (CPMapTemplate, CPListTemplate, CPNowPlayingTemplate, etc.) and how to handle scene lifecycle with CPTemplateApplicationScene. The source walks through entitlement setup for each category (navigation, audio, communication, EV charging, parking, food ordering), scene delegate patterns for both navigation and non-navigation apps, and the template navigation hierarchy. What's useful here is the concrete breakdown of which categories get a CPWindow for custom map rendering versus which just get the interface controller. The examples show real patterns like trip previews and route selection for navigation apps, and the entitlement tables make it clear what you need from Apple before you can even test this stuff.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill carplay