app-clip

Generate an iOS App Clip scaffold with URL routing and upgrade prompts.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill app-clip-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-clip
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/app-clip
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill app-clip-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

App Clips enable lightweight, on-demand experiences that users can launch without installing the full app. This Skill provides a ready-to-use App Clip scaffold with URL invocation handling, experience routing, and upgrade prompts to drive user conversion.

Core Features & Use Cases

  • Invocation URL handling: Route to different experiences based on the path and query parameters.
  • App Clip target scaffolding: Generate a production-ready App Clip structure aligned with iOS 16+ requirements.
  • Upgrade prompts: Integrate a smooth path to the full app via SKOverlay prompts (optional).
  • Location confirmation (optional): Support for verifying user presence at a location for physical-world invocations.

Quick Start

Provide your main app bundle ID and desired invocation patterns, and the generator will scaffold an App Clip target with URL routing and optional upgrade prompts.

Frequently Asked Questions about app-clip

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

FAQPage Schema
How do I create an App Clip with URL invocation handling in SwiftUI?

App Clip target scaffolding generates a production-ready structure aligned with iOS 16+ requirements, handling URL routing, optional location confirmation, and SKOverlay upgrade prompts to drive conversion to the full app.

How does an App Clip handle invocation from NFC tags or QR codes?

The generated App Clip scaffold includes URL routing logic that automatically processes invocation URLs from NFC tags or QR codes, mapping path and query parameters to specific lightweight experiences without requiring a full app install.

Can I use SKOverlay to prompt App Clip users to upgrade to the full app?

The scaffold integrates optional SKOverlay upgrade prompts, allowing you to display a banner that encourages users to transition from the App Clip to the complete iOS application seamlessly.

What is the size limit for an App Clip experience?

This App Clip scaffold honors the 10 MB App Clip size budget by generating a lightweight structure, ensuring the on-demand experience downloads quickly for NFC or QR code invocations.

Does App Clip scaffolding support location confirmation for physical invocations?

This feature ensures that physical-world invocations via NFC or QR codes are contextually valid, verifying the user is at the required location before proceeding with the App Clip experience.