Files
claude-skills-reference/docs/agents/cs-content-creator.md
Reza Rezvani 2f57ef8948 feat(agenthub): add AgentHub plugin with cross-domain examples, SEO optimization, and docs site fixes
- AgentHub: 13 files updated with non-engineering examples (content drafts,
  research, strategy) — engineering stays primary, cross-domain secondary
- AgentHub: 7 slash commands, 5 Python scripts, 3 references, 1 agent,
  dry_run.py validation (57 checks)
- Marketplace: agenthub entry added with cross-domain keywords, engineering
  POWERFUL updated (25→30), product (12→13), counts synced across all configs
- SEO: generate-docs.py now produces keyword-rich <title> tags and meta
  descriptions using SKILL.md frontmatter — "Claude Code Skills" in site_name
  propagates to all 276 HTML pages
- SEO: per-domain title suffixes (Agent Skill for Codex & OpenClaw, etc.),
  slug-as-title cleanup, domain label stripping from titles
- Broken links: 141→0 warnings — new rewrite_skill_internal_links() converts
  references/, scripts/, assets/ links to GitHub source URLs; skills/index.md
  phantom slugs fixed (6 marketing, 7 RA/QM)
- Counts synced: 204 skills, 266 tools, 382 refs, 16 agents, 17 commands,
  21 plugins — consistent across CLAUDE.md, README.md, docs/index.md,
  marketplace.json, getting-started.md, mkdocs.yml
- Platform sync: Codex 163 skills, Gemini 246 items, OpenClaw compatible

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 12:10:46 +01:00

12 KiB

title, description
title description
Content Creator Agent — AI Coding Agent & Codex Skill AI-powered content creation specialist for brand voice consistency, SEO optimization, and multi-platform content strategy. Agent-native orchestrator for Claude Code, Codex, Gemini CLI.

Content Creator Agent

:material-robot: Agent :material-bullhorn-outline: Marketing :material-github: Source

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: 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: 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: 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: 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

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
    cat ../../marketing-skill/content-creator/references/brand_guidelines.md
    
  3. Review Content Frameworks - Select appropriate blog post template (how-to, listicle, case study)
    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:

# 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
    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
    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
    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
    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:

# 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
    cat ../../marketing-skill/content-creator/references/content_frameworks.md
    
  2. Copy Content Calendar - Use template for campaign planning
    cp ../../marketing-skill/content-creator/assets/content_calendar_template.md campaign-calendar.md
    
  3. Define Brand Voice Target - Reference brand guidelines for campaign tone
    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
    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

#!/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

# 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

# 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
  • cs-demand-gen-specialist - Demand generation and acquisition campaigns
  • cs-product-marketing - Product positioning and messaging (planned)
  • cs-social-media-manager - Social media management and scheduling (planned)

References


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