What problem does it solve? Setting up an iOS App Clip for an Expo app involves many error-prone steps across Apple tooling: creating the native target, configuring associated domains, hosting an apple-app-site-association file, registering bundle IDs, and submitting to TestFlight. This Skill walks through the entire workflow so nothing is missed. ## Core Features & Use Cases - App Clip Target Creation: Uses bun create target clip with @bacons/apple-targets to scaffold the Clip in targets/clip/ with its own config plugin and Info.plist. - Associated Domains & AASA: Configures applinks: and appclips: entitlements, generates and hosts the apple-app-site-association file via EAS Hosting, and adds the Smart App Banner meta tag. - Store Submission: Registers bundle IDs with setup-safari, builds both targets with bunx testflight, and configures App Clip metadata (invocation URLs, header image) via eas metadata:push. - Use Case: You have an Expo Router app and want users to launch a lightweight Clip from a URL on your domain, with an SKOverlay prompt to install the full app. ## Quick Start Use the add-app-clip skill to add an iOS App Clip target to my Expo app and configure the AASA file for my domain.