What problem does it solve? Setting up an iOS App Clip for an Expo app involves many error-prone manual steps: creating the native target, configuring bundle IDs and associated domains, hosting an apple-app-site-association file, and submitting to TestFlight. This Skill walks through the entire process so the Clip can be invoked from a URL on your domain. ## 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. - AASA and Associated Domains: 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. - App Store and TestFlight Setup: Registers bundle IDs, builds both targets with bunx testflight, and pushes App Clip metadata (invocation URLs, header image) via eas metadata:push. - Use Case: A team wants users to tap a link on their marketing site and instantly launch a lightweight Clip of their Expo app, with an SKOverlay prompt to install the full app. ## Quick Start Ask the AI to add an iOS App Clip target to your Expo app, including associated domains, the AASA file, and a TestFlight build.