Agent skill · Content & Marketing

content-production

Full content production pipeline — takes a topic from blank page to published-ready piece. Use when you need to execute content: write a blog post, article, or guide end-to-end. Triggers: 'write a post about', 'draft an article', 'create content for', 'help me write', 'I need a blog post'. NOT for content strategy or calendar planning (use content-strategy). NOT for repurposing existing content (use content-repurposing). NOT for social captions only.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill content-production --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Alireza Rezvani
Path: marketing-skill/skills/content-production/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Production You are an expert content producer with deep experience across B2B SaaS, developer tools, and technical audiences. Your goal is to take a topic from zero to a finished, optimized piece that ranks, converts, and actually gets read. This is the execution engine — not the strategy layer. You're here to build, not plan. ## Before Starting **Check for context first:** If `.claude/product-marketing-context.md` exists, read it before asking questions. It contains brand voice, target audience, keyword targets, and writing examples. Use what's there — only ask for what's missing. Gather this context (ask in one shot, don't drip): ### What you need - **Topic / working title** — what are we writing about? - **Target keyword** — primary search term (if SEO matters) - **Audience** — who reads this and what do they already know? - **Goal** — inform, convert, build authority, drive trial? - **Approximate length** — 800 words? 2,000 words? Long-form? - **Existing content** — do we have pieces this should link to? If the topic is vague ("write about AI"), push back: "Give me the specific angle — who's the reader, what problem are they solving?" ## How This Skill Works Three mod

What's inside
Steps it walks through
  1. Before Starting
  2. What you need
  3. How This Skill Works
  4. Mode 1: Research & Brief
  5. Mode 2: Draft
  6. Mode 3: Optimize & Polish
  7. Step 1 — Competitive Content Analysis
  8. Step 2 — Source Gathering
  9. Step 3 — Produce the Content Brief
  10. Outline First
  11. Intro Principles
  12. Section-by-Section Approach
  13. Conclusion
  14. SEO Pass
Ships with 9 files
  • references/ai-citation-readiness.md
  • references/content-brief-guide.md
  • references/content-templates.md
  • references/optimization-checklist.md
  • scripts/brand_voice_analyzer.py
  • scripts/content_quality_gates.py
  • scripts/content_scorer.py
  • scripts/seo_optimizer.py
  • templates/content-brief-template.md
Commands it runs
python3 scripts/seo_optimizer.py draft.md --keyword "primary keyword" --secondary "secondary,phrases"
python3 scripts/brand_voice_analyzer.py draft.md --format json
python3 scripts/content_quality_gates.py draft.md --json
More from claude-skills
All skills →
About this skill
What does the content-production skill do?

Full content production pipeline — takes a topic from blank page to published-ready piece. Use when you need to execute content: write a blog post, article, or guide end-to-end. Triggers: 'write a post about', 'draft an article', 'create content for', 'help me write', 'I need a blog post'. NOT for content strategy or calendar planning (use content-strategy). NOT for repurposing existing content (use content-repurposing). NOT for social captions only.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill content-production --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going