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 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.
/social-content-pattern-analyzerContext 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
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
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.
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.
---
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.
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.
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.
---
Analyze performance across all seven dimensions below. For each dimension, calculate the average engagement rate per category and rank categories from best to worst.
Group posts by their content pillar or topic area. Identify:
**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
Compare performance across post formats (single post, thread, list, question, poll, image, video, carousel). Identify:
Group posts by day of week and time of day. Identify:
Group posts into buckets: short (1–3 sentences / under 280 chars), medium (4–8 sentences), long (9+ sentences or multi-post threads). Identify:
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,…