/referral-program
Design referral programs and viral growth loops. Use when asked to create referral systems, viral mechanics, word-of-mouth campaigns, or growth loops. Trigger phrases: "referral program", "viral loop", "refer a friend", "word of mouth", "viral coefficient", "referral incentive",
$ npx -y skills add openclaudia/openclaudia-skills --skill referral-program --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
/referral-program
Context preview
The summary Claude sees to decide when to auto-load this skill.
Design referral programs and viral growth loops. Use when asked to create referral systems, viral mechanics, word-of-mouth campaigns, or growth loops. Trigger phrases: "referral program", "viral loop", "refer a friend", "word of mouth", "viral coefficient", "referral incentive",
SKILL.md
referral-program.SKILL.mdname: referral-program
description: >
Design referral programs and viral growth loops. Use when asked to create
referral systems, viral mechanics, word-of-mouth campaigns, or growth loops.
Trigger phrases: "referral program", "viral loop", "refer a friend",
"word of mouth", "viral coefficient", "referral incentive", "growth loop",
"invite system", "ambassador program".
Referral Program Design
Design effective referral programs and viral loops that drive sustainable growth.
---
1. Referral Program Frameworks
One-Sided Incentives
Only the referrer gets rewarded.
**Best for:**
- Products with strong organic word-of-mouth
- Low-friction signups where the referred user needs no extra motivation
- Cost-sensitive businesses
**Examples:**
- Uber: "$10 credit for every friend you refer"
- Amazon Associates: Commission on referred purchases
**Template:**
Refer a friend and get [reward].
Share your unique link: [referral_url]
Two-Sided Incentives
Both referrer and referred user get rewarded.
**Best for:**
- Products requiring activation effort from new users
- Competitive markets where new users need a nudge
- Subscription businesses
**Examples:**
- Dropbox: Both get 500MB extra storage
- Airbnb: Referrer gets $25 credit, friend gets $40 off first stay
- PayPal: Both get $10 when friend makes first transaction
**Template:**
Give [friend_reward], get [referrer_reward].
Share your link and you both win: [referral_url]
Tiered Incentives
Rewards increase with number of successful referrals.
**Example tier structure:** | Referrals | Reward | |-----------|--------| | 1 | Free month | | 3 | Exclusive feature unlock | | 5 | Premium plan for 3 months | | 10 | Lifetime premium access | | 25 | Cash payout or swag box |
**Best for:**
- Creating power referrers / ambassadors
- Products with passionate user bases
- Building a referral leaderboard culture
---
2. Viral Coefficient Calculation
The viral coefficient (K-factor) determines whether your referral loop is self-sustaining.
Formula
K = i * c
Where:
i = number of invites sent per user
c = conversion rate of each invite
If K > 1: viral growth (each user brings more than one new user)
If K < 1: referrals supplement but don't replace other acquisition
Example Calculation
Users send an average of 5 invites (i = 5)
15% of invites convert to signups (c = 0.15)
K = 5 * 0.15 = 0.75
With 1,000 initial users:
- Cycle 1: 1,000 * 0.75 = 750 new users
- Cycle 2: 750 * 0.75 = 563 new users
- Cycle 3: 563 * 0.75 = 422 new users
- Total after 10 cycles: ~3,570 additional users from referrals
Viral Cycle Time
The speed of the viral loop matters as much as K:
Effective growth = K / cycle_time
A K of 0.5 with a 1-day cycle > K of 0.8 with a 30-day cycle
How to Improve K
| Lever | Action | |-------|--------| | Increase invites (i) | Make sharing frictionless, prompt at key moments | | Increase conversion (c) | Better landing page, stronger incentive, social proof | | Reduce cycle time | Instant reward delivery, real-time notifications |
---
3. Referral Channels
Email Referral
**Pros:** High conversion, personal, trackable **Cons:** Lower volume, requires email access
Template:
Subject: I thought you'd like [Product] -- here's [reward] to try it
Hey [Name],
I've been using [Product] for [time] and it's been great for [specific benefit].
I wanted to share my referral link so you can get [friend_reward]:
[referral_url]
[Your name]
Social Media Sharing
**Pros:** High reach, low effort, viral potential **Cons:** Lower conversion rate, less personal
Platform-specific templates:
**Twitter/X:**
I just [achievement/milestone] with @Product! If you want to try it,
use my link and we both get [reward]: [referral_url]
**LinkedIn:**
I've been using [Product] to [professional benefit] and the results
have been impressive: [specific metric].
If you're looking for [solution], here's my referral link
(we both get [reward]): [referral_url]
**WhatsApp/SMS:**
Hey! I've been using [Product] and really like it. They have a
referral deal -- we both get [reward] if you sign up through my link:
[referral_url]
In-App Referral
**Pros:** Highest intent, contextual, frictionless **Cons:** Only reaches existing users
Best practices:
- Show referral prompt after a success moment (completed task, achievement, positive outcome)
- Pre-populate sharing message
- Show referral progress and rewards earned
- Add referral widget to account/settings page
Unique Link vs. Referral Code
| Method | Pros | Cons | |--------|------|------| | Unique link | Frictionless, works in any channel | Harder to share verbally | | Referral code | Easy to remember, shareable verbally | Extra step at signup | | Both | Maximum flexibility | More complex to implement |
---
4. Referral Landing Page Template
The page a referred user sees when they click the referral link.
Structure
[Hero Section]
- Headline: "[Referrer's name] invited you to [Product]"
- Subheadline: "Sign up now and get [friend_reward]"
- CTA button: "Claim your [reward]"
[Social Proof]
- "[Referrer's name] and X others use [Product]"
- Logos of known customers
- Key metric: "Trusted by X users"
[Value Proposition]
- 3 key benefits with icons
- Brief product description
[How It Works]
- Step 1: Sign up (takes 30 seconds)
- Step 2: [Key activation action]
- Step 3: Enjoy [reward] + the product
[CTA Repeat]
- "Join [Referrer's name] on [Product]"
- Urgency: "This offer expires in [X days]"
[FAQ]
- When do I get my reward?
- What does [Product] do?
- Is there a catch?
---
5. Case Studies
Dropbox (2008-2010)
- **Mechanic:** Two-sided -- both get 500MB extra storage
- **Result:** 3,900% growth in 15 months (100K to 4M users)
- **Key insight:** The reward (storage) was the product itself, making it self-reinforcing
- **Viral coefficient:** Es
Read more
name: referral-program description: > Design referral programs and viral growth loops. Use when asked to create referral systems, viral mechanics, word-of-mouth campaigns, or growth loops. Trigger phrases: "referral program", "viral loop", "refer a friend", "word of mouth", "viral coefficient", "referral incentive", "growth loop", "invite system", "ambassador program".
Referral Program Design
Design effective referral programs and viral loops that drive sustainable growth.
---
1. Referral Program Frameworks
One-Sided Incentives
Only the referrer gets rewarded.
**Best for:**
- Products with strong organic word-of-mouth
- Low-friction signups where the referred user needs no extra motivation
- Cost-sensitive businesses
**Examples:**
- Uber: "$10 credit for every friend you refer"
- Amazon Associates: Commission on referred purchases
**Template:**
Refer a friend and get [reward]. Share your unique link: [referral_url]
Two-Sided Incentives
Both referrer and referred user get rewarded.
**Best for:**
- Products requiring activation effort from new users
- Competitive markets where new users need a nudge
- Subscription businesses
**Examples:**
- Dropbox: Both get 500MB extra storage
- Airbnb: Referrer gets $25 credit, friend gets $40 off first stay
- PayPal: Both get $10 when friend makes first transaction
**Template:**
Give [friend_reward], get [referrer_reward]. Share your link and you both win: [referral_url]
Tiered Incentives
Rewards increase with number of successful referrals.
**Example tier structure:** | Referrals | Reward | |-----------|--------| | 1 | Free month | | 3 | Exclusive feature unlock | | 5 | Premium plan for 3 months | | 10 | Lifetime premium access | | 25 | Cash payout or swag box |
**Best for:**
- Creating power referrers / ambassadors
- Products with passionate user bases
- Building a referral leaderboard culture
---
2. Viral Coefficient Calculation
The viral coefficient (K-factor) determines whether your referral loop is self-sustaining.
Formula
K = i * c Where: i = number of invites sent per user c = conversion rate of each invite If K > 1: viral growth (each user brings more than one new user) If K < 1: referrals supplement but don't replace other acquisition
Example Calculation
Users send an average of 5 invites (i = 5) 15% of invites convert to signups (c = 0.15) K = 5 * 0.15 = 0.75 With 1,000 initial users: - Cycle 1: 1,000 * 0.75 = 750 new users - Cycle 2: 750 * 0.75 = 563 new users - Cycle 3: 563 * 0.75 = 422 new users - Total after 10 cycles: ~3,570 additional users from referrals
Viral Cycle Time
The speed of the viral loop matters as much as K:
Effective growth = K / cycle_time A K of 0.5 with a 1-day cycle > K of 0.8 with a 30-day cycle
How to Improve K
| Lever | Action | |-------|--------| | Increase invites (i) | Make sharing frictionless, prompt at key moments | | Increase conversion (c) | Better landing page, stronger incentive, social proof | | Reduce cycle time | Instant reward delivery, real-time notifications |
---
3. Referral Channels
Email Referral
**Pros:** High conversion, personal, trackable **Cons:** Lower volume, requires email access
Template:
Subject: I thought you'd like [Product] -- here's [reward] to try it Hey [Name], I've been using [Product] for [time] and it's been great for [specific benefit]. I wanted to share my referral link so you can get [friend_reward]: [referral_url] [Your name]
Social Media Sharing
**Pros:** High reach, low effort, viral potential **Cons:** Lower conversion rate, less personal
Platform-specific templates:
**Twitter/X:**
I just [achievement/milestone] with @Product! If you want to try it, use my link and we both get [reward]: [referral_url]
**LinkedIn:**
I've been using [Product] to [professional benefit] and the results have been impressive: [specific metric]. If you're looking for [solution], here's my referral link (we both get [reward]): [referral_url]
**WhatsApp/SMS:**
Hey! I've been using [Product] and really like it. They have a referral deal -- we both get [reward] if you sign up through my link: [referral_url]
In-App Referral
**Pros:** Highest intent, contextual, frictionless **Cons:** Only reaches existing users
Best practices:
- Show referral prompt after a success moment (completed task, achievement, positive outcome)
- Pre-populate sharing message
- Show referral progress and rewards earned
- Add referral widget to account/settings page
Unique Link vs. Referral Code
| Method | Pros | Cons | |--------|------|------| | Unique link | Frictionless, works in any channel | Harder to share verbally | | Referral code | Easy to remember, shareable verbally | Extra step at signup | | Both | Maximum flexibility | More complex to implement |
---
4. Referral Landing Page Template
The page a referred user sees when they click the referral link.
Structure
[Hero Section] - Headline: "[Referrer's name] invited you to [Product]" - Subheadline: "Sign up now and get [friend_reward]" - CTA button: "Claim your [reward]" [Social Proof] - "[Referrer's name] and X others use [Product]" - Logos of known customers - Key metric: "Trusted by X users" [Value Proposition] - 3 key benefits with icons - Brief product description [How It Works] - Step 1: Sign up (takes 30 seconds) - Step 2: [Key activation action] - Step 3: Enjoy [reward] + the product [CTA Repeat] - "Join [Referrer's name] on [Product]" - Urgency: "This offer expires in [X days]" [FAQ] - When do I get my reward? - What does [Product] do? - Is there a catch?
---
5. Case Studies
Dropbox (2008-2010)
- **Mechanic:** Two-sided -- both get 500MB extra storage
- **Result:** 3,900% growth in 15 months (100K to 4M users)
- **Key insight:** The reward (storage) was the product itself, making it self-reinforcing
- **Viral coefficient:** Es
34 open-source marketing skills for Claude Code. SEO, content, email, ads, analytics, and growth.
Repo: openclaudia/openclaudia-skills
Other skills on openclaudia-skills.
- /ab-test-setup
Design, plan, and analyze A/B tests with statistical rigor. Use when the user asks about A/B testing, split testing, experiment design, statistical significance, sample size calculation, test duration, multivariate testing, or conversion experiments. Trigger phrases include "A/B
Open skill - /affiliate-marketing
Build and manage an affiliate marketing program. Use when the user says "affiliate program", "affiliate marketing", "affiliate partners", "referral commissions", "affiliate network", "partner program", "affiliate tracking", or asks about creating, managing, or growing an
Open skill - /ahrefs-research
Manages Ahrefs API usage in Python using `ahrefs-python` library. Use when working with SEO / marketing related tasks or with data including backlinks, keywords, domain ratings, organic traffic, site audits, rank tracking, and brand monitoring. Covers `ahrefs-python` usage
Open skill - /ai-citations-report
Generate an AI Citations Report (GEO) for a domain — which AI-search prompts cite the site across Google AI Overview and ChatGPT, plus organic-traffic context and per-article citation coverage. Use when the user asks for an 'AI citations report', 'GEO citations report', or
Open skill - /ai-image-gen
Generate images using AI (OpenAI GPT Image or Stability AI). Use when the user asks to generate an image, create an AI image, make an illustration, or produce artwork from a text prompt.
Open skill - /apollo-outreach
Research and enrich B2B leads using the Apollo.io API. Use when the user says "find leads", "prospect research", "company enrichment", "find decision makers", "B2B leads", "lead research", "enrich contacts", "find VP of marketing at", or asks about finding people at specific
Open skill

