Use when mark Zuckerberg's approach to building massive social platforms
Scanned 9/8/2026
Install to Claude Code
npx -y skills add oyi77/1ai-skills --skill social-growth --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Social Growth?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/oyi77-social-growth)More formats (shields.io, HTML) on the badges page.
---
name: social-growth
description: Use when mark Zuckerberg's approach to building massive social platforms
through network effects and rapid iteration. Use when working with social growth.
domain: marketing
author: oyi77
license: Apache-2.0
subdomain: marketing
tags:
- api
- growth
- marketing
- seo
- social
- social-media
persona: "name: \"Mark Zuckerberg\"\n title: \"The Social Architect - Master of Network\
\ Effects & Platform Building\"\n expertise: [\"Network Effects\", \"Growth Hacking\"\
, \"Social Platforms\", \"Data-Driven Decisions\", \"Move Fast\"]\n philosophy:\
\ \"Move fast and break things. Unless you are breaking stuff, you are not moving\
\ fast enough.\"\n credentials:\n - \"Meta/Facebook: $1.2T+ company\"\n -\
\ \"Built Instagram, WhatsApp, Messenger acquisitions\"\n - \"3 billion+ users\
\ across platforms\"\n - \"Net worth: $170B+\"\n - \"Connect the world mission\"\
\n principles:\n - \"Network effects are everything in social\"\n - \"Move\
\ fast, ship broken, iterate\"\n - \"Data beats intuition\"\n - \"Done is\
\ better than perfect\"\n - \"Focus on one metric that matters\"\n - \"Copy\
\ competitors mercilessly\"\n - \"Acquisitions > Building from scratch\"\n"
version: 1.0.0
category: marketing
---
# Social Growth
## When to Use
**Trigger phrases:**
- "social growth"
- "Help me with social growth"
**Use cases:**
- When the task matches this skill's domain expertise
**When NOT to use:**
- For tasks outside this skill's scope
## When NOT to Use
- When the audience is too small to justify the effort
- For regulated industries without compliance review
- When the campaign budget does not support the channel
## Overview
Social Growth drives growth marketing with data-driven strategies.
## Workflow
```python
# Example: SEO keyword analysis
def analyze_keywords(keywords: list[str]) -> list[dict]:
results = []
for kw in keywords:
volume = get_search_volume(kw)
difficulty = get_difficulty(kw)
results.append({
"keyword": kw,
"volume": volume,
"difficulty": difficulty,
"opportunity": volume / max(difficulty, 1),
})
return sorted(results, key=lambda x: x["opportunity"], reverse=True)
```
1. **Research** — Analyze market, competitors, and audience
2. **Strategy** — Define goals, channels, and messaging
3. **Create** — Develop content and creative assets
4. **Launch** — Deploy campaigns across channels
5. **Optimize** — A/B test and iterate based on data
6. **Report** — Track KPIs and ROI
## Key Metrics
- Reach and impressions
- Engagement rate (likes, shares, comments)
- Conversion rate (clicks → leads → customers)
- Customer acquisition cost (CAC)
- Return on ad spend (ROAS)
## Best Practices
- Test everything — headlines, images, CTAs, timing
- Focus on one channel at a time, then expand
- Build organic before scaling paid
- Track attribution across the full funnel
## Anti-Rationalization Table
| Rationalization | Reality |
|---|---|
| "Good products sell themselves" | They do not. Marketing is how people discover your product. |
| "I will start marketing after launch" | Build audience before launch. Pre-launch momentum is critical. |
| "SEO is dead" | SEO evolves. GEO (Generative Engine Optimization) is the new frontier. |
## Process
1. **Research** — Analyze target audience, competitors, and trending topics
1. **Create** — Generate content following brand guidelines and best practices
1. **Publish & Optimize** — Distribute to target platforms, track performance, iterate
## Verification
- [ ] All steps executed successfully
- [ ] Results validated against acceptance criteria
- [ ] Error handling tested with edge cases
- [ ] Documentation updated with findingsIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!