ab-test-store-listing
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page…
When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to
$ npx -y skills add eronred/aso-skills --skill app-clips --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/app-clipsContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to
name: app-clips description: When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to understand how App Clips appear in App Store search. For general App Store discoverability, see aso-audit. For marketing campaigns, see ua-campaign. metadata: version: 1.0.0
You help plan, implement, and optimize App Clips — lightweight iOS experiences (max 15MB) that users can launch instantly without installing the full app.
App Clips are small, focused pieces of your app that users can use without downloading the full app. They appear in:
| Target | Limit | |--------|-------| | App Clip binary | **15MB** max (thinned, downloaded on demand) | | App itself | No change |
This forces you to ship only the essential experience.
| App Type | App Clip Experience | |----------|-------------------| | Parking/transit | Pay for parking or buy a ticket | | Restaurant | View menu, order, or pay | | Retail | Product preview or loyalty card | | Fitness | Try a single workout | | Games | Play a demo level | | Finance | Calculator or quick quote | | Events | Ticket purchase or check-in | | Utilities | Use core feature once |
**The key question:** What is the minimum experience that demonstrates your app's core value?
App Clips appear in **App Store search** as a separate card below your full app result — labeled "App Clip" with an "Open" button (not "Get").
**ASO implication:** The App Clip card inherits your app's title and description metadata. Optimizing your main listing improves App Clip discoverability too.
Each App Clip is triggered by a URL:
https://yourdomain.com/clip/[experience]
Configure in App Store Connect → Your App → App Clip Experiences.
Always include a clear upgrade prompt:
// Show SKOverlay after the user gets value from the clip let config = SKOverlay.AppClipConfiguration(position: .bottom) let overlay = SKOverlay(configuration: config) overlay.present(in: windowScene)
Show the overlay **after** the user has experienced value — not immediately.
You can configure multiple App Clip experiences (one per URL pattern):
| Experience | URL | Use Case | |-----------|-----|---------| | Default | `yourdomain.com` | General / App Store search | | Location | `yourdomain.com/location/123` | Maps, NFC at specific location | | Campaign | `yourdomain.com/promo/summer` | Marketing campaign | | Feature | `yourdomain.com/feature/x` | Specific feature demo |
Each experience can have its own:
The card is shown before the App Clip launches:
| Field | Limit | Tips | |-------|-------|------| | Title | 18 chars | Clear action: "Order Coffee" not "App Name" | | Subtitle | 13 chars | Reinforce the value: "Skip the line" | | Header image | 3000×2000px | Show the outcome, not the UI | | Action button | — | Use context-specific text: "Order", "Pay", "Play" |
Track in App Store Connect → App Analytics → App Clips:
| | App Clip | Full Install | |---|---------|-------------| | User friction | Very low | Higher | | Commitment | Low | High | | Retention | Low (one-time use) | High | | Conversion from Clip | — | 3–5× higher than cold traffic | | Best for | Discovery + conversion | Retention + monetization |
Setup: - [ ] App Clip target added to Xcode project - [ ] App Clip < 15MB (use size report in Xcode) - [ ] Associated Domains entitlement configured - [ ] App Clip experience URLs registered in App Store Connect UX: - [ ] Core value delivered within 60 seconds - [ ] Sign in with Apple or Apple Pay (no custom sign-up) - [ ] SKOverlay shown post-value (not immediately) - [ ] Clear data handoff when user installs full app App Store Connect: - [ ] Default App Clip experience configured - [ ] Header image uploaded (3000×2000px) - [ ] Title ≤ 18 chars, subtitle ≤ 13 chars - [ ] Additional experiences for locations/campaigns (if applicable)
AI agent skills for App Store Optimization (ASO) and mobile app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata
When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page…
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific…
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics",…
When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse. Use when the user…
When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist",…
When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app…