DEV Community

Nex Tools
Nex Tools

Posted on • Originally published at nextools.hashnode.dev

How I Built a Content Machine That Publishes to 4 Platforms Simultaneously

I wrote one blog post last Tuesday. By Wednesday morning, it existed as:

  • A long-form SEO article on Hashnode
  • A Twitter thread with 11 tweets
  • An Instagram carousel script
  • A LinkedIn post with a different hook
  • A newsletter edition
  • A YouTube script with timestamps
  • 5 more platform-native formats I did not even plan

Total time after the original article: 23 minutes.

This is not about writing faster. It is about writing once and letting a system handle the rest. Here is exactly how it works, what tools I use, and why I stopped manually reformatting content months ago.

The Problem Every Creator Knows

You publish a blog post. Now you need to promote it. So you open Twitter, stare at it, try to condense 2,000 words into 280 characters. Then you do the same for LinkedIn but with a different tone. Then Instagram. Then your newsletter.

By the time you finish reformatting one article for four platforms, it is Thursday and you have not written anything new.

The math does not work. If you publish 3 articles per week and each one needs 5 platform variations, that is 15 pieces of content. At 20 minutes each, you are spending 5 hours per week just reformatting. Not writing, not thinking, not creating - reformatting.

I automated this entire process with Claude Code skills.

What Are Claude Code Skills?

Quick primer if you are new to this: Claude Code is Anthropic's CLI tool. You work with Claude directly in your terminal. Skills are markdown files you drop into ~/.claude/commands/ that act like specialized agents.

Each skill has a specific job. You run it with /skill-name and it executes with access to your project files. No API keys. No npm install. No configuration.

Here is the system I built with 7 of them.

The Workflow: Write Once, Publish Everywhere

This is the actual sequence I run every time I write something:

Original Article
    │
    ▼
/repurpose-engine ──→ 11 platform-native outputs
    │
    ├──→ /seo-blog-writer ──→ optimized long-form version
    │
    ├──→ /social-media-formatter ──→ Twitter, LinkedIn, Instagram
    │
    ├──→ /newsletter-builder ──→ email edition
    │
    ├──→ /youtube-script-gen ──→ video script with retention hooks
    │
    └──→ /content-calendar ──→ scheduled across 30 days
Enter fullscreen mode Exit fullscreen mode

Let me walk through each skill and show what it actually does.

Skill 1: Repurpose Engine - The Multiplier

This is the one that changed everything. You feed it one piece of content and it outputs 11 platform-specific versions.

What it does:

  • Takes any content (blog post, transcript, notes, even bullet points)
  • Analyzes the core message, supporting points, and emotional hooks
  • Outputs 11 formats: Twitter thread, LinkedIn post, Instagram caption, email snippet, YouTube script outline, podcast talking points, Reddit post, Quora answer, carousel script, short-form video hook, and blog summary

Real example: I wrote a 1,800 word article about automation for solo founders. The Repurpose Engine turned it into:

Twitter thread (11 tweets) - each tweet standalone
LinkedIn post - professional angle, different hook
Instagram caption - emotional hook + CTA
Reddit post - stripped all marketing, pure value
Email snippet - personal tone, one core insight
YouTube outline - 8 min script with retention timestamps
Enter fullscreen mode Exit fullscreen mode

The key is that each output sounds native to its platform. The Twitter thread does not read like a chopped-up blog post. The LinkedIn version has a different opening, different structure, different CTA. It understands that Reddit hates self-promotion and adjusts accordingly.

Why this matters: Most repurposing tools just reformat. They take your paragraph and make it shorter. This skill rewrites for the platform's native language, attention patterns, and audience expectations.

Skill 2: SEO Blog Writer

The problem: You know your topic but your article is not ranking. The keywords are wrong, the structure is off, there is no schema markup, and your internal links point nowhere useful.

What it does:

  • Keyword clustering: groups related terms so you cover the topic semantically
  • Content gap analysis: identifies what competitors cover that you do not
  • Schema markup: generates JSON-LD for your article type
  • Internal linking suggestions based on your existing content
  • Meta title and description with proper character counts
  • H2/H3 structure optimized for featured snippets

