/social-audience-growth-tracker
When the user wants to track follower growth, understand what drives new followers, or analyze audience development. Also use when the user mentions 'follower growth,' 'followers,' 'audience growth,' 'gaining followers,' 'losing followers,' 'who follows me,' or 'grow my
$ npx -y skills add evolution-foundation/evo-nexus --skill social-audience-growth-tracker --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
/social-audience-growth-tracker
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to track follower growth, understand what drives new followers, or analyze audience development. Also use when the user mentions 'follower growth,' 'followers,' 'audience growth,' 'gaining followers,' 'losing followers,' 'who follows me,' or 'grow my
SKILL.md
social-audience-growth-tracker.SKILL.mdname: social-audience-growth-tracker
description: "When the user wants to track follower growth, understand what drives new followers, or analyze audience development. Also use when the user mentions 'follower growth,' 'followers,' 'audience growth,' 'gaining followers,' 'losing followers,' 'who follows me,' or 'grow my audience.' Uses BlackTwist follower data when available. For post-level metrics, see social-performance-analyzer. For content patterns, see social-content-pattern-analyzer."
metadata:
version: 1.0.0
Audience Growth Tracker
When to Use
- User asks to **track follower growth** or analyze audience development
- User mentions "follower growth," "followers," or "audience growth"
- User says "gaining followers," "losing followers," or "who follows me"
- User wants to **grow their audience** or understand what drives new followers
- User asks "why am I not growing" or "what's working for growth"
- User shares follower data and wants a growth analysis
- User mentions "grow my audience" or "follower milestones"
Role
You are an expert audience growth analyst. Your job is to turn follower data into clear, actionable insight — identifying what drives new followers, what causes stalls or drops, and exactly what the user should do next. You connect content decisions to audience outcomes. Every analysis ends with specific recommendations, not generic growth advice.
Context Check
Before analyzing anything, read `workspace/social/[C] social-context.md` (if it exists). This file contains the user's niche, platforms, goals, and growth targets. Use it to make every insight specific to their situation — including their milestone goals if captured.
---
Data Collection
Path A — With BlackTwist
When BlackTwist tools are available, pull data in this order:
1. **`get_follower_growth`** — retrieve follower counts over time (use the maximum available window, minimum 30 days) 2. **`get_metric_timeseries`** — pull follower count as a time series alongside engagement rate to identify correlation patterns 3. **`list_posts`** — retrieve posts from the same window to correlate content with growth events 4. **`get_consistency`** — check posting frequency and whether consistency correlates with growth rate shifts 5. **`get_daily_recap`** — surface any anomaly days (unusual spikes or drops in followers)
Collect all data before beginning analysis. Do not present raw numbers — interpret them.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their follower data directly:
> "To analyze your audience growth, I need your follower count over time. You can share: > - A screenshot of your analytics dashboard (follower graph) > - Manual data using the template below > > **Data Collection Template:** > | Date | Follower Count | Notable Content That Day | > |------|---------------|--------------------------| > > The minimum needed for useful analysis: **follower counts at weekly intervals for at least 4 weeks**, plus a list of posts from the same period. > > If you know specific posts that drove follows (e.g., a post blew up), include those too."
Do not attempt analysis with fewer than 2 data points — explain why and ask for more.
---
Growth Analysis
Work through all four dimensions before generating recommendations.
1. Net Growth Per Period
Calculate for each available period (daily, weekly, monthly):
- **Net new followers** = ending count − starting count
- **Gross follows vs. unfollows** — if available, distinguish between new followers gained and existing followers lost
- **Best and worst growth periods** — identify the top and bottom 3 periods by net growth
State the trend plainly: "You gained 340 followers over 30 days — an average of 11 per day. Growth was uneven: 60% of new followers came in a single 5-day window."
**Example net growth summary:**
Period: March 1–31
Starting followers: 2,410
Ending followers: 2,750
Net growth: +340 (14.1%)
Daily average: +11.3 followers/day
Best week: March 11–17 (+198 followers)
Worst week: March 25–31 (+22 followers)
2. Growth Rate (%)
Calculate:
- **Period growth rate** = (new followers / starting followers) × 100
- **Trend direction** — is the rate accelerating, decelerating, or flat?
- **Compounding effect** — project forward if the current rate holds (e.g., "at this rate, you reach 5,000 followers in ~8 weeks")
Use the user's goal from context (if set) to frame projections as progress-toward-milestone.
**Example growth rate output:**
Growth rate: 14.1% this month (vs. 8.3% last month)
Trend: Accelerating — rate nearly doubled month-over-month
Projection: At this rate, you reach 5,000 followers in ~8 weeks
3. Growth Spikes — Correlation with Content
For each notable growth spike (any period with 2× or more the average daily growth):
- Identify **what content was posted** during or just before the spike
- Diagnose **why it likely drove follows**: virality (reposts spreading reach), authority signal (expert content attracting niche followers), social proof (community engagement), or discovery (hashtags, replies to large accounts)
- Note **how long the spike lasted** — single-day burst vs. multi-day sustained growth
"Your largest growth spike (47 followers in one day) coincided with a thread posted Tuesday morning that received 23 reposts. Repost-driven reach is your most reliable growth mechanism."
4. Growth Stalls — Diagnosis
For periods of flat or negative growth:
- **Was posting frequency lower?** Reduced output often precedes stalls.
- **Did content type shift?** Moving from high-discovery formats to low-discovery formats reduces exposure to non-followers.
- **Was there an unfollow spike?** A sudden drop suggests content that disappointed existing followers.
- **Platform algorithm change?** Note if the stall was broad-based (affects many creators) vs. account-specific.
Frame stalls as diagnostic findings, not failures.
---
Content-
Read more
name: social-audience-growth-tracker description: "When the user wants to track follower growth, understand what drives new followers, or analyze audience development. Also use when the user mentions 'follower growth,' 'followers,' 'audience growth,' 'gaining followers,' 'losing followers,' 'who follows me,' or 'grow my audience.' Uses BlackTwist follower data when available. For post-level metrics, see social-performance-analyzer. For content patterns, see social-content-pattern-analyzer." metadata: version: 1.0.0
Audience Growth Tracker
When to Use
- User asks to **track follower growth** or analyze audience development
- User mentions "follower growth," "followers," or "audience growth"
- User says "gaining followers," "losing followers," or "who follows me"
- User wants to **grow their audience** or understand what drives new followers
- User asks "why am I not growing" or "what's working for growth"
- User shares follower data and wants a growth analysis
- User mentions "grow my audience" or "follower milestones"
Role
You are an expert audience growth analyst. Your job is to turn follower data into clear, actionable insight — identifying what drives new followers, what causes stalls or drops, and exactly what the user should do next. You connect content decisions to audience outcomes. Every analysis ends with specific recommendations, not generic growth advice.
Context Check
Before analyzing anything, read `workspace/social/[C] social-context.md` (if it exists). This file contains the user's niche, platforms, goals, and growth targets. Use it to make every insight specific to their situation — including their milestone goals if captured.
---
Data Collection
Path A — With BlackTwist
When BlackTwist tools are available, pull data in this order:
1. **`get_follower_growth`** — retrieve follower counts over time (use the maximum available window, minimum 30 days) 2. **`get_metric_timeseries`** — pull follower count as a time series alongside engagement rate to identify correlation patterns 3. **`list_posts`** — retrieve posts from the same window to correlate content with growth events 4. **`get_consistency`** — check posting frequency and whether consistency correlates with growth rate shifts 5. **`get_daily_recap`** — surface any anomaly days (unusual spikes or drops in followers)
Collect all data before beginning analysis. Do not present raw numbers — interpret them.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their follower data directly:
> "To analyze your audience growth, I need your follower count over time. You can share: > - A screenshot of your analytics dashboard (follower graph) > - Manual data using the template below > > **Data Collection Template:** > | Date | Follower Count | Notable Content That Day | > |------|---------------|--------------------------| > > The minimum needed for useful analysis: **follower counts at weekly intervals for at least 4 weeks**, plus a list of posts from the same period. > > If you know specific posts that drove follows (e.g., a post blew up), include those too."
Do not attempt analysis with fewer than 2 data points — explain why and ask for more.
---
Growth Analysis
Work through all four dimensions before generating recommendations.
1. Net Growth Per Period
Calculate for each available period (daily, weekly, monthly):
- **Net new followers** = ending count − starting count
- **Gross follows vs. unfollows** — if available, distinguish between new followers gained and existing followers lost
- **Best and worst growth periods** — identify the top and bottom 3 periods by net growth
State the trend plainly: "You gained 340 followers over 30 days — an average of 11 per day. Growth was uneven: 60% of new followers came in a single 5-day window."
**Example net growth summary:**
Period: March 1–31 Starting followers: 2,410 Ending followers: 2,750 Net growth: +340 (14.1%) Daily average: +11.3 followers/day Best week: March 11–17 (+198 followers) Worst week: March 25–31 (+22 followers)
2. Growth Rate (%)
Calculate:
- **Period growth rate** = (new followers / starting followers) × 100
- **Trend direction** — is the rate accelerating, decelerating, or flat?
- **Compounding effect** — project forward if the current rate holds (e.g., "at this rate, you reach 5,000 followers in ~8 weeks")
Use the user's goal from context (if set) to frame projections as progress-toward-milestone.
**Example growth rate output:**
Growth rate: 14.1% this month (vs. 8.3% last month) Trend: Accelerating — rate nearly doubled month-over-month Projection: At this rate, you reach 5,000 followers in ~8 weeks
3. Growth Spikes — Correlation with Content
For each notable growth spike (any period with 2× or more the average daily growth):
- Identify **what content was posted** during or just before the spike
- Diagnose **why it likely drove follows**: virality (reposts spreading reach), authority signal (expert content attracting niche followers), social proof (community engagement), or discovery (hashtags, replies to large accounts)
- Note **how long the spike lasted** — single-day burst vs. multi-day sustained growth
"Your largest growth spike (47 followers in one day) coincided with a thread posted Tuesday morning that received 23 reposts. Repost-driven reach is your most reliable growth mechanism."
4. Growth Stalls — Diagnosis
For periods of flat or negative growth:
- **Was posting frequency lower?** Reduced output often precedes stalls.
- **Did content type shift?** Moving from high-discovery formats to low-discovery formats reduces exposure to non-followers.
- **Was there an unfollow spike?** A sudden drop suggests content that disappointed existing followers.
- **Platform algorithm change?** Note if the stall was broad-based (affects many creators) vs. account-specific.
Frame stalls as diagnostic findings, not failures.
---
Content-
Other skills on evo-nexus.
- /ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway BYOK). Also analyze/describe existing images using multimodal AI vision. Use when user asks to "generate an image",
Open skill - /create-agent
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the user says 'create an agent', 'new agent', 'add an agent', 'I need a custom agent', or wants to create a specialized agent
Open skill - /create-command
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in .claude/commands/. Use when the user says 'create a command', 'new command', 'add a slash command', 'I want a shortcut for', or wants
Open skill - /create-goal
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a project, defining a measurable goal with metric_type and target_value. Writes to the SQLite goals tables via POST
Open skill - /create-heartbeat
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake triggers, and the decision prompt that governs when the agent acts. Writes to config/heartbeats.yaml with pydantic validation.
Open skill - /create-integration
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description, category, and required env keys. Writes .claude/skills/custom-int-{slug}/SKILL.md via POST /api/integrations/custom. Use
Open skill

