You can build apps that show up on your car's big screen. Use the CarPlay framework to create navigation, music, phone, or food ordering apps. CarPlay uses templates to put controls right where drivers need them.
Apple gives you special permissions called entitlements for each app type. You set up a scene in Xcode and connect it to the car display. Templates like CPListTemplate and CPMapTemplate make it easy to create simple interfaces.
Test your app with the CarPlay Simulator before you drive. This skill covers everything from setup to testing so your app works safely and smoothly on the road.
Global
mkdir -p ~/.claude/skills/carplayProject
mkdir -p .claude/skills/carplaySource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability