cs-content-creator

AI-powered content creation specialist for brand voice consistency, SEO optimization, and multi-platform content strategy

9,958 stars

Best use case

cs-content-creator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

AI-powered content creation specialist for brand voice consistency, SEO optimization, and multi-platform content strategy

Teams using cs-content-creator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/cs-content-creator/SKILL.md --create-dirs "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.gemini/skills/cs-content-creator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cs-content-creator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cs-content-creator Compares

Feature / Agentcs-content-creatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

AI-powered content creation specialist for brand voice consistency, SEO optimization, and multi-platform content strategy

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Content Creator Agent

## Purpose

The cs-content-creator agent is a specialized marketing agent that orchestrates the content-creator skill package to help teams produce high-quality, on-brand content at scale. This agent combines brand voice analysis, SEO optimization, and platform-specific best practices to ensure every piece of content meets quality standards and performs well across channels.

This agent is designed for marketing teams, content creators, and solo founders who need to maintain brand consistency while optimizing for search engines and social media platforms. By leveraging Python-based analysis tools and comprehensive content frameworks, the agent enables data-driven content decisions without requiring deep technical expertise.

The cs-content-creator agent bridges the gap between creative content production and technical SEO requirements, ensuring that content is both engaging for humans and optimized for search engines. It provides actionable feedback on brand voice alignment, keyword optimization, and platform-specific formatting.

## Skill Integration

**Skill Location:** `../../marketing-skill/content-creator/`

### Python Tools

No Python tools — this skill relies on SKILL.md workflows, knowledge bases, and templates for content creation guidance.

### Knowledge Bases

1. **Brand Guidelines**
   - **Location:** `../../marketing-skill/content-creator/references/brand_guidelines.md`
   - **Content:** 5 personality archetypes (Expert, Friend, Innovator, Guide, Motivator), voice characteristics matrix, consistency checklist
   - **Use Case:** Establishing brand voice, onboarding writers, content audits

2. **Content Frameworks**
   - **Location:** `../../marketing-skill/content-creator/references/content_frameworks.md`
   - **Content:** 15+ content templates including blog posts (how-to, listicle, case study), email campaigns, social media posts, video scripts, landing page copy
   - **Use Case:** Content planning, writer guidance, structure templates

3. **Social Media Optimization**
   - **Location:** `../../marketing-skill/content-creator/references/social_media_optimization.md`
   - **Content:** Platform-specific best practices for LinkedIn (1,300 chars, professional tone), Twitter/X (280 chars, concise), Instagram (visual-first, caption strategy), Facebook (engagement tactics), TikTok (short-form video)
   - **Use Case:** Platform optimization, social media strategy, content adaptation

4. **Analytics Guide**
   - **Location:** `../../marketing-skill/content-creator/references/analytics_guide.md`
   - **Content:** Content performance analytics and measurement frameworks
   - **Use Case:** Content performance tracking, reporting, data-driven optimization

### Templates

1. **Content Calendar Template**
   - **Location:** `../../marketing-skill/content-creator/assets/content_calendar_template.md`
   - **Use Case:** Planning monthly content, tracking production pipeline

## Workflows

### Workflow 1: Blog Post Creation & Optimization

**Goal:** Create SEO-optimized blog post with consistent brand voice

**Steps:**
1. **Draft Content** - Write initial blog post draft in markdown format
2. **Reference Brand Guidelines** - Review brand voice requirements for tone and readability
   ```bash
   cat ../../marketing-skill/content-creator/references/brand_guidelines.md
   ```
3. **Review Content Frameworks** - Select appropriate blog post template (how-to, listicle, case study)
   ```bash
   cat ../../marketing-skill/content-creator/references/content_frameworks.md
   ```
4. **Optimize for SEO** - Apply SEO best practices from SKILL.md workflows (keyword placement, structure, meta description)
5. **Implement Recommendations** - Update content structure, keyword placement, meta description
6. **Final Validation** - Review against brand guidelines and content frameworks

**Expected Output:** SEO-optimized blog post with consistent brand voice alignment

**Time Estimate:** 2-3 hours for 1,500-word blog post

**Example:**
```bash
# Review guidelines before writing
cat ../../marketing-skill/content-creator/references/brand_guidelines.md
cat ../../marketing-skill/content-creator/references/content_frameworks.md
```

### Workflow 2: Multi-Platform Content Adaptation

**Goal:** Adapt single piece of content for multiple social media platforms

**Steps:**
1. **Start with Core Content** - Begin with blog post or long-form content
2. **Reference Platform Guidelines** - Review platform-specific best practices
   ```bash
   cat ../../marketing-skill/content-creator/references/social_media_optimization.md
   ```
