Skillzwave Logo
Skillzwave

social-media-analyzer

0.0
C

Analyzes social media campaign performance across platforms with engagement metrics, ROI calculations, and audience insights for data-driven marketing decisions

Commands Agents
#media campaign#campaign#claude-skills-creator#social media#ai-agents#claude-code#claude-ai#ROI calculations
Also in: video

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-code-skill-factory/social-media-analyzer
skilz install alirezarezvani/claude-code-skill-factory/social-media-analyzer --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/social-media-analyzer --agent codex
skilz install alirezarezvani/claude-code-skill-factory/social-media-analyzer --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/social-media-analyzer ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

observability

by DNYoussef

Observability specialists hub for monitoring, logging, tracing, and alerting. Routes to specialists for metrics collection, log aggregation, distribut...

56
F
TECHmonitoring
Marketplace

grafana-dashboards

by wshobson

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards...

54
TECHmonitoring
Marketplace

kpi-dashboard-design

by wshobson

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business da...

54
TECHmonitoring
Marketplace
+data analysis

prometheus-configuration

by wshobson

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics colle...

54
TECHmonitoring
Marketplace

Agentic Skill Details

Type
Technical
Meta-Domain
media
Primary Domain
monitoring
Market Score
0.0

Agent Skill Grade

C
Score: 71/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
19/30
Ease of Use
17/25
Writing Style
7/10
Utility
16/20
Modifiers: +1

Areas to Improve

  • No trigger phrases
  • SKILL.md doesn't reference supporting files (HOW_TO_USE.md, scripts, sample files) that exist in the skill package
  • Description and 'How to Use' section lack explicit trigger patterns like 'Use when asked to: analyze campaign, calculate engagement rate, measure ROI'

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 1/24/2026

Developer Feedback

I've been looking at how you structured the social media data extraction—the tokenization approach is clever, but I'm curious whether you considered the trade-offs between flexibility and performance when handling rate-limited APIs.

Links:

The TL;DR

You're at 71/100, solidly in C territory. This is based on Anthropic's best practices for agentic skills. Your Utility pillar is strong (16/20)—the ROI calculations and multi-platform support actually solve real problems. But Progressive Disclosure Architecture (19/30) and Ease of Use (17/25) are dragging you down. The good news? These are fixable with some structural changes.

What's Working Well

  • Utility is legit (16/20) - You're addressing a real marketing need with concrete metrics (engagement rate, ROI, CTR). The scripts have actual calculation logic and benchmarks that add value.
  • Supporting files exist - You've got HOW_TO_USE.md, sample_input.json, and actual Python scripts. That's more than most skills have.
  • Navigation is clean - SKILL.md has clear section headers and logical flow. No confusing structure here.
  • Validation thinking - Your scripts include safeguards like safe_divide for zero-division errors. That's defensive coding done right.

The Big One: Missing Reference Architecture

Here's what's holding back your PDA score: SKILL.md doesn't reference the supporting files that exist in your skill package. Users reading SKILL.md have no idea that HOW_TO_USE.md, sample_input.json, and the scripts are available. They discover them by accident, if at all.

Why it matters: Progressive Disclosure means guiding users from overview → details → implementation. Right now you're dumping everything in one place.

Concrete fix: Add a references section to SKILL.md that links everything together:

## References

- **[How to Use](./HOW_TO_USE.md)** - Step-by-step examples
- **[calculate_metrics.py](./calculate_metrics.py)** - Core calculation engine
- **[analyze_performance.py](./analyze_performance.py)** - Performance analysis
- **[sample_input.json](./sample_input.json)** - Expected input format
- **[expected_output.json](./expected_output.json)** - Output structure

This alone gets you +4 points toward that PDA pillar.

Other Things Worth Fixing

  1. Add trigger phrases to the description - Right now it's vague. Add: "Use when asked to 'analyze campaign', 'calculate engagement rate', 'measure ROI', or 'compare platform performance'." That's a +2 point swing and helps discoverability.

  2. Document a workflow, not just examples - Your "How to Use" section shows phrases like "Analyze this Facebook campaign data" but no numbered steps. Add a 4-5 step workflow (Prepare data → Invoke → Review metrics → Apply recommendations → Track changes). This fixes your Ease of Use scoring.

  3. Trim the marketing language - Phrases like "comprehensive analysis," "actionable insights," and "data-driven marketing decisions" sound like sales copy. Keep it instructional: "Calculates engagement metrics and ROI across platforms" is cleaner.

  4. Terminology consistency - You mix "engagement rate" vs "engagement metrics," "ROI analysis" vs "ROI calculations." Pick one per concept and stick with it.

Quick Wins

  • Add reference links to supporting files (+4 points)
  • Include explicit trigger phrases (+2 points)
  • Document workflow steps (+2 points)
  • Remove marketing language, tighten writing (+1-2 points)

These changes could push you toward 80+ without major refactoring. The foundation is solid—it's just about connecting the dots and clarifying how users actually invoke this thing.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

AI-Detected Topics

Extracted using NLP analysis

media campaign campaign claude-skills-creator social media ai-agents claude-code claude-ai ROI calculations Analyzes social engagement audience insights claude-skills ai-tools Campaign Analyzer performance ROI

Report Security Issue

Found a security vulnerability in this agent skill?