I run this after the Repurpose Engine to optimize the long-form version. It takes my draft and turns it into something Google actually wants to show people.

Before and after:

Before: "How to Use AI Tools for Content"
After:  "AI Content Pipeline: How to Create 11 Posts From One Article (2026 Workflow)"
Enter fullscreen mode Exit fullscreen mode

The second version targets a long-tail keyword with actual search volume, includes a number for CTR, and has a year tag for freshness signals.

If you are publishing content regularly and want a system that handles the optimization side, the Content Creator Toolkit includes this skill plus six others that chain together.

Skill 3: YouTube Script Generator

The problem: Writing for video is different from writing for text. The first 30 seconds determine whether anyone watches. Most blog-to-video conversions lose viewers in the first 10 seconds because the opening was written for readers, not watchers.

What it does:

  • Generates retention-architected scripts (hook, loop, payoff structure)
  • Timestamps with topic markers
  • Thumbnail concepts (text overlay + emotion + visual hook)
  • B-roll suggestions at each section break
  • CTAs placed at retention peaks, not at the end when nobody is watching
  • Estimated runtime based on speaking pace

The output looks like this:

[0:00-0:30] HOOK
"I wrote one article last week. By Friday, it was live on 4 platforms,
 got 2,400 views, and I spent 23 minutes total after the first draft."
[Cut to: screen recording of terminal running /repurpose-engine]

[0:30-2:00] CONTEXT
Why most creators burn out: the reformatting trap.
[B-roll: split screen - 4 platform tabs open, typing the same thing]

[2:00-5:30] THE SYSTEM
Walk through the 7 skills, show terminal output for each.
[Screen recording: actual Claude Code session]
...
Enter fullscreen mode Exit fullscreen mode

Every section has a purpose. The hook creates curiosity. The context builds relevance. The walkthrough delivers value. CTAs appear at 30%, 60%, and at the end.

Skill 4: Headline A/B Tester

The problem: You spend 3 hours writing an article and 5 seconds on the headline. The headline determines whether anyone reads the 3 hours of work.

What it does:

  • Generates 10+ headline variants from your content
  • Scores each across 7 dimensions: clarity, curiosity, specificity, emotion, SEO value, social shareability, platform fit
  • Adjusts scores per platform (what works on Twitter fails on LinkedIn)
  • Ranks them with reasoning
  • Suggests a "safe pick" and a "swing pick"

Example scoring:

"How I Built a Content Machine That Publishes to 4 Platforms Simultaneously"
├── Clarity: 9/10 - immediately clear what you learn
├── Curiosity: 7/10 - "how" creates mild curiosity
├── Specificity: 8/10 - "4 platforms" is concrete
├── Emotion: 5/10 - functional, not emotional
├── SEO: 6/10 - no primary keyword
├── Social: 7/10 - shareable result
└── Platform (Hashnode): 8/10 - dev audience likes "how I built"

Overall: 7.1/10 - Strong for technical audience
Enter fullscreen mode Exit fullscreen mode

I run this for every piece of content. It takes 30 seconds and consistently produces better headlines than what I come up with on my own.

Skill 5: Content Calendar

The problem: Publishing randomly is not a strategy. But building a content calendar manually means staring at a spreadsheet for an hour every month.

What it does:

  • Builds a 30-day publishing plan from your topic list
  • Weights content by pillar (70% core topic, 20% adjacent, 10% experimental)
  • Assigns KPIs per post (traffic, engagement, conversion)
  • Accounts for platform-specific timing (Tuesday for blogs, Thursday for LinkedIn)
  • Includes repurposing schedule (original on day 1, variations across days 2-5)

Output looks like:

Week 1:
  Mon: [Blog] "AI Content Pipeline" → Hashnode
  Tue: [Thread] Repurposed from blog → Twitter
  Wed: [Carousel] 7 skills breakdown → Instagram
  Thu: [Post] "Why I stopped reformatting" → LinkedIn
  Fri: [Newsletter] Weekly edition → Email list
  KPIs: 2,000 blog views, 15 newsletter signups
Enter fullscreen mode Exit fullscreen mode