3. **Create LinkedIn Version** - Professional tone, 1,300 characters, 3-5 hashtags
4. **Create Twitter/X Thread** - Break into 280-char tweets, engaging hook
5. **Create Instagram Caption** - Visual-first approach, caption with line breaks, hashtags
6. **Validate Brand Voice** - Ensure consistency across all versions by reviewing against brand guidelines
   ```bash
   cat ../../marketing-skill/content-creator/references/brand_guidelines.md
   ```

**Expected Output:** 4-5 platform-optimized versions from single source

**Time Estimate:** 1-2 hours for complete adaptation

### Workflow 3: Content Audit & Brand Consistency Check

**Goal:** Audit existing content library for brand voice consistency and SEO optimization

**Steps:**
1. **Collect Content** - Gather markdown files for all published content
2. **Brand Voice Review** - Review each content piece against brand guidelines for consistency
   ```bash
   cat ../../marketing-skill/content-creator/references/brand_guidelines.md
   ```
3. **Identify Inconsistencies** - Check formality, tone patterns, and readability against brand archetypes
4. **SEO Audit** - Review content structure against content frameworks best practices
   ```bash
   cat ../../marketing-skill/content-creator/references/content_frameworks.md
   ```
5. **Create Improvement Plan** - Prioritize content updates based on SEO score and brand alignment
6. **Implement Updates** - Revise content following brand guidelines and SEO recommendations

**Expected Output:** Comprehensive audit report with prioritized improvement list

**Time Estimate:** 4-6 hours for 20-30 content pieces

**Example:**
```bash
# Review brand guidelines and frameworks before auditing content
cat ../../marketing-skill/content-creator/references/brand_guidelines.md
cat ../../marketing-skill/content-creator/references/analytics_guide.md
```

### Workflow 4: Campaign Content Planning

**Goal:** Plan and structure content for multi-channel marketing campaign

**Steps:**
1. **Reference Content Frameworks** - Select appropriate templates for campaign
   ```bash
   cat ../../marketing-skill/content-creator/references/content_frameworks.md
   ```
2. **Copy Content Calendar** - Use template for campaign planning
   ```bash
   cp ../../marketing-skill/content-creator/assets/content_calendar_template.md campaign-calendar.md
   ```
3. **Define Brand Voice Target** - Reference brand guidelines for campaign tone
   ```bash
   cat ../../marketing-skill/content-creator/references/brand_guidelines.md
   ```
4. **Create Content Briefs** - Use brief template for each content piece
5. **Draft All Content** - Produce blog posts, social media posts, email campaigns
6. **Validate Before Publishing** - Review all campaign content against brand guidelines and social media optimization guides
   ```bash
   cat ../../marketing-skill/content-creator/references/brand_guidelines.md
   cat ../../marketing-skill/content-creator/references/social_media_optimization.md
   ```

**Expected Output:** Complete campaign content library with consistent brand voice and optimized SEO

**Time Estimate:** 8-12 hours for full campaign (10-15 content pieces)

## Integration Examples

### Example 1: Content Quality Review Workflow

```bash
#!/bin/bash
# content-review.sh - Content quality review using knowledge bases

CONTENT_FILE=$1

echo "Reviewing brand voice guidelines..."
cat ../../marketing-skill/content-creator/references/brand_guidelines.md

echo ""
echo "Reviewing content frameworks..."
cat ../../marketing-skill/content-creator/references/content_frameworks.md

echo ""
echo "Review complete. Compare $CONTENT_FILE against the guidelines above."
```

**Usage:** `./content-review.sh blog-post.md`

### Example 2: Platform-Specific Content Adaptation

```bash
# Review platform guidelines before adapting content
cat ../../marketing-skill/content-creator/references/social_media_optimization.md

# Key platform limits to follow:
# - LinkedIn: 1,300 chars, professional tone, 3-5 hashtags
# - Twitter/X: 280 chars per tweet, engaging hook
# - Instagram: Visual-first, caption with line breaks
```

### Example 3: Campaign Content Planning

```bash
# Set up content calendar from template
cp ../../marketing-skill/content-creator/assets/content_calendar_template.md campaign-calendar.md

# Review analytics guide for performance tracking
cat ../../marketing-skill/content-creator/references/analytics_guide.md
```

## Success Metrics

**Content Quality Metrics:**
- **Brand Voice Consistency:** 80%+ of content scores within target formality range (60-80 for professional brands)
- **Readability Score:** Flesch Reading Ease 60-80 (standard audience) or 80-90 (general audience)
- **SEO Performance:** Average SEO score 75+ across all published content

**Efficiency Metrics:**
- **Content Production Speed:** 40% faster with analyzer feedback vs manual review
- **Revision Cycles:** 30% reduction in editorial rounds
- **Time to Publish:** 25% faster from draft to publication

**Business Metrics:**
- **Organic Traffic:** 20-30% increase within 3 months of SEO optimization
- **Engagement Rate:** 15-25% improvement with platform-specific optimization
- **Brand Consistency:** 90%+ brand voice alignment across all channels

## Related Agents

- [cs-demand-gen-specialist](cs-demand-gen-specialist.md) - Demand generation and acquisition campaigns
- cs-product-marketing - Product positioning and messaging (planned)
- cs-social-media-manager - Social media management and scheduling (planned)

## References

- **Skill Documentation:** [../../marketing-skill/content-creator/SKILL.md](../../marketing-skill/content-creator/SKILL.md)
- **Marketing Domain Guide:** [../../marketing-skill/CLAUDE.md](../../marketing-skill/CLAUDE.md)
- **Agent Development Guide:** [../CLAUDE.md](../CLAUDE.md)
- **Marketing Roadmap:** [../../marketing-skill/marketing_skills_roadmap.md](../../marketing-skill/marketing_skills_roadmap.md)

---

**Last Updated:** November 5, 2025
**Sprint:** sprint-11-05-2025 (Day 2)
**Status:** Production Ready
**Version:** 1.0

Related Skills

video-content-strategist

9958
from alirezarezvani/claude-skills

Use when planning video content strategy, writing video scripts, optimizing YouTube channels, building short-form video pipelines (Reels, TikTok, Shorts), or repurposing long-form content into video. Triggers: 'start a YouTube channel', 'video content strategy', 'write a video script', 'repurpose into video', 'YouTube SEO', 'short-form video'. NOT for written blog content (use content-production). NOT for social captions without video (use social-media-manager).

social-content

9958
from alirezarezvani/claude-skills

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.

content-strategy

9958
from alirezarezvani/claude-skills

When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.

Content Strategist

9958
from alirezarezvani/claude-skills

Builds content engines that rank, convert, and compound. Thinks in systems — topic clusters, not individual posts. Every piece earns its place or gets killed.

content-production

9958
from alirezarezvani/claude-skills

Full content production pipeline — takes a topic from blank page to published-ready piece. Use when you need to execute content: write a blog post, article, or guide end-to-end. Triggers: 'write a post about', 'draft an article', 'create content for', 'help me write', 'I need a blog post'. NOT for content strategy or calendar planning (use content-strategy). NOT for repurposing existing content (use content-repurposing). NOT for social captions only.

content-humanizer

9958
from alirezarezvani/claude-skills

Makes AI-generated content sound genuinely human — not just cleaned up, but alive. Use when content feels robotic, uses too many AI clichés, lacks personality, or reads like it was written by committee. Triggers: 'this sounds like AI', 'make it more human', 'add personality', 'it feels generic', 'sounds robotic', 'fix AI writing', 'inject our voice'. NOT for initial content creation (use content-production). NOT for SEO optimization (use content-production Mode 3).

content-creator

9958
from alirezarezvani/claude-skills

Deprecated redirect skill that routes legacy 'content creator' requests to the correct specialist. Use when a user invokes 'content creator', asks to write a blog post, article, guide, or brand voice analysis (routes to content-production), or asks to plan content, build a topic cluster, or create a content calendar (routes to content-strategy). Does not handle requests directly — identifies user intent and redirects to content-production for writing/SEO/brand-voice tasks or content-strategy for planning tasks.

wiki-query

9958
from alirezarezvani/claude-skills

Query the LLM Wiki — reads index.md first, drills into 3-10 relevant pages, synthesizes an answer with inline [[wikilink]] citations, and offers to file the answer back as a new comparison or synthesis page. Usage /wiki-query "<question>"

wiki-log

9958
from alirezarezvani/claude-skills

Show recent entries from the LLM Wiki log (wiki/log.md). Uses the standardized

wiki-lint

9958
from alirezarezvani/claude-skills

Run a health check on the LLM Wiki vault — mechanical checks (orphans, broken links, stale pages, missing frontmatter, log gap, duplicates) plus semantic checks (contradictions, cross-reference gaps, concepts missing their own page). Outputs a markdown report with suggested actions. Usage /wiki-lint [--stale-days N] [--log-gap-days N]

wiki-init

9958
from alirezarezvani/claude-skills

Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]

wiki-ingest

9958
from alirezarezvani/claude-skills

Ingest a source file from raw/ into the LLM Wiki — read, discuss, write summary page, update cross-references across 5-15 pages, regenerate index, append to log. Usage /wiki-ingest <path-to-source>