New to Claude Skills? Learn how to install them →

alirezarezvani on GitHub

Content Creator

Free

Redirects content-related requests to specialists.

Get this skill

Free · Opens the source repo

What Content Creator does

The Content Creator skill serves as a redirector for users seeking assistance with content creation tasks. It does not directly handle requests but intelligently routes users to the appropriate specialist skills based on their intent. This skill is particularly useful for those looking to write blog posts, articles, or guides, as well as for those who need help planning content strategies, such as creating topic clusters or content calendars. By separating content creation into specialized skills, users can benefit from a more focused and efficient approach to their content needs.

When a user invokes the term 'content creator', the skill identifies the underlying request and directs them to either the content-production skill for writing and SEO tasks or the content-strategy skill for planning-related inquiries. This bifurcation allows for a streamlined workflow, ensuring that users receive the most relevant assistance without unnecessary complexity. The skill also includes references to various resources, such as brand guidelines and analytics guides, which can support users in their content endeavors.

This skill is ideal for content marketers, writers, and strategists who require a clear path to the tools they need without wading through unrelated features. It simplifies the process of finding the right skill for specific content tasks, enhancing productivity and effectiveness in content creation. By using this skill, users can ensure they are leveraging the best tools available for their specific needs, whether that involves producing high-quality written content or developing a comprehensive content strategy.

When to use it

Use this skill when you want to initiate a content-related task but are unsure which specific skill to utilize.

When not to use it

This skill is not suitable for direct content creation or analysis; it merely redirects to other skills that handle those tasks.

What you can build with it

Writing a Blog Post

When a user asks to write a blog post, this skill will route them to the content-production skill for assistance.

Planning a Content Calendar

If a user requests help with creating a content calendar, the skill will direct them to the content-strategy skill.

Analyzing Brand Voice

For requests related to brand voice analysis, the skill will route users to the content-production skill, which includes relevant tools.

How to install Content Creator

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/content-creator --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

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 guidecontent-production
Plan what content to create, topic clusters, calendarcontent-strategy
Analyze brand voicecontent-production (includes brand_voice_analyzer.py)
Optimize SEO for existing contentcontent-production (includes seo_optimizer.py)
Create social media contentsocial-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.

Frequently asked questions about Content Creator

Similar skills