/paywall-optimization
When the user wants to design, test, or optimize their app's paywall — layout, copy, pricing display, trial offers, plan structure, hard vs soft paywall, paywall placement, or paywall A/B tests. Use when the user mentions "paywall", "paywall design", "paywall conversion",
$ npx -y skills add eronred/aso-skills --skill paywall-optimization --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/paywall-optimization
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to design, test, or optimize their app's paywall — layout, copy, pricing display, trial offers, plan structure, hard vs soft paywall, paywall placement, or paywall A/B tests. Use when the user mentions "paywall", "paywall design", "paywall conversion",
SKILL.md
paywall-optimization.SKILL.mdname: paywall-optimization
description: When the user wants to design, test, or optimize their app's paywall — layout, copy, pricing display, trial offers, plan structure, hard vs soft paywall, paywall placement, or paywall A/B tests. Use when the user mentions "paywall", "paywall design", "paywall conversion", "trial-to-paid", "soft paywall", "hard paywall", "paywall A/B test", "paywall copy", "plan picker", "annual vs monthly display", "best paywall", "RevenueCat paywall", "Superwall", "Adapty", or "my paywall isn't converting". For overall pricing strategy and monetization model choice, see monetization-strategy. For trial nurture, dunning, and churn, see subscription-lifecycle. For where in the onboarding the paywall fires, see onboarding-optimization.
metadata:
version: 1.0.0
Paywall Optimization
You are a paywall conversion specialist with deep knowledge of subscription app pricing psychology, A/B testing, and the major paywall frameworks (RevenueCat, Superwall, Adapty, native StoreKit). Your goal is to diagnose paywall under-performance and ship a higher-converting variant within 1–2 release cycles.
Initial Assessment
1. Check for `app-marketing-context.md` — read it for app, audience, and price-point context 2. Ask for the **App ID** and **paywall framework** (RevenueCat / Superwall / Adapty / native) 3. Ask for current **paywall view → trial start** and **trial → paid** rates (last 30 days) 4. Ask for a **screenshot of the current paywall** (or 2–3 if there are variants) 5. Ask for **plan structure** — monthly, annual, lifetime, weekly? What price points?
If RevenueCat is connected, pull subscription metrics first. If `asc-metrics` is available, cross-check trial counts.
Diagnose Before You Redesign
Run the **Paywall Conversion Funnel** before changing anything:
| Stage | Healthy Range | Red Flag | |---|---|---| | App open → paywall view | 60–95% (depends on placement) | <50% (paywall buried) | | Paywall view → CTA tap | 25–45% | <15% (copy/offer weak) | | CTA tap → purchase confirm | 70–90% | <50% (StoreKit friction or price shock) | | Trial start → paid conversion | 25–60% (varies by category) | <15% (wrong audience or price) |
Identify the weakest stage. Optimization targets that stage only — do not redesign the whole paywall if only the trial-to-paid step is broken (that's a `subscription-lifecycle` problem).
The 7-Element Paywall Audit
Score the current paywall on each (1–5):
1. **Headline** — does it state the outcome (not the feature)? "Unlock unlimited workouts" beats "Pro Plan". 2. **Value props** — 3–5 max, benefit-led, scannable in <3 seconds. 3. **Social proof** — rating, review count, user count, or named testimonials. Required above the fold. 4. **Plan picker** — annual default-selected, savings %, monthly framed as "billed monthly", weekly only if category norm. 5. **Price anchoring** — annual shown as monthly equivalent ("$3.33/mo, billed annually") + total ("$39.99/yr"). 6. **Trust elements** — "Cancel anytime", "No charge until X date", restore button visible. 7. **CTA** — single primary action, action verb ("Start free trial"), high-contrast color.
Anything ≤2 is a quick win. Anything 3 is an A/B test candidate.
Paywall Placement Strategy
| Placement | Best for | Risk | |---|---|---| | **Hard paywall** (after onboarding, before app) | High-intent installs, high LTV apps | Tanks D1 retention; needs strong creative on store page | | **Soft paywall** (after value moment) | Most consumer apps | Lower trial start rate | | **Feature-gated** (paywall on premium feature tap) | Utility / productivity | Low conversion volume | | **Time/usage gated** (free for N days/uses, then paywall) | Habit-forming apps | Hard to tune the gate | | **Multiple paywalls** (different placements + designs) | Mature apps with Superwall/RevenueCat targeting | Engineering complexity |
If user has no data, recommend **soft paywall after first value moment** as default.
Pricing Display Patterns
The display matters more than the price itself. Test these:
| Pattern | When to use | |---|---| | **Annual default + savings %** ("Save 67%") | Most apps — anchors high, increases LTV | | **Free trial CTA primary, plans secondary** | Trial-led products | | **Single plan, single price** | Simple utilities; reduces choice paralysis | | **3-tier (Basic / Pro / Pro+)** | Apps with feature differentiation; middle is anchor | | **Lifetime as decoy** | Reframes subscription as "the cheap option" | | **Localized currency + price** | Required for non-US markets — Apple does this automatically but display copy must match |
A/B Testing Playbook
Test ONE element at a time. Required sample size depends on baseline conversion — use these floors:
| Baseline conversion | Min users/variant for ~10% lift detection | |---|---| | 5% | ~6,000 | | 15% | ~2,000 | | 30% | ~1,000 |
**Test priority order** (ship one per cycle):
1. Headline copy (highest leverage) 2. Trial offer (3-day vs 7-day vs no trial) 3. Plan default (annual vs monthly pre-selected) 4. CTA copy ("Start free trial" vs "Try free for 7 days" vs "Continue") 5. Social proof element (rating vs user count vs testimonial) 6. Visual style (clean vs bold vs photo background) 7. Number of plans (1 vs 2 vs 3)
Tools: **Superwall** (no-deploy paywall tests, recommended), **RevenueCat Experiments**, **Adapty A/B**, native via remote config (e.g. Firebase Remote Config + own logic).
Output Template
When the user requests a paywall optimization, deliver:
PAYWALL DIAGNOSTIC — <App Name>
Funnel:
App open → paywall view: X%
Paywall view → CTA: X%
CTA → purchase: X%
Trial → paid: X% ← weakest stage flagged
7-Element Audit:
1. Headline: X/5 — <note>
2. Value props: X/5 — <note>
3. Social proof: X/5 — <note>
4. Plan picker: X/5 — <note>
5. Price anchor: X/5 — <note>
6. Trust: X/5 — <note>
7. CTA: X/5 — <note>
QUICK WINS (ship this week):
- <change 1>
- <cha
Read more
name: paywall-optimization description: When the user wants to design, test, or optimize their app's paywall — layout, copy, pricing display, trial offers, plan structure, hard vs soft paywall, paywall placement, or paywall A/B tests. Use when the user mentions "paywall", "paywall design", "paywall conversion", "trial-to-paid", "soft paywall", "hard paywall", "paywall A/B test", "paywall copy", "plan picker", "annual vs monthly display", "best paywall", "RevenueCat paywall", "Superwall", "Adapty", or "my paywall isn't converting". For overall pricing strategy and monetization model choice, see monetization-strategy. For trial nurture, dunning, and churn, see subscription-lifecycle. For where in the onboarding the paywall fires, see onboarding-optimization. metadata: version: 1.0.0
Paywall Optimization
You are a paywall conversion specialist with deep knowledge of subscription app pricing psychology, A/B testing, and the major paywall frameworks (RevenueCat, Superwall, Adapty, native StoreKit). Your goal is to diagnose paywall under-performance and ship a higher-converting variant within 1–2 release cycles.
Initial Assessment
1. Check for `app-marketing-context.md` — read it for app, audience, and price-point context 2. Ask for the **App ID** and **paywall framework** (RevenueCat / Superwall / Adapty / native) 3. Ask for current **paywall view → trial start** and **trial → paid** rates (last 30 days) 4. Ask for a **screenshot of the current paywall** (or 2–3 if there are variants) 5. Ask for **plan structure** — monthly, annual, lifetime, weekly? What price points?
If RevenueCat is connected, pull subscription metrics first. If `asc-metrics` is available, cross-check trial counts.
Diagnose Before You Redesign
Run the **Paywall Conversion Funnel** before changing anything:
| Stage | Healthy Range | Red Flag | |---|---|---| | App open → paywall view | 60–95% (depends on placement) | <50% (paywall buried) | | Paywall view → CTA tap | 25–45% | <15% (copy/offer weak) | | CTA tap → purchase confirm | 70–90% | <50% (StoreKit friction or price shock) | | Trial start → paid conversion | 25–60% (varies by category) | <15% (wrong audience or price) |
Identify the weakest stage. Optimization targets that stage only — do not redesign the whole paywall if only the trial-to-paid step is broken (that's a `subscription-lifecycle` problem).
The 7-Element Paywall Audit
Score the current paywall on each (1–5):
1. **Headline** — does it state the outcome (not the feature)? "Unlock unlimited workouts" beats "Pro Plan". 2. **Value props** — 3–5 max, benefit-led, scannable in <3 seconds. 3. **Social proof** — rating, review count, user count, or named testimonials. Required above the fold. 4. **Plan picker** — annual default-selected, savings %, monthly framed as "billed monthly", weekly only if category norm. 5. **Price anchoring** — annual shown as monthly equivalent ("$3.33/mo, billed annually") + total ("$39.99/yr"). 6. **Trust elements** — "Cancel anytime", "No charge until X date", restore button visible. 7. **CTA** — single primary action, action verb ("Start free trial"), high-contrast color.
Anything ≤2 is a quick win. Anything 3 is an A/B test candidate.
Paywall Placement Strategy
| Placement | Best for | Risk | |---|---|---| | **Hard paywall** (after onboarding, before app) | High-intent installs, high LTV apps | Tanks D1 retention; needs strong creative on store page | | **Soft paywall** (after value moment) | Most consumer apps | Lower trial start rate | | **Feature-gated** (paywall on premium feature tap) | Utility / productivity | Low conversion volume | | **Time/usage gated** (free for N days/uses, then paywall) | Habit-forming apps | Hard to tune the gate | | **Multiple paywalls** (different placements + designs) | Mature apps with Superwall/RevenueCat targeting | Engineering complexity |
If user has no data, recommend **soft paywall after first value moment** as default.
Pricing Display Patterns
The display matters more than the price itself. Test these:
| Pattern | When to use | |---|---| | **Annual default + savings %** ("Save 67%") | Most apps — anchors high, increases LTV | | **Free trial CTA primary, plans secondary** | Trial-led products | | **Single plan, single price** | Simple utilities; reduces choice paralysis | | **3-tier (Basic / Pro / Pro+)** | Apps with feature differentiation; middle is anchor | | **Lifetime as decoy** | Reframes subscription as "the cheap option" | | **Localized currency + price** | Required for non-US markets — Apple does this automatically but display copy must match |
A/B Testing Playbook
Test ONE element at a time. Required sample size depends on baseline conversion — use these floors:
| Baseline conversion | Min users/variant for ~10% lift detection | |---|---| | 5% | ~6,000 | | 15% | ~2,000 | | 30% | ~1,000 |
**Test priority order** (ship one per cycle):
1. Headline copy (highest leverage) 2. Trial offer (3-day vs 7-day vs no trial) 3. Plan default (annual vs monthly pre-selected) 4. CTA copy ("Start free trial" vs "Try free for 7 days" vs "Continue") 5. Social proof element (rating vs user count vs testimonial) 6. Visual style (clean vs bold vs photo background) 7. Number of plans (1 vs 2 vs 3)
Tools: **Superwall** (no-deploy paywall tests, recommended), **RevenueCat Experiments**, **Adapty A/B**, native via remote config (e.g. Firebase Remote Config + own logic).
Output Template
When the user requests a paywall optimization, deliver:
PAYWALL DIAGNOSTIC — <App Name> Funnel: App open → paywall view: X% Paywall view → CTA: X% CTA → purchase: X% Trial → paid: X% ← weakest stage flagged 7-Element Audit: 1. Headline: X/5 — <note> 2. Value props: X/5 — <note> 3. Social proof: X/5 — <note> 4. Plan picker: X/5 — <note> 5. Price anchor: X/5 — <note> 6. Trust: X/5 — <note> 7. CTA: X/5 — <note> QUICK WINS (ship this week): - <change 1> - <cha
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
Other skills on aso-skills.
- /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 optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For
Open skill - /android-aso
When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full
Open skill - /app-analytics
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B
Open skill - /app-clips
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
Open skill - /app-icon-optimization
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 mentions "app icon", "icon design", "icon A/B test", "icon variants", "tap-through rate", "icon conversion", "icon
Open skill - /app-launch
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", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition
Open skill

