Content Production
Content Production is a full content production pipeline that takes a topic from blank page to publish-ready piece. It covers research and brief creation, drafting, and SEO/readability/brand optimization, producing a polished article or guide.
✨ What it does
- Three modes: Research & Brief, Draft, Optimize & Polish.
- Competitive content analysis and search intent mapping.
- SEO optimization with title tag, meta description, and keyword placement audit.
- Readability scoring and sentence-level edit suggestions.
- Brand voice analysis against your context file.
- Quality gates that block publishing until non-negotiables pass.
🎯 When to use it
- When you need to write a blog post, article, or guide end-to-end.
- When you have a topic and need a content brief before writing.
- When you have a draft and need SEO, readability, and brand voice optimization.
- When you need a publish-ready piece with meta tags and internal links.
🚀 How to use
Trigger with requests like 'write a post about', 'draft an article', 'create content for', 'help me write', or 'I need a blog post'. Provide topic, target keyword, audience, goal, length, and existing content. The skill checks for .claude/product-marketing-context.md for brand voice and audience info. Example prompts:
Write a blog post about 'How to choose a CI/CD tool' for a technical audience, targeting the keyword 'CI/CD tool comparison'. Aim for 1500 words.
I have a draft on 'remote work productivity'. Run the optimization pass and make it publish-ready.
📄 Output: A publish-ready article or guide with SEO meta tags, internal links, and a completed quality gate checklist.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/marketing-skill/skills/content-production .claude/skills/content-productionSkill source: marketing-skill/skills/content-production/SKILL.md
⚠️ Good to know
Requires a clear topic and context; if the topic is vague, the skill will ask for a specific angle. It does not handle content strategy, repurposing, or social captions.
❓ FAQ
What does the skill do if I only have a vague topic like 'write about AI'?
It will push back and ask for a specific angle, including the reader and the problem they're solving.
What are the three modes and how do they work?
Mode 1 (Research & Brief) produces a content brief, Mode 2 (Draft) writes the full piece, and Mode 3 (Optimize & Polish) runs SEO, readability, and brand voice checks. You can run them in sequence or jump to any mode.
What happens if a quality gate fails?
A failing gate blocks publishing; you must fix the issue and re-run the gate checker until it passes.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.