Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
name: cs-content-creator
description: AI-powered content creation specialist for brand voice consistency, SEO optimization, and multi-platform content strategy
skills: marketing-skill/content-creator
domain: marketing
model: sonnet
tools: [Read, Write, Bash, Grep, Glob]
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.
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
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=$1echo"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 contentcat ../../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 templatecp ../../marketing-skill/content-creator/assets/content_calendar_template.md campaign-calendar.md
# Review analytics guide for performance trackingcat ../../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)