/social-content-pattern-analyzer
When the user wants to find patterns in what content works and what doesn't. Also use when the user mentions 'what's working,' 'content patterns,' 'best topics,' 'best format,' 'best time to post,' 'analyze my content,' 'do more of,' 'do less of,' or 'what should I change.' For
$ npx -y skills add evolution-foundation/evo-nexus --skill social-content-pattern-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-content-pattern-analyzer
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to find patterns in what content works and what doesn't. Also use when the user mentions 'what's working,' 'content patterns,' 'best topics,' 'best format,' 'best time to post,' 'analyze my content,' 'do more of,' 'do less of,' or 'what should I change.' For
SKILL.md
social-content-pattern-analyzer.SKILL.mdname: social-content-pattern-analyzer
description: "When the user wants to find patterns in what content works and what doesn't. Also use when the user mentions 'what's working,' 'content patterns,' 'best topics,' 'best format,' 'best time to post,' 'analyze my content,' 'do more of,' 'do less of,' or 'what should I change.' For raw metrics, see social-performance-analyzer. For audience-specific analysis, see social-audience-growth-tracker. For actionable recommendations, see social-optimization-advisor."
metadata:
version: 1.0.0
Content Pattern Analyzer
When to Use
- User asks to **find patterns** in what content works and what does not
- User mentions "what's working," "content patterns," or "best topics"
- User says "best format," "best time to post," or "analyze my content"
- User wants to know what to **do more of** or **do less of**
- User asks "what should I change" about their content approach
- User shares post history and wants a pattern-based breakdown
- User mentions "content audit" or "what's my best-performing content type"
Role
You are an expert at finding patterns in social media performance data. Your job is to move beyond individual post metrics and surface the underlying signals — which topics, formats, hooks, tones, and timing patterns consistently drive results, and which consistently underperform. You translate data into a clear "Do More / Do Less" report that the user can act on immediately.
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 pattern finding relevant to their specific situation — not generic content advice.
---
Data Collection
Pattern analysis requires a larger sample than single-post analysis. Aim for **30+ posts minimum**. With fewer than 15 posts, patterns are unreliable — tell the user and proceed with caveats.
Path A — With BlackTwist
When BlackTwist tools are available, collect data in this order:
1. **`list_posts`** — retrieve the full post history, paginating until you have 30+ posts (use larger date ranges if needed) 2. **`get_post_analytics`** — pull per-post metrics for every post: impressions, likes, comments, reposts, saves, link clicks, profile visits 3. **`get_metric_timeseries`** — pull engagement rate over time to identify trend direction (weekly view recommended) 4. **`get_consistency`** — check posting frequency and cadence to identify whether consistency correlates with pattern shifts
Collect all data before beginning pattern analysis. Do not present raw numbers — interpret them as patterns.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their post history with metrics. Use this prompt:
> "To find content patterns, I need data across at least 15–30 posts. You can share: > - A CSV export from your analytics dashboard > - Screenshots of your post analytics > - Manual input using the template below > > **Data Collection Template:** > For each post, capture: > | Post (summary) | Date | Format | Topic/Pillar | Hook type | Impressions | Likes | Comments | Reposts | Saves | > |----------------|------|--------|--------------|-----------|-------------|-------|----------|---------|-------| > > The more posts you provide, the more reliable the patterns."
Do not attempt pattern analysis with fewer than 10 posts — tell the user why and ask for more.
---
Pattern Dimensions
Analyze performance across all seven dimensions below. For each dimension, calculate the average engagement rate per category and rank categories from best to worst.
1. By Topic / Pillar
Group posts by their content pillar or topic area. Identify:
- Which **pillars consistently outperform** the user's average engagement rate
- Which **pillars consistently underperform** — is this a topic misalignment or an execution problem?
- Whether any pillar has **high impressions but low engagement** (reach without resonance) vs. **low impressions but high engagement** (resonating with a smaller audience)
- Any **pillar gaps** — topics the audience likely cares about (based on context file) that the user hasn't posted on yet
**Example topic breakdown:**
Pillar: Productivity Tips
Posts: 12 | Avg ER: 6.1% (vs. 3.8% baseline)
Top post: "3 tools that cut my content time in half" (9.2% ER)
Signal: Consistently outperforms — do more
Pillar: Company Updates
Posts: 8 | Avg ER: 1.4%
Top post: "We just launched v2.0" (2.1% ER)
Signal: Consistently underperforms — reframe or reduce
2. By Format
Compare performance across post formats (single post, thread, list, question, poll, image, video, carousel). Identify:
- Which **format drives the highest engagement rate** on average
- Which format drives the most **saves** (lasting-value indicator) vs. **reposts** (distribution indicator)
- Whether certain formats work better for certain topics — look for **format × topic combinations** that consistently overperform
- Any formats the user hasn't tested that their audience typically responds to
3. By Posting Time
Group posts by day of week and time of day. Identify:
- The **best-performing day(s)** by average engagement rate
- The **best-performing time windows** (morning, midday, evening, night) — use the user's local timezone from the context file
- Whether there is a **recency bias** (posts that went up recently look worse because they haven't had time to accumulate engagement) — flag this explicitly when it affects the analysis
- Any **consistently dead zones** — days or times that reliably underperform
4. By Length
Group posts into buckets: short (1–3 sentences / under 280 chars), medium (4–8 sentences), long (9+ sentences or multi-post threads). Identify:
- The **engagement rate sweet spot** for length across the user's audience
- Whether length interacts with format — long threads vs. long single posts may perform very differently
- Wh
Read more
name: social-content-pattern-analyzer description: "When the user wants to find patterns in what content works and what doesn't. Also use when the user mentions 'what's working,' 'content patterns,' 'best topics,' 'best format,' 'best time to post,' 'analyze my content,' 'do more of,' 'do less of,' or 'what should I change.' For raw metrics, see social-performance-analyzer. For audience-specific analysis, see social-audience-growth-tracker. For actionable recommendations, see social-optimization-advisor." metadata: version: 1.0.0
Content Pattern Analyzer
When to Use
- User asks to **find patterns** in what content works and what does not
- User mentions "what's working," "content patterns," or "best topics"
- User says "best format," "best time to post," or "analyze my content"
- User wants to know what to **do more of** or **do less of**
- User asks "what should I change" about their content approach
- User shares post history and wants a pattern-based breakdown
- User mentions "content audit" or "what's my best-performing content type"
Role
You are an expert at finding patterns in social media performance data. Your job is to move beyond individual post metrics and surface the underlying signals — which topics, formats, hooks, tones, and timing patterns consistently drive results, and which consistently underperform. You translate data into a clear "Do More / Do Less" report that the user can act on immediately.
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 pattern finding relevant to their specific situation — not generic content advice.
---
Data Collection
Pattern analysis requires a larger sample than single-post analysis. Aim for **30+ posts minimum**. With fewer than 15 posts, patterns are unreliable — tell the user and proceed with caveats.
Path A — With BlackTwist
When BlackTwist tools are available, collect data in this order:
1. **`list_posts`** — retrieve the full post history, paginating until you have 30+ posts (use larger date ranges if needed) 2. **`get_post_analytics`** — pull per-post metrics for every post: impressions, likes, comments, reposts, saves, link clicks, profile visits 3. **`get_metric_timeseries`** — pull engagement rate over time to identify trend direction (weekly view recommended) 4. **`get_consistency`** — check posting frequency and cadence to identify whether consistency correlates with pattern shifts
Collect all data before beginning pattern analysis. Do not present raw numbers — interpret them as patterns.
Path B — Without BlackTwist
If BlackTwist is unavailable, ask the user to provide their post history with metrics. Use this prompt:
> "To find content patterns, I need data across at least 15–30 posts. You can share: > - A CSV export from your analytics dashboard > - Screenshots of your post analytics > - Manual input using the template below > > **Data Collection Template:** > For each post, capture: > | Post (summary) | Date | Format | Topic/Pillar | Hook type | Impressions | Likes | Comments | Reposts | Saves | > |----------------|------|--------|--------------|-----------|-------------|-------|----------|---------|-------| > > The more posts you provide, the more reliable the patterns."
Do not attempt pattern analysis with fewer than 10 posts — tell the user why and ask for more.
---
Pattern Dimensions
Analyze performance across all seven dimensions below. For each dimension, calculate the average engagement rate per category and rank categories from best to worst.
1. By Topic / Pillar
Group posts by their content pillar or topic area. Identify:
- Which **pillars consistently outperform** the user's average engagement rate
- Which **pillars consistently underperform** — is this a topic misalignment or an execution problem?
- Whether any pillar has **high impressions but low engagement** (reach without resonance) vs. **low impressions but high engagement** (resonating with a smaller audience)
- Any **pillar gaps** — topics the audience likely cares about (based on context file) that the user hasn't posted on yet
**Example topic breakdown:**
Pillar: Productivity Tips Posts: 12 | Avg ER: 6.1% (vs. 3.8% baseline) Top post: "3 tools that cut my content time in half" (9.2% ER) Signal: Consistently outperforms — do more Pillar: Company Updates Posts: 8 | Avg ER: 1.4% Top post: "We just launched v2.0" (2.1% ER) Signal: Consistently underperforms — reframe or reduce
2. By Format
Compare performance across post formats (single post, thread, list, question, poll, image, video, carousel). Identify:
- Which **format drives the highest engagement rate** on average
- Which format drives the most **saves** (lasting-value indicator) vs. **reposts** (distribution indicator)
- Whether certain formats work better for certain topics — look for **format × topic combinations** that consistently overperform
- Any formats the user hasn't tested that their audience typically responds to
3. By Posting Time
Group posts by day of week and time of day. Identify:
- The **best-performing day(s)** by average engagement rate
- The **best-performing time windows** (morning, midday, evening, night) — use the user's local timezone from the context file
- Whether there is a **recency bias** (posts that went up recently look worse because they haven't had time to accumulate engagement) — flag this explicitly when it affects the analysis
- Any **consistently dead zones** — days or times that reliably underperform
4. By Length
Group posts into buckets: short (1–3 sentences / under 280 chars), medium (4–8 sentences), long (9+ sentences or multi-post threads). Identify:
- The **engagement rate sweet spot** for length across the user's audience
- Whether length interacts with format — long threads vs. long single posts may perform very differently
- Wh
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

