content-creator
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy.
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/content-creator skilz install alirezarezvani/claude-skills/content-creator --agent opencode skilz install alirezarezvani/claude-skills/content-creator --agent codex skilz install alirezarezvani/claude-skills/content-creator --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/content-creator ~/.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
B
Score: 84/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Files over 100 lines lack table of contents for navigation
- Performance Metrics and Integration Points sections add token cost without actionable guidance
- Uses 'you' and second-person constructions instead of imperative/infinitive forms
Recommendations
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/23/2026
Developer Feedback
I was curious how you'd handle the balance between flexibility and guardrails in content generation—looks like the PDA structure really prioritizes making it accessible for different use cases, which pushes you to an 84.
Links:
The TL;DR
You're at 84/100, solid B territory. This is based on Anthropic's Claude Skills best practices. Your strongest area is Spec Compliance (14/15)—the metadata and YAML structure are clean. Where you're losing points: Progressive Disclosure Architecture (24/30) and Writing Style (8/10). The skill does the job, but it's carrying some extra weight that could be trimmed.
What's Working Well
- Reference architecture is legit. You've got the layering right—SKILL.md with 3 reference files plus 2 Python scripts. Everything's exactly one level deep, which is the sweet spot for navigation.
- Trigger terms are chef's kiss. "blog posts", "SEO", "brand voice", "social media"—these are specific enough that the skill activates for real content marketing problems, not generic AI tasks.
- Validation loops are baked in. The
brand_voice_analyzer.pyandseo_optimizer.pyscripts give developers concrete feedback on whether their output actually works. That's not fluff. - Framework templates hit hard. Your content frameworks and brand guidelines references provide real structure—developers aren't just getting advice, they're getting scaffolding.
The Big One: Missing Navigation in Long Files
Your reference files are 300+ lines (social_media_optimization.md hits 318, content_frameworks.md hits 535), and there's no table of contents. Same thing in SKILL.md at 249 lines. When someone's reading through 500 lines trying to find the section they need, they're burning tokens on scrolling instead of working.
Fix it: Add a TOC after the frontmatter in SKILL.md and after the title in each reference file. Five minutes of work, +2 points easily.
## Table of Contents
- [Quick Start](#quick-start)
- [Content Frameworks](#content-frameworks)
- [Brand Voice Analysis](#brand-voice-analysis)
Other Things Worth Fixing
Performance Metrics section is overhead. SKILL.md:200-233 lists 23 KPIs—useful info, but it bloats the main file. Move this to a
references/analytics_guide.mdor condense to 3-5 critical metrics with a reference link. That's +3 points for token efficiency.Voice consistency—drop the second-person. You've got "When creating content for a new brand or client:" and "How You Can Achieve Similar Results" in there. Stays cleaner in imperative: "Identify primary platforms based on audience." Small fix, +1 point.
Show, don't tell with examples. You've got templates, but no before/after samples showing the analyzers actually working. Add an
examples/directory withsample-input.mdandsample-output.mdshowing real transformations. +1 point and makes the skill way more trustworthy.Consolidate script docs. You're explaining the same scripts twice—once in workflows, once in the Key Scripts section. Pick one place and keep it detailed. Minor, but +1 point for clarity.
Quick Wins
- Add TOC to files over 100 lines — simplest high-impact fix
- Move Performance Metrics to separate reference — reclaims token space
- Fix voice to pure imperative — 3-4 quick edits
- Add examples directory with sample transformations — builds credibility
- Consolidate script documentation — reduce redundancy
You're close to 90. These fixes are all straightforward structural stuff, not rethinking the skill itself.
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?