One article feeds the entire week. That is the system working.

Want to see all 7 skills working together? The Content Creator Toolkit is the complete set.

Skill 6: Newsletter Builder

The problem: Your newsletter is supposed to go out every week. Half the time, you skip it because "you do not have anything to say" - even though you published 3 pieces of content that week.

What it does:

  • Pulls from your existing content (blog posts, social posts, notes)
  • Structures a complete newsletter edition with sections
  • Writes a subject line with open rate optimization
  • Includes a personal intro, curated links, and a CTA
  • Matches your newsletter's voice and format

The structure it generates:

Enter fullscreen mode Exit fullscreen mode

No more staring at a blank email draft on Friday afternoon.

Skill 7: Social Media Formatter

The problem: Every platform has its own rules. Character limits, hashtag strategies, image ratios, link placement, emoji conventions. Keeping track of all of it while trying to write good content is exhausting.

What it does:

  • Takes any source material (article, notes, bullet points)
  • Outputs platform-native posts for Twitter, LinkedIn, Instagram, Facebook, Reddit, and Threads
  • Handles character limits, hashtag research, and CTA placement
  • Adjusts tone per platform (professional for LinkedIn, casual for Twitter, visual for Instagram)
  • Includes posting notes (best time, hashtag count, image suggestions)

The Formatter is the last step in the chain. Everything the Repurpose Engine generates gets polished here for final publishing.

The Full Chain in Action

Here is what a typical content day looks like now:

9:00 AM - Write one article (60-90 minutes)
10:30 AM - Run /repurpose-engine (2 minutes)
10:35 AM - Run /seo-blog-writer on the long-form version (3 minutes)
10:40 AM - Run /headline-ab-tester on all versions (1 minute)
10:42 AM - Run /social-media-formatter on social versions (2 minutes)
10:45 AM - Run /newsletter-builder for the weekly edition (3 minutes)
10:50 AM - Run /content-calendar to slot everything (2 minutes)

Total: 90 minutes writing + 13 minutes processing = one article becomes content for the entire week.

Compare that to writing each piece separately. 5 platforms, 20 minutes each, 3 articles per week. That is 5 hours saved every single week.

Installation

Every skill is a single .md file:

# Copy files to your Claude Code commands folder
cp *.md ~/.claude/commands/

# Restart Claude Code
# Run any skill
/repurpose-engine
Enter fullscreen mode Exit fullscreen mode

No dependencies. No environment variables. No build steps. The markdown file IS the skill.

Frequently Asked Questions

Can I use these skills for any niche or are they marketing-specific?

They work for any topic. The skills include niche calibration, meaning they ask about your audience and adjust output accordingly. I have seen people use them for developer tutorials, fitness content, finance newsletters, and SaaS product updates. The platform formatting rules are universal.

Do the skills work together or do I need to manually copy output between them?

They work both ways. Each skill can run standalone for a specific task, or you can chain them. The output from the Repurpose Engine becomes the input for the Social Media Formatter. The SEO Blog Writer output feeds into the Headline A/B Tester. You just paste or pipe the output from one into the next.

How is this different from using ChatGPT or Claude directly?

Three differences. First, skills run in your terminal with access to your project files, so they can read your existing content and output to files. Second, each skill has specialized logic built in - the YouTube Script Generator understands retention architecture, the SEO Blog Writer understands schema markup. Third, they are repeatable. You run the same skill every week and get consistent output format, not a random chat response.

What if I only publish on one or two platforms?

Start with the Repurpose Engine and the platform-specific skills you need. The Content Calendar is useful even for single-platform creators because it handles scheduling and pillar weighting. You do not need to use all 7 on day one.

Get the Toolkit

The Content Creator Toolkit includes all 7 skills for $29. Drop them in, run them, and stop spending hours reformatting content that could be automated.

If you also run a store or are launching a product, the Complete Bundle includes all 22 skills across ecommerce, content, and product launch for $69 (saves $18 vs buying separately).

Related: If you sell products online, check out 5 Claude Code Skills That Run My Entire Ecommerce Operation - same approach, different problem.


Built by Nex Tools - we build automation tools for online businesses.

Top comments (0)