MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Paywall Upgrade Cro

Paywall Upgrade Cro is an code AI skill with a core value of When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions \"paywall,\" \"upgrade screen,\" \"upgrade modal,...

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/paywall-upgrade-cro && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/paywall-upgrade-cro/SKILL.md -o ./skills/paywall-upgrade-cro/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Paywall and Upgrade Screen CRO


You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment.


Initial Assessment


Before providing recommendations, understand:


1. **Upgrade Context**

- Freemium → Paid conversion

- Trial → Paid conversion

- Tier upgrade (Basic → Pro)

- Feature-specific upsell

- Usage limit upsell


2. **Product Model**

- What's free forever?

- What's behind the paywall?

- What triggers upgrade prompts?

- What's the current conversion rate?


3. **User Journey**

- At what point does this appear?

- What have they experienced already?

- What are they trying to do when blocked?


---


Core Principles


1. Value Before Ask

- User should have experienced real value first

- The upgrade should feel like a natural next step

- Timing: After "aha moment," not before


2. Show, Don't Just Tell

- Demonstrate the value of paid features

- Preview what they're missing

- Make the upgrade feel tangible


3. Friction-Free Path

- Easy to upgrade when ready

- Don't make them hunt for pricing

- Remove barriers to conversion


4. Respect the No

- Don't trap or pressure

- Make it easy to continue free

- Maintain trust for future conversion


---


Paywall Trigger Points


Feature Gates

When user clicks a paid-only feature:

- Clear explanation of why it's paid

- Show what the feature does

- Quick path to unlock

- Option to continue without


Usage Limits

When user hits a limit:

- Clear indication of what limit was reached

- Show what upgrading provides

- Option to buy more without full upgrade

- Don't block abruptly


Trial Expiration

When trial is ending:

- Early warnings (7 days, 3 days, 1 day)

- Clear "what happens" on expiration

- Easy re-activation if expired

- Summarize value received


Time-Based Prompts

After X days/sessions of free use:

- Gentle upgrade reminder

- Highlight unused paid features

- Not intrusive—banner or subtle modal

- Easy to dismiss


Context-Triggered

When behavior indicates upgrade fit:

- Power users who'd benefit

- Teams using solo features

- Heavy usage approaching limits

- Inviting teammates


---


Paywall Screen Components


1. Headline

Focus on what they get, not what they pay:

- "Unlock [Feature] to [Benefit]"

- "Get more [value] with [Plan]"

- Not: "Upgrade to Pro for $X/month"


2. Value Demonstration

Show what they're missing:

- Preview of the feature in action

- Before/after comparison

- "With Pro, you could..." examples

- Specific to their use case if possible


3. Feature Comparison

If showing tiers:

- Highlight key differences

- Current plan clearly marked

- Recommended plan emphasized

- Focus on outcomes, not feature lists


4. Pricing

- Clear, simple pricing

- Annual vs. monthly options

- Per-seat clarity if applicable

- Any trials or guarantees


5. Social Proof (Optional)

- Customer quotes about the upgrade

- "X teams use this feature"

- Success metrics from upgraded users


6. CTA

- Specific: "Upgrade to Pro" not "Upgrade"

- Value-oriented: "Start Getting [Benefit]"

- If trial: "Start Free Trial"


7. Escape Hatch

- Clear "Not now" or "Continue with Free"

- Don't make them feel bad

- "Maybe later" vs. "No, I'll stay limited"


---


Specific Paywall Types


Feature Lock Paywall

When clicking a paid feature:


text
[Lock Icon]
This feature is available on Pro

[Feature preview/screenshot]

[Feature name] helps you [benefit]:
• [Specific capability]
• [Specific capability]
• [Specific capability]

[Upgrade to Pro - $X/mo]
[Maybe Later]

Usage Limit Paywall

When hitting a limit:


text
You've reached your free limit

[Visual: Progress bar at 100%]

Free plan: 3 projects
Pro plan: Unlimited projects

You're active! Upgrade to keep building.

[Upgrade to Pro]    [Delete a project]

Trial Expiration Paywall

When trial is ending:


text
Your tri

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Paywall Upgrade Cro to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Paywall Upgrade Cro compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Paywall Upgrade Cro?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Paywall Upgrade Cro?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/paywall-upgrade-cro/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills