Agent skill · Content & Marketing

content-creator

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill content-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/content-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Creator Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks. ## When to Use Use this skill when writing blog posts, creating social media content, establishing brand voice, optimizing content for SEO, or planning content calendars. ## Keywords content creation, blog posts, SEO, brand voice, social media, content calendar, marketing content, content strategy, content marketing, brand consistency, content optimization, social media marketing, content planning, blog writing, content frameworks, brand guidelines, social media strategy ## Quick Start ### For Brand Voice Development 1. Run `scripts/brand_voice_analyzer.py` on existing content to establish baseline 2. Review `references/brand_guidelines.md` to select voice attributes 3. Apply chosen voice consistently across all content ### For Blog Content Creation 1. Choose template from `references/content_frameworks.md` 2. Research keywords for topic 3. Write content following template structure 4. Run `scripts/seo_optimizer.py [file] [primary-keyword]` to optimize 5. Apply recommendations before publishing ### For Social Media Content 1. Review platform best practices in `refe

What's inside
Steps it walks through
  1. When to Use
  2. Keywords
  3. Quick Start
  4. For Brand Voice Development
  5. For Blog Content Creation
  6. For Social Media Content
  7. Core Workflows
  8. Establishing Brand Voice (First Time Setup)
  9. Creating SEO-Optimized Blog Posts
  10. Social Media Content Creation
  11. Content Calendar Planning
  12. Key Scripts
  13. brandvoiceanalyzer.py
  14. seooptimizer.py
Ships with 6 files
  • assets/content_calendar_template.md
  • references/brand_guidelines.md
  • references/content_frameworks.md
  • references/social_media_optimization.md
  • scripts/brand_voice_analyzer.py
  • scripts/seo_optimizer.py
Commands it runs
python scripts/brand_voice_analyzer.py existing_content.txt
python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
Analyze brand voice
python scripts/brand_voice_analyzer.py content.txt
Optimize for SEO
python scripts/seo_optimizer.py article.md "main keyword"
Check content against brand guidelines
grep -f references/brand_guidelines.md content.txt
Create monthly calendar
cp assets/content_calendar_template.md this_month_calendar.md
More from agentic-awesome-skills
All skills →
About this skill
What does the content-creator skill do?

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill content-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going