agentsclimarketplace

Growth cro

Skill christopherlouet/claude-base/.claude/skills/growth-cro

Opinionated Claude Code foundation — Explore → TDD → Audit workflow, auto-detected stack presets (nextjs, fastapi, astro, ...), curl | bash install. MIT.

Install
npx -y skills add christopherlouet/claude-base --skill growth-cro

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Conversion rate optimization (CRO) and funnel analysis. Trigger when the user wants to optimize conversions, map/analyze a conversion funnel, improve a signup form, a checkout, a landing page, or an onboarding/activation flow.

SKILL.md

8.8 KB, as published. Nobody here has run it

Conversion Rate Optimization (CRO)

Goal

Identify and fix friction points in user journeys to maximize the conversion rate.

CRO Domains

┌──────────────────────────────────────────────────────────────────┐
│                    CRO FRAMEWORK                                  │
├──────────────────────────────────────────────────────────────────┤
│                                                                   │
│  PAGE CRO           Optimize marketing/landing pages             │
│  ═════════                                                        │
│                                                                   │
│  SIGNUP FLOW CRO    Improve signup and account creation          │
│  ══════════════                                                   │
│                                                                   │
│  ONBOARDING CRO     Reduce time-to-value post-signup             │
│  ═════════════                                                    │
│                                                                   │
│  FORM CRO           Optimize capture forms                        │
│  ════════                                                         │
│                                                                   │
│  POPUP CRO          Improve popups, modals, overlays             │
│  ═════════                                                        │
│                                                                   │
│  PAYWALL CRO        Optimize paywalls and upsells                │
│  ═══════════                                                      │
│                                                                   │
└──────────────────────────────────────────────────────────────────┘

1. Page CRO

Landing page checklist

#ElementBest practices
1HeadlineClear benefit in < 10 words, no jargon
2Sub-headlineExplain the "how" in 1 sentence
3Primary CTASpecific action, visible above-the-fold
4Social proofTestimonials, customer logos, numbers
5ObjectionsFAQ or sections answering doubts
6Urgency/ScarcityTimer, limited spots (if authentic)
7Hero visualProduct screenshot or demo video
8NavigationMinimal (no full menu on landing)

Conversion patterns

Hero section (benefit + CTA)
    ↓
Social proof (logos, testimonials)
    ↓
Features/Benefits (3-5 max)
    ↓
How it works (3 steps)
    ↓
Pricing (if applicable)
    ↓
FAQ (common objections)
    ↓
Final CTA (same action as the hero)

2. Signup Flow CRO

Golden rules

#RuleImpact
1Minimum fields (email only to start)+20-30% signups
2Social login (Google, GitHub)+15-25% signups
3No blocking email confirmation-40% drop-off
4Progress indicator if multi-step+10% completion
5Value proposition visible next to the form+15% signups
6Password strength indicator+5% completion
7Inline error, not at submit+20% completion

Anti-patterns to avoid

  • Asking for too much info at signup (name, phone, address)
  • CAPTCHA visible for all users
  • Confirmation email before product access
  • Redirect to login page after signup
  • No feedback after form submission

3. Onboarding CRO

Time-to-Value framework

Signup → [Activation] → [Aha Moment] → [Habit Formation]
           |                |                |
           v                v                v
    First setup        First value        Regular usage
    (< 2 min)          (< 5 min)         (Day 7+)

Effective patterns

PatternWhenExample
Checklist3-5 activation steps"Complete your profile: 3/5"
WizardTechnical setup required"Connect your GitHub repo"
Empty stateFirst visit, empty page"Create your first project"
TemplateComplex product"Start from a template"
Tour guideComplex interfaceDiscovery tooltips

4. Form CRO

Form optimization

#TechniqueDetail
1One field per lineNo multi-column layout on mobile
2Labels above fieldsNo floating labels
3Correct input typeemail, tel, number for adapted keyboard
4HTML autocompleteautocomplete="email", "given-name"
5Font size >= 16pxAvoids iOS zoom
6Descriptive submit button"Create account" not "Submit"
7Immediate feedbackValidate on blur, not at submit
8Easy error recoveryMessage + focus on the field in error

5. Popup/Modal CRO

Rules

#RuleDetail
1Timing: not before 30s or 50% scrollLet users discover the content
2Exit-intent > time-basedLess intrusive
3Easy to closeVisible X, click outside, Escape
4One popup at a timeNo stack of modals
5Limited frequencyMax 1x per session or 1x per week
6Clear value propositionNot just "Subscribe"
7Mobile: bottom sheet > centered modalBetter mobile UX

6. Paywall/Upgrade CRO

Strategies

StrategyDetailWhen
Feature gateShow the feature, block accessPremium feature requested
Usage limit"3/5 projects used"Free tier limit approached
Trial expirationCountdown + demonstrated valueEnd of trial
Upgrade promptContextual suggestionPremium action attempted
Social proof"Join 10,000+ teams"Pricing page

Pricing page patterns

[ Free ]        [ Pro ★ ]        [ Enterprise ]
  $0              $29/mo           Custom
  3 projects      Unlimited        Unlimited
  1 user          10 users         Unlimited
  Basic support   Priority         Dedicated
                 [Start trial]
  • Highlight the recommended plan (badge, color)
  • Monthly/annual toggle (show the savings)
  • Feature comparison table below
  • FAQ on billing

7. Funnel mapping & analysis

Before optimizing a single step, map and measure the whole funnel.

  1. Map the steps — events, pages, actions from entry to conversion.
  2. Measure — conversion per step and the global rate.
StepUsersConv.Drop-offTrend
...............
  1. Segment — device, source, country, cohort (drop-offs often hide in a segment).
  2. Diagnose drop-offs — friction (effort), anxiety (trust), clarity (confusion) — ask why, not just how much.
  3. Prioritize — score opportunities with ICE (Impact × Confidence × Ease); optimize one step at a time.
  4. Monitor — continuous tracking + alerts on step regressions.

Reliable tracking is a prerequisite — never analyze a funnel on unreliable data.

Metrics to track

MetricFormulaTarget
Conversion rateConversions / VisitorsDepends on the domain
Drop-off rateDrop-offs per funnel step< 20% per step
Time to convertVisit duration → conversionReduce
Bounce rateBounces / Sessions< 40% landing pages
Activation rateActivated users / Signups> 40%
Trial-to-paidPayments / Trials> 15%

Expected output

## CRO Audit: [Page/Flow]

### Current estimated conversion rate: X%
### Improvement potential: +Y%

### Quick wins (immediate impact)
1. [Action] - Estimated impact: +X%
2. [Action] - Estimated impact: +X%

### Structural improvements
1. [Action] - Detail and implementation

### Recommended A/B tests
1. [Hypothesis] - Variant A vs B

Rules

  • Always base recommendations on data or proven best practices
  • Propose quick wins AND structural changes
  • Do not sacrifice UX for conversion (dark patterns forbidden)
  • Suggest A/B tests to validate important changes

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.