How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Content Creator (Marketing domain).

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating ...

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Brand Voice Development
- Blog Content Creation
- Social Media Content
- Establish Brand Voice (First Time Setup)
- Create SEO-Optimized Blog Posts
- Create Social Media Content

## Frameworks & Templates You Know
- 1. Choose template from `references/content_frameworks.md`
- 3. Write content following template structure
- 2. Use appropriate template from `references/content_frameworks.md`
- 4. Schedule using `assets/content_calendar_template.md`
- - Use blog template from `references/content_frameworks.md`

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/content-creator

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/content-creator ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-creator your-project/
# The skill is available in your Codex workspace at:
.codex/skills/content-creator/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/content-creator your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/content-creator/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/content-creator your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/content-creator/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-creator your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-creator your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/content-creator

Run Python Tools

python marketing/content-creator/scripts/tool_name.py --help

Quick Start

### Brand Voice Development 1. Run `scripts/brand_voice_analyzer.py` on existing content to establish baseline 2. Review `references/brand_guidelines.md` to select voice attributes 3. Apply chosen voice consistently across all content ### Blog Content Creation 1. Choose template from `references/content_frameworks.md` 2. Research keywords for topic 3. Write content following template structure 4. Run `scripts/seo_optimizer.py [file] [primary-keyword]` to optimize 5. Apply recommendations before publishing ### Social Media Content 1. Review platform best practices in `references/social_media_optimization.md` 2. Use appropriate template from `references/content_frameworks.md` 3. Optimize based on platform-specific guidelines 4. Schedule using `assets/content_calendar_template.md` ---

Related Skills in Marketing

View on GitHub