Skill detail
audience-growth-tracker-sms
Tracks and analyzes social audience and follower growth.
Inspect before use
Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.
SKILL.md
The saved excerpt is a snapshot from review. The external source remains the complete and most current version.
--- name: audience-growth-tracker-sms 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 performance-analyzer-sms. For content patterns, see content-pattern-analyzer-sms." 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 `.agents/social-media-context-sms.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 folRead the full source on GitHub (opens external page)