social-media-analyzer
Analyzes social media campaign performance across platforms with engagement metrics, ROI calculations, and audience insights for data-driven marketing decisions
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 agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/marketing-skill/social-media-analyzer ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
D
Score: 62/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- Description lacks specific trigger terms that would help Claude recognize when to use this skill
- SKILL.md contains verbose sections that consume tokens without guiding Claude's execution
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: 1/23/2026
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', 'calculate engagement rate', 'measure ROI', 'compare platform performance', 'track campaign metrics', or 'benchmark social media'.
This one change alone should net you +2 points and make Claude actually recognize when to invoke your skill. Right now it's invisible.
Other Things Worth Fixing
Trim the token bloat - Your Capabilities, Best Practices, and Limitations sections are verbose and belong in HOW_TO_USE.md, not SKILL.md. SKILL.md should be a execution guide, not a feature brochure. Moving this stuff could save ~40 tokens and bump PDA by +4 points.
Add numbered workflow steps - Instead of three example queries, give Claude a clear process: (1) Validate input completeness, (2) Run metric calculations, (3) Run performance analysis, (4) Generate insights report, (5) Verify against benchmarks. This gives +3 points on Ease of Use.
Add validation checks - Your skill is missing data quality safeguards. Add a section like: "Before analysis: check that reach > 0 (avoid division errors), date ranges are valid, all required metrics present. After analysis: verify engagement < 100%, ROI matches ad spend." This adds real utility and +2 points.
Reference your example files - You have
sample_input.jsonandexpected_output.jsonsitting unused. Add an Examples section that actually points to them. Makes it discoverable and adds +2 points.
Quick Wins
- Add trigger phrases to description (+2 points)
- Move verbose sections to supporting files (+4 points)
- Add numbered workflow steps (+3 points)
- Include validation and verification steps (+2 points)
- Reference example files with actual output (+2 points)
That's +13 points with straightforward structural fixes—gets you from 62 to 75 without changing the core idea.
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
Report Security Issue
Found a security vulnerability in this agent skill?