Catalog
CONTENT_MULTIPLIERContent

Content Multiplier

Turns one long-form asset into 15 platform-native posts without losing the original argument.

Membership required

// What this skill does

Content Multiplier ingests a source document — a blog post, transcript, or internal memo — and derives a full distribution set: LinkedIn posts, X threads, newsletter blurbs, and short-form video hooks. It preserves the author's claims and citations, flags any generated line that overstates the source, and outputs everything as a single structured markdown file ready for a scheduling tool.

// How to install

  1. 01Download the skill archive from this page.
  2. 02Unzip it and locate the SKILL.md file inside.
  3. 03Place the folder in your assistant's skills directory (or upload it to your project).
  4. 04Reference the skill by name in your prompt to invoke it.

// SKILL.md

Preview
# Content Multiplier

## Purpose
Convert a single source asset into a full multi-channel distribution set.

## Inputs
- `source`: long-form text, transcript, or URL contents
- `channels`: subset of [linkedin, x, newsletter, shorts]

## Procedure
1. Extract the core argument and up to 5 supporting claims.
2. Map each claim to the channels where it performs best.
3. Draft channel-native copy. Never introduce facts absent from `source`.
4. Mark any inference with `[inference]` so the operator can verify.

## Output
Markdown with one section per channel and a final `## Verification` table.