What problem does it solve? Shipping an iOS App Clip alongside an Expo app requires coordinating many Apple-specific pieces: a second build target, associated domains entitlements, an apple-app-site-association (AASA) file, smart app banner meta tags, App Store Connect metadata, and dual provisioning profiles. This Skill walks through the entire setup so nothing is missed. ## Core Features & Use Cases - App Clip Target Creation: Scaffolds the Clip target in targets/clip/ using bun create target clip and @bacons/apple-targets, with derived bundle IDs like <parent>.clip. - AASA and Associated Domains: Configures applinks: and appclips: entitlements, generates and hosts the apple-app-site-association file, and adds the smart app banner meta tag via Expo Router's +html.tsx. - TestFlight and Store Metadata: Builds and submits both targets with bunx testflight, then configures App Clip invocation URLs and header images via eas metadata:push. - Use Case: A team wants users to launch a lightweight native experience from a URL on their marketing site without installing the full app. This Skill sets up the Clip, hosts the AASA file on EAS Hosting, and submits the combined build to TestFlight. ## Quick Start Use the expo-app-clip skill to add an iOS App Clip target to my Expo app and configure the AASA file, associated domains, and TestFlight submission.