app-clip

Generate App Clip targets with URL invocation handling and Swift templates.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill app-clip-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-clip
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/generators/app-clip
Command: npx skills add https://github.com/venomez-viper/PathWise --skill app-clip-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates App Clip targets and infrastructure to respond to invocation URLs, enabling lightweight app experiences without a full app install.

Core Features & Use Cases

  • Scaffolds App Clip targets with URL invocation handling, experience routing, and optional verification steps.
  • Supports common experiences such as order, reserve, check-in, and product preview triggered by NFC, QR, or Safari banners.
  • Provides production-grade Swift templates and patterns for App Clip development, testing, and migration to full apps.

Quick Start

Run the App Clip generator to scaffold a lightweight App Clip that handles invocation URLs.

Frequently Asked Questions about app-clip

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

FAQPage Schema
How do I generate an App Clip target that handles invocation URLs in Swift?

To generate an App Clip target that handles invocation URLs, use this Skill to scaffold production-ready Swift templates like AppClipApp.swift and InvocationHandler.swift. It sets up the routing infrastructure needed to parse URLs and trigger lightweight app experiences without requiring a full app install.

What is an App Clip and when do I need to scaffold one for NFC or QR code triggers?

An App Clip is a lightweight iOS app experience for tasks like ordering or check-in, triggered by NFC tags, QR codes, or Safari banners. You need to scaffold one when you want users to access specific app functionality instantly without downloading your full application from the App Store.

Can I use this to create App Clip experiences for order, reserve, and check-in workflows on iOS 16+?

Yes, you can create App Clip experiences for order, reserve, check-in, and product preview workflows on iOS 16+. The Skill provides Swift templates and routing logic specifically designed to handle these common lightweight app actions triggered by various invocation methods.

What's the best way to structure an App Clip experience for Safari invocation and route it to a full app?

The best way to structure an App Clip for Safari invocation is using the provided AppClipExperience.swift template. It manages experience routing and includes patterns for testing and migrating users to your full app install after they interact with the lightweight App Clip.

Does this App Clip generator include templates for handling URL invocation and verification steps?

Yes, the App Clip generator includes production-grade Swift templates such as InvocationHandler.swift. These templates manage URL invocation routing and support optional verification steps to ensure secure and proper handling of lightweight app experiences.