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-analyzerskilz install alirezarezvani/claude-skills/social-media-analyzer --agent opencodeskilz install alirezarezvani/claude-skills/social-media-analyzer --agent codexskilz install alirezarezvani/claude-skills/social-media-analyzer --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
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-skillscp -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 SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- 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
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
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.