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…
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.
/social-audience-growth-trackerContext 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
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
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.
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.
---
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.
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.
---
Work through all four dimensions before generating recommendations.
Calculate for each available period (daily, weekly, monthly):
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)
Calculate:
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
For each notable growth spike (any period with 2× or more the average daily 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."
For periods of flat or negative growth:
Frame stalls as diagnostic findings, not failures.
---
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
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…
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…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…