social-media-analyzer

579 stars 112 forks
0
D

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

CommandsAgentsMarketplace
#claude-ai#claudecode-subagents#claude-ai-skills#ROI#media campaign#claude-skills#Campaign Analyzer#performance

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-skills/social-media-analyzer
skilz install alirezarezvani/claude-skills/social-media-analyzer --agent opencode
skilz install alirezarezvani/claude-skills/social-media-analyzer --agent codex
skilz install alirezarezvani/claude-skills/social-media-analyzer --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

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-skills
2. Copy the agent skill directory:
cp -r claude-skills/marketing-skill/social-media-analyzer ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Repository
claude-skills
Stars
579
Forks
112
Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

D
Score: 62/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
18/30
Ease of Use
14/25
Writing Style
5/10
Utility
13/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing trigger terms in description
  • Token-inefficient structure

Recommendations

  • Focus on improving Ease Of Use (currently 14/25)
  • Focus on improving Writing Style (currently 5/10)
  • Address 3 high-severity issues first

Graded: 2026-01-24

Developer Feedback

Found your social-media-analyzer skill while reviewing some recent submissions, and I'm curious about the design choice to separate parsing from analysis—that's usually where folks either go too minimal or over-engineer. The 62/100 puts it in that interesting territory where the core idea is solid but there's a clear gap between concept and execution.

Links:

TL;DR

You're at 62/100, solidly in D territory. Based on Anthropic's best practices for skill architecture. Strongest area is Spec Compliance (11/15)—your frontmatter is clean and properly structured. Weakest is Writing Style (5/10) and Progressive Disclosure Architecture (18/30)—the skill reads more like marketing copy than actionable instructions, and there's a lot of token-inefficient fluff that should be trimmed or moved to supporting files.

What's Working Well

  • Solid frontmatter structure - Your YAML is valid and includes all required fields, which puts you ahead on the spec compliance front
  • Real supporting files - Having calculate_metrics.py, analyze_performance.py, and reference files shows you thought about modularity
  • Specific problem domain - Social media analytics is concrete enough that the skill has real utility potential

The Big One: Missing Trigger Phrases

Here's what's costing you the most points: your description doesn't include trigger phrases. Claude won't know when to use this skill because you haven't told it.

Current description:

Analyzes social media campaign performance across platforms with engagement metrics, ROI calculations...

It needs to be:

Performs social media analysis and campaign performance tracking. Use when asked to 'analyze social media', '...

AI-Detected Topics

Extracted using NLP analysis

claude-ai claudecode-subagents claude-ai-skills ROI media campaign claude-skills Campaign Analyzer performance claude-code engagement

Report Security Issue

Found a security vulnerability in this agent skill?