Content Creator
Content Creator
Install
npx promptshop add content-creatorDetails
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
- Redirects to content-production for writing.
- Redirects to content-strategy for planning.
- Handles 'content creator' queries.
- Handles 'content plan' queries.
- Routes to brand voice analysis tool.
- Routes to SEO optimization tool.
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.