Content Creator
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.
$ npx promptcreek add content-creatorAuto-detects your installed agents and installs the skill to each one.
What This Skill Does
This skill has been split into content-production and content-strategy. It redirects users to the appropriate specialist skill based on their intent: content-production for writing tasks and content-strategy for planning tasks. This ensures users are routed to the most relevant tool for their specific needs.
When to Use
- User asks to write a blog post.
- User asks for a content calendar.
- User requests brand voice analysis.
- User needs SEO optimization.
- User asks 'content creator'
- User asks 'content plan'
Key Features
Installation
$ npx promptcreek add content-creatorAuto-detects your installed agents (Claude Code, Cursor, Codex, etc.) and installs the skill to each one.
View Full Skill Content
Content Creator → Redirected
> This skill has been split into two specialist skills. Use the one that matches your intent:
| You want to... | Use this instead |
|----------------|-----------------|
| Write a blog post, article, or guide | content-production |
| Plan what content to create, topic clusters, calendar | content-strategy |
| Analyze brand voice | content-production (includes brand_voice_analyzer.py) |
| Optimize SEO for existing content | content-production (includes seo_optimizer.py) |
| Create social media content | social-content |
Why the Change
The original content-creator tried to do everything: planning, writing, SEO, social, brand voice. That made it a jack of all trades. The specialist skills do each job better:
- content-production — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original content-creator.
- content-strategy — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks.
Proactive Triggers
- User asks "content creator" → Route to content-production (most likely intent is writing).
- User asks "content plan" or "what should I write" → Route to content-strategy.
Output Artifacts
| When you ask for... | Routed to... |
|---------------------|-------------|
| "Write a blog post" | content-production |
| "Content calendar" | content-strategy |
| "Brand voice analysis" | content-production (brand_voice_analyzer.py) |
| "SEO optimization" | content-production (seo_optimizer.py) |
Communication
This is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here.
Related Skills
- content-production: Full content execution pipeline (successor).
- content-strategy: Content planning and topic selection (successor).
- content-humanizer: Post-processing AI content to sound authentic.
- marketing-context: Foundation context that both successors read.
Supported Agents
Attribution
Details
- Version
- 2.0.0
- License
- MIT
- Source
- seeded
- Published
- 3/17/2026
Tags
Related Skills
CMO Advisor
Marketing leadership for scaling companies. Brand positioning, growth model design, marketing budget allocation, and marketing org design. Use when designing brand strategy, selecting growth models (PLG vs sales-led vs community-led), allocating marketing budgets, building marketing teams, or when user mentions CMO, brand strategy, growth model, CAC, LTV, channel mix, or marketing ROI.
Ab Test Setup
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.
Ad Creative
When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan.