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.
内容创作者 → 已重定向
此技能已拆分为两项专业子技能。请根据您的需求选择使用:
| 您想要... | 请改用此技能 |
|---|
| 撰写博客文章、专题或指南 | 内容生产 |
| 规划要创作的内容、主题集群、内容日历 |
内容策略 |
|
分析品牌调性 |
内容生产(包含brandvoice_analyzer.py) |
|
优化现有内容的SEO |
内容生产(包含seooptimizer.py) |
|
创建社交媒体内容 |
社交内容 |
变更原因
原有的content-creator试图包揽一切:规划、写作、SEO、社交、品牌调性。这使其成为万金油式的技能。而专业子技能能在各自领域做得更好:
- - 内容生产 — 完整流程:调研 → 简报 → 草稿 → 优化 → 发布。包含原内容创作者的所有Python工具。
- 内容策略 — 战略规划:主题集群、关键词研究、内容日历、优先级框架。
主动触发规则
- - 用户询问内容创作者 → 路由至内容生产(最可能的意图是写作)。
- 用户询问内容计划或我应该写什么 → 路由至内容策略。
输出产物
| 当您要求... | 路由至... |
|---|
| 写一篇博客文章 | 内容生产 |
| 内容日历 |
内容策略 |
| 品牌调性分析 | 内容生产(brand
voiceanalyzer.py) |
| SEO优化 | 内容生产(seo_optimizer.py) |
沟通说明
这是一个重定向技能。请将用户引导至正确的专业子技能——不要在此处尝试处理请求。
相关技能
- - 内容生产:完整的内容执行流程(继承技能)。
- 内容策略:内容规划与主题选择(继承技能)。
- 内容人性化:对AI生成内容进行后期处理,使其听起来更真实自然。
- 营销上下文:两个继承技能共同依赖的基础上下文。