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¶
- 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
-
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
-
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
-
Analytics Guide
- Location:
references/analytics_guide.md - Content: Content performance analytics and measurement frameworks
- Use Case: Content performance tracking, reporting, data-driven optimization
Templates¶
- Content Calendar Template
- Location:
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
3. Review Content Frameworks - Select appropriate blog post template (how-to, listicle, case study) 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 frameworksExpected 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
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 guidelinesExpected 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
3. Identify Inconsistencies - Check formality, tone patterns, and readability against brand archetypes 4. SEO Audit - Review content structure against content frameworks best practices 5. Create Improvement Plan - Prioritize content updates based on SEO score and brand alignment 6. Implement Updates - Revise content following brand guidelines and SEO recommendationsExpected 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
2. Copy Content Calendar - Use template for campaign planning 3. Define Brand Voice Target - Reference brand guidelines for campaign tone 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 guidescat ../../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
Related Agents¶
- 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¶
- Skill Documentation: ../../marketing-skill/content-creator/SKILL.md
- Marketing Domain Guide: ../../marketing-skill/CLAUDE.md
- Agent Development Guide: ../CLAUDE.md
- Marketing Roadmap: ../../marketing-skill/marketing_skills_roadmap.md
Last Updated: November 5, 2025 Sprint: sprint-11-05-2025 (Day 2) Status: Production Ready Version: 1.0