Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
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)