generators-paywall-generator

Generate StoreKit 2 subscription paywalls with SwiftUI views and scaffolding.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill generators-paywall-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generators-paywall-generator
Source: https://github.com/AutisticAF/claude-code-apple-dev-plugin/tree/main/skills/generators-paywall-generator
Command: npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill generators-paywall-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the generation of a complete StoreKit 2 subscription paywall with modern SwiftUI views and accompanying scaffolding, enabling rapid integration of subscriptions in apps.

Core Features & Use Cases

  • Generates core paywall UI components (PaywallView, SubscriptionButton equivalents) and a purchase flow, including status tracking and product loading integration.
  • Provides configuration guidance for product IDs, StoreKit testing, and integration into the app's entry points.
  • Supports common use cases like monthly/yearly subscriptions, promotions, and trial configurations.

Quick Start

Run the generator in your project to scaffold a complete StoreKit 2 paywall.

Frequently Asked Questions about generators-paywall-generator

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

FAQPage Schema
How do I create a StoreKit 2 subscription paywall in SwiftUI?

You can create a StoreKit 2 subscription paywall by generating core scaffolding files like PaywallView.swift and StoreKitManager.swift. This provides the UI, product loading, and in-app purchase flows needed for iOS apps targeting iOS 15+.

What files do I need for a complete StoreKit 2 paywall implementation?

A complete StoreKit 2 paywall implementation requires core files like StoreKitManager.swift for product loading, SubscriptionStatus.swift for tracking, and PaywallView.swift for the UI. Example configuration guidance for Product IDs and StoreKit testing is also included.

Does this StoreKit 2 paywall generator support free trial configurations?

Yes, the StoreKit 2 paywall generator supports common use cases including monthly and yearly subscriptions, promotions, and trial configurations. It delivers the SwiftUI views and purchase flow scaffolding needed to integrate these options.

Can I use this to scaffold in-app purchase flows for iOS 15+ apps?

Yes, this generator primarily applies to iOS apps targeting StoreKit 2 on iOS 15 and above. It automates the generation of modern SwiftUI views and accompanying scaffolding for rapid subscription integration.

What's the best way to handle subscription status tracking with StoreKit 2?

The best way to handle subscription status tracking is by generating a dedicated SubscriptionStatus.swift file alongside your StoreKitManager. This scaffolding integrates directly with the paywall UI and purchase flows to monitor active subscriptions.

Why do I need StoreKit testing configuration for my subscription paywall?

You need StoreKit testing configuration to verify product loading and in-app purchase flows before deploying your subscription paywall. The generator provides example configuration guidance for Product IDs to ensure your SwiftUI paywall functions correctly during development.