add-app-clip

Integrate iOS App Clips into Expo apps with URL invocation.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill add-app-clip-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-app-clip
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/add-app-clip
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill add-app-clip-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @bacons/apple-targets, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill adds iOS App Clips to Expo apps, allowing for lightweight app functionality to be invoked from URLs, enhancing user engagement and app utility.

Core Features & Use Cases

  • App Clip Integration: Enables the creation of iOS App Clips that are linked with an Expo app.
  • URL Invocation: App Clips can be invoked directly from a URL, offering a seamless user experience.
  • AASA File Management: Handles the hosting of the Apple App Site Association (AASA) file for App Clip invocation.
  • Smart App Banner: Adds a meta tag to the app's HTML to display the App Clip card on web pages.
  • TestFlight Build: Automates the process of building and submitting an app to TestFlight for testing.

Quick Start

To add an App Clip to an Expo app, run the command 'bun create target clip'.

Frequently Asked Questions about add-app-clip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an iOS App Clip to an Expo app?

You can add an iOS App Clip to an Expo app by running 'bun create target clip', which integrates lightweight app functionality that can be invoked directly from URLs.

Do I need to host an AASA file for iOS App Clip invocation?

Yes, hosting the Apple App Site Association (AASA) file is required for iOS App Clip invocation. This Skill handles AASA file management to enable URL invocation.

Can I display a Smart App Banner for my Expo App Clip on web pages?

Yes, you can display a Smart App Banner by adding a meta tag to your app's HTML, which shows the App Clip card to users browsing your web pages.

Does this Skill automate TestFlight submissions for App Clip testing?

Yes, it automates the process of building and submitting your Expo app with the integrated App Clip to TestFlight for testing purposes.

What is the purpose of using iOS App Clips with Expo?

iOS App Clips provide lightweight app functionality invoked from URLs, allowing users to quickly access specific features of your Expo app without a full installation, enhancing engagement.

Does App Clip integration require the @bacons/apple-targets dependency?

Yes, integrating iOS App Clips into Expo apps using this Skill requires the @bacons/apple-targets dependency to manage the Apple target configurations.