Systems Lab

Agent skill

content-pipeline

End-to-end content creation workflow that orchestrates research, editorial review, and social distribution agents in sequence.

slowingSelf-containedActs undeclared521 words

Filed under Content and SEO.

From thatrebeccarae/claude-marketing · 42 skills · 119 · pushed 2026-05-14

What it does when it runs

End-to-end content creation workflow that orchestrates research, editorial review, and social distribution agents in sequence. Use when the user wants to create, review, and distribute content through a multi-stage pipeline, or says "/content-pipeline".

Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shell

Ask about content-pipeline

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/thatrebeccarae/claude-marketing.git /tmp/claude-marketing
git -C /tmp/claude-marketing sparse-checkout set "skills/content-pipeline"
mkdir -p ~/.claude/skills/content-pipeline
cp -R "/tmp/claude-marketing/skills/content-pipeline/." ~/.claude/skills/content-pipeline/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from thatrebeccarae/claude-marketing/blob/a8a63ec1341f05ec9c1e9cb52b4edeb14e3bdcba/skills/content-pipeline/SKILL.md, which is licensed MIT (skill frontmatter). 521 words, 18 headings.

Content Pipeline

Orchestrate the full content creation workflow from research brief to published-ready content with social distribution pack.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/content-pipeline ~/.claude/skills/

What This Skill Does

Chains up to 3 agents in sequence:

  1. research-analyst — Generates a research brief on the topic
  2. editor-in-chief — Reviews the draft against voice, structure, SEO, and argument quality
  3. social-amplifier — Creates platform-specific distribution pack (LinkedIn, Twitter/X, email)

Users can enter at any stage or run the full pipeline.

How this differs from content-workflow: The content-workflow skill is a manual workflow guide with frameworks and checklists. This skill is the orchestration layer — it actually spawns subagents and manages the pipeline programmatically.

How to Use

/content-pipeline [topic or file path]

Full Pipeline (from scratch)

/content-pipeline "Why MCP is the new API"

Start from Existing Draft

/content-pipeline review ./drafts/article-draft.md

Social Pack Only

/content-pipeline distribute ./content/published-article.md

Workflow Stages

Stage 1: Research (optional — skip if draft exists)

  • Spawn research-analyst agent with the topic
  • Output: ./research-briefs/YYYY-MM-DD-topic-slug.md
  • User reviews brief, decides whether to proceed

Stage 2: Editorial Review

  • Spawn editor-in-chief agent pointing at the draft/brief
  • Output: [draft-path]-review.md saved alongside the source
  • Agent provides: voice assessment, structure feedback, SEO evaluation, line-level notes, title variants
  • User decides: publish as-is, revise, or iterate

Stage 3: Social Distribution

  • Spawn social-amplifier agent pointing at the final content
  • Output: [content-path]-social-pack.md saved alongside the source
  • Generates: LinkedIn posts (2 variants), Twitter/X thread, email subject lines, pull quotes, hashtags

Configuration

Customizing Agents

The default agent chain uses Claude Code subagents with the Agent tool. To customize:

Pipeline Stage    | Default Agent Type    | Override With
Research          | research-analyst      | Any research/analysis agent
Editorial         | editor-in-chief       | Any editorial review agent
Distribution      | social-amplifier      | Any social content agent

Output Paths

Configure where each stage saves its output:

StageDefault Output Path
Research./research-briefs/YYYY-MM-DD-topic-slug.md
Draft./content/YYYY/YYYY-MM-DD-slug.md
Review[draft-path]-review.md (alongside draft)
Social Pack[content-path]-social-pack.md (alongside content)

Publishing Cadence

Adapt the pipeline to your publishing schedule. Example cadence:

  • Research: Monday/Tuesday
  • Draft: Tuesday/Wednesday
  • Review: Wednesday/Thursday
  • Publish: Thursday/Friday

Pipeline State Management

The pipeline tracks which stages are complete via file existence:

  • Research brief exists → Stage 1 complete
  • Review file exists → Stage 2 complete
  • Social pack exists → Stage 3 complete

Resume from any stage by pointing to existing files.

Integration with Other Skills

This skill composes well with:

  • seo-content-writer — Run during Stage 2 for deep SEO optimization
  • content-creator — Use for brand voice analysis before editorial review
  • research-digest — Alternative to the built-in research stage for RSS-based research

Quick Commands

  • /content-pipeline — Start full pipeline with topic prompt
  • /content-pipeline review [path] — Jump to editorial review
  • /content-pipeline distribute [path] — Jump to social distribution
  • /content-pipeline status — Show drafts in progress

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what content-pipeline does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.