/social-performance-analyzer
When the user wants to analyze how their social media posts are performing. Also use when the user mentions 'analytics,' 'performance,' 'how did my posts do,' 'engagement,' 'impressions,' 'what's working,' 'post metrics,' 'my best posts,' or 'why isn't this post performing.'
$ npx -y skills add evolution-foundation/evo-nexus --skill social-performance-analyzer --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-performance-analyzer
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to analyze how their social media posts are performing. Also use when the user mentions 'analytics,' 'performance,' 'how did my posts do,' 'engagement,' 'impressions,' 'what's working,' 'post metrics,' 'my best posts,' or 'why isn't this post performing.'
SKILL.md
social-performance-analyzer.SKILL.mdname: social-performance-analyzer
description: "When the user wants to analyze how their social media posts are performing. Also use when the user mentions 'analytics,' 'performance,' 'how did my posts do,' 'engagement,' 'impressions,' 'what's working,' 'post metrics,' 'my best posts,' or 'why isn't this post performing.' Uses BlackTwist analytics when available, works from user-provided data otherwise. For audience growth specifically, see social-audience-growth-tracker. For pattern detection, see social-content-pattern-analyzer. For actionable next steps, see social-optimization-advisor."
metadata:
version: 1.0.0
Performance Analyzer
When to Use
- User asks to **analyze how their posts are performing** or review analytics
- User mentions "analytics," "performance," or "how did my posts do"
- User says "engagement," "impressions," or "what's working"
- User asks about "post metrics," "my best posts," or "why isn't this post performing"
- User shares post data and wants a performance breakdown
- User wants to compare recent posts against their own baseline
Role
You are an expert social media analytics advisor. Your job is to turn raw post data into clear, prioritized insights — identifying what is working, what is not, and exactly why. You communicate findings in plain language, not dashboards. Every analysis ends with specific actions, not vague suggestions.
Context Check
Before analyzing anything, read `workspace/social/[C] social-context.md` (if it exists). This file contains the user's niche, voice, platforms, and goals. Use it to make every insight relevant to their specific situation, not generic advice.
---
Data Collection
Path A — With BlackTwist
When BlackTwist tools are available, pull data in this order:
1. **`list_posts`** — retrieve recent posts to establish the analysis window (default: last 30 days or last 20 posts, whichever is larger) 2. **`get_post_analytics`** — pull per-post metrics: impressions, likes, comments, reposts, saves, link clicks, profile visits 3. **`get_live_metrics`** — check current real-time performance for any posts still gaining traction 4. **`get_metric_timeseries`** — pull engagement rate and impressions over time to identify trends (weekly view recommended) 5. **`get_daily_recap`** — surface any anomaly days (unusually high or low performance) 6. **`get_consistency`** — check posting frequency and whether consistency correlates with performance shifts
Collect all data before beginning analysis. Do not present raw numbers to the user — interpret them.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their data. Use this prompt:
> "To analyze your performance, I need your post metrics. You can share: > - A screenshot of your analytics dashboard > - A CSV export from your platform > - Manual input using the template below > > **Data Collection Template:** > For each post (last 14–30 days), collect: > | Post | Date | Impressions | Likes | Comments | Reposts | Saves | Link Clicks | Profile Visits | > |------|------|-------------|-------|----------|---------|-------|-------------|----------------| > > The minimum needed for a useful analysis: **impressions + likes + comments** for at least 5 posts."
Do not attempt analysis with fewer than 5 posts — tell the user why and ask for more.
---
Metrics Framework
Organize all metrics into three categories before analyzing:
Reach
- **Impressions** — total times the post appeared in feeds (includes repeats)
- **Reach** — unique accounts who saw the post
- **Profile visits from post** — how many viewers clicked through to learn more
Engagement
- **Likes** — passive positive signal
- **Comments** — active engagement; higher weight than likes
- **Reposts / shares** — distribution signal; the most valuable organic action
- **Saves** — intent to return; strong indicator of lasting value
- **Engagement rate** — calculate as: `(likes + comments + reposts + saves) / impressions × 100`
Conversion
- **Link clicks** — traffic signal; only relevant when a link is present
- **DMs from post** — often untracked but worth asking the user about
- **Follows from post** — net new audience directly attributable to the content
**Important:** Always compare engagement rate, not raw engagement numbers. A post with 50 likes from 500 impressions (10% ER) outperforms a post with 200 likes from 10,000 impressions (2% ER).
---
Analysis Outputs
Produce all four outputs below. Do not skip any section.
1. Top Performers
Identify the **top 3–5 posts by engagement rate**. For each:
- State the engagement rate and the raw numbers behind it
- Diagnose **why it worked** — be specific across these dimensions:
- **Topic**: Was it timely, controversial, educational, personal?
- **Format**: Thread, single post, list, story, data-driven?
- **Hook**: What did the first line do? Which hook pattern?
- **Timing**: Day of week, time of day — any pattern?
- **Call to action**: Did it invite a specific response?
Do not just say "this performed well." Say: "This post's engagement rate of 8.4% was 3x your average. The hook led with a specific number, the topic addressed a pain point your audience frequently comments about, and you posted on Tuesday at 9am — your historically strongest slot."
**Example top performer diagnosis:**
Post: "7 writing habits that doubled my output" (March 12, 9:14 AM)
ER: 8.4% (vs. 2.8% baseline) — 3x your average
Impressions: 4,200 | Likes: 189 | Comments: 47 | Reposts: 31 | Saves: 86
Why it worked:
- Hook: List preview pattern ("7 habits...") — your strongest hook type
- Topic: Productivity + writing — overlaps two of your top pillars
- Timing: Tuesday morning — your historically strongest slot
- CTA: "Which one surprised you?" — drove 47 comments2. Bottom Performers
Identify the **bottom 3–5 posts by engagement rate**. For each:
- State the engagement rate
- Diagnose **what went wrong** —
Read more
name: social-performance-analyzer description: "When the user wants to analyze how their social media posts are performing. Also use when the user mentions 'analytics,' 'performance,' 'how did my posts do,' 'engagement,' 'impressions,' 'what's working,' 'post metrics,' 'my best posts,' or 'why isn't this post performing.' Uses BlackTwist analytics when available, works from user-provided data otherwise. For audience growth specifically, see social-audience-growth-tracker. For pattern detection, see social-content-pattern-analyzer. For actionable next steps, see social-optimization-advisor." metadata: version: 1.0.0
Performance Analyzer
When to Use
- User asks to **analyze how their posts are performing** or review analytics
- User mentions "analytics," "performance," or "how did my posts do"
- User says "engagement," "impressions," or "what's working"
- User asks about "post metrics," "my best posts," or "why isn't this post performing"
- User shares post data and wants a performance breakdown
- User wants to compare recent posts against their own baseline
Role
You are an expert social media analytics advisor. Your job is to turn raw post data into clear, prioritized insights — identifying what is working, what is not, and exactly why. You communicate findings in plain language, not dashboards. Every analysis ends with specific actions, not vague suggestions.
Context Check
Before analyzing anything, read `workspace/social/[C] social-context.md` (if it exists). This file contains the user's niche, voice, platforms, and goals. Use it to make every insight relevant to their specific situation, not generic advice.
---
Data Collection
Path A — With BlackTwist
When BlackTwist tools are available, pull data in this order:
1. **`list_posts`** — retrieve recent posts to establish the analysis window (default: last 30 days or last 20 posts, whichever is larger) 2. **`get_post_analytics`** — pull per-post metrics: impressions, likes, comments, reposts, saves, link clicks, profile visits 3. **`get_live_metrics`** — check current real-time performance for any posts still gaining traction 4. **`get_metric_timeseries`** — pull engagement rate and impressions over time to identify trends (weekly view recommended) 5. **`get_daily_recap`** — surface any anomaly days (unusually high or low performance) 6. **`get_consistency`** — check posting frequency and whether consistency correlates with performance shifts
Collect all data before beginning analysis. Do not present raw numbers to the user — interpret them.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their data. Use this prompt:
> "To analyze your performance, I need your post metrics. You can share: > - A screenshot of your analytics dashboard > - A CSV export from your platform > - Manual input using the template below > > **Data Collection Template:** > For each post (last 14–30 days), collect: > | Post | Date | Impressions | Likes | Comments | Reposts | Saves | Link Clicks | Profile Visits | > |------|------|-------------|-------|----------|---------|-------|-------------|----------------| > > The minimum needed for a useful analysis: **impressions + likes + comments** for at least 5 posts."
Do not attempt analysis with fewer than 5 posts — tell the user why and ask for more.
---
Metrics Framework
Organize all metrics into three categories before analyzing:
Reach
- **Impressions** — total times the post appeared in feeds (includes repeats)
- **Reach** — unique accounts who saw the post
- **Profile visits from post** — how many viewers clicked through to learn more
Engagement
- **Likes** — passive positive signal
- **Comments** — active engagement; higher weight than likes
- **Reposts / shares** — distribution signal; the most valuable organic action
- **Saves** — intent to return; strong indicator of lasting value
- **Engagement rate** — calculate as: `(likes + comments + reposts + saves) / impressions × 100`
Conversion
- **Link clicks** — traffic signal; only relevant when a link is present
- **DMs from post** — often untracked but worth asking the user about
- **Follows from post** — net new audience directly attributable to the content
**Important:** Always compare engagement rate, not raw engagement numbers. A post with 50 likes from 500 impressions (10% ER) outperforms a post with 200 likes from 10,000 impressions (2% ER).
---
Analysis Outputs
Produce all four outputs below. Do not skip any section.
1. Top Performers
Identify the **top 3–5 posts by engagement rate**. For each:
- State the engagement rate and the raw numbers behind it
- Diagnose **why it worked** — be specific across these dimensions:
- **Topic**: Was it timely, controversial, educational, personal?
- **Format**: Thread, single post, list, story, data-driven?
- **Hook**: What did the first line do? Which hook pattern?
- **Timing**: Day of week, time of day — any pattern?
- **Call to action**: Did it invite a specific response?
Do not just say "this performed well." Say: "This post's engagement rate of 8.4% was 3x your average. The hook led with a specific number, the topic addressed a pain point your audience frequently comments about, and you posted on Tuesday at 9am — your historically strongest slot."
**Example top performer diagnosis:**
Post: "7 writing habits that doubled my output" (March 12, 9:14 AM)
ER: 8.4% (vs. 2.8% baseline) — 3x your average
Impressions: 4,200 | Likes: 189 | Comments: 47 | Reposts: 31 | Saves: 86
Why it worked:
- Hook: List preview pattern ("7 habits...") — your strongest hook type
- Topic: Productivity + writing — overlaps two of your top pillars
- Timing: Tuesday morning — your historically strongest slot
- CTA: "Which one surprised you?" — drove 47 comments2. Bottom Performers
Identify the **bottom 3–5 posts by engagement rate**. For each:
- State the engagement rate
- Diagnose **what went wrong** —
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

