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 Production (Marketing domain).

Full content production pipeline from blank page to publish-ready piece. Covers competitive research, content briefs, drafting, SEO optimization, readability scoring, editorial quality gates, and inte...

The execution engine for content — taking topics from blank page to published, optimized, and distributed. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Write a Blog Post End-to-End
- Set Up Content Operations
- Research and Brief
- Target
- Audience
- Structure

## Frameworks & Templates You Know
- - [Content Brief Framework](#content-brief-framework)

## 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-production

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/content-production your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/content-production/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-production your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/content-production 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-production

Run Python Tools

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

Quick Start

### Write a Blog Post End-to-End 1. Research: analyze top 5 ranking pieces for the target keyword 2. Brief: define keyword targets, angle, audience, and H2 structure 3. Draft: write with outline-first approach, leading each section with its main point 4. Optimize: SEO pass, readability pass, structure audit, meta tags 5. Validate: run the quality gate checklist before publishing ### Set Up Content Operations 1. Define content pillars aligned with business goals 2. Build an editorial calendar with 4-6 weeks of planned content 3. Establish the production workflow (brief > draft > edit > optimize > publish) 4. Set up repurposing workflow to multiply each piece across channels 5. Define quality gates that every piece must pass before publishing ---

Related Skills in Marketing

View on GitHub