Agent skill

promoted-iap

Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.

rshankras589★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill promoted-iap --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashAskUserQuestion
Path: skills/generators/promoted-iap/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Promoted In-App Purchases Generator Set up promoted In-App Purchases so your premium offerings appear directly on your App Store product page, in search results, and in editorial features. ## When This Skill Activates Use this skill when the user: - Asks to "promote IAP" or "show purchase on product page" - Mentions "promoted in-app purchase" or "App Store product page IAP" - Wants subscription/IAP visible in App Store search results - Asks about `paymentQueue(_:shouldAddStorePayment:for:)` - Wants to handle purchases initiated from the App Store ## Pre-Generation Checks ### 1. Project Context Detection - [ ] Check for existing StoreKit implementation - [ ] Check deployment target (iOS 15+ for StoreKit 2) - [ ] Look for existing IAP product definitions - [ ] Check if `paywall-generator` was already used ### 2. Conflict Detection ``` Glob: **/*Promoted*.swift, **/*StorePayment*.swift Grep: "shouldAddStorePayment" or "PurchaseIntent" or "promotedPurchase" ``` ## How Promoted IAP Works 1. **App Store Connect**: Mark IAP products as "Promoted" with promotional image 2. **Product Page**: Up to 20 promoted IAPs appear on your product page 3. **Search Results**: Promoted IAPs can appear

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Pre-Generation Checks
  3. 1. Project Context Detection
  4. 2. Conflict Detection
  5. How Promoted IAP Works
  6. Promoted IAP Display Order
  7. Configuration Questions
  8. Generation Process
  9. Step 1: Read Templates
  10. Step 2: Create Core Files
  11. Step 3: Determine File Location
  12. Output Format
  13. Files Created
  14. Integration Steps
Ships with 1 file
  • templates.md
More from claude-code-apple-skills
All skills →
About this skill
What does the promoted-iap skill do?

Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill promoted-iap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going