repurpose-video

Installation
SKILL.md

Repurpose Video

Overview

This orchestrator takes a completed video's content and transforms it into multi-platform content. It sequences creator-stack:write invocations with platform-specific references to produce newsletter issues, Twitter threads, LinkedIn posts, and Substack Notes — all maintaining consistent voice through the writing skill's built-in voice handling.

Core Principle: This is a thin orchestrator. All content generation is delegated to creator-stack:write, which owns the platform-specific references and automatically invokes creator-stack:voice. This skill manages the workflow sequence and platform-specific decisions only.

How Reference Delegation Works

Each platform step below invokes creator-stack:write and specifies a content type. The writing skill then loads its own reference file for that platform (e.g., references/newsletter.md, references/twitter.md). Those files live in the writing skill's directory, not here — this orchestrator doesn't need its own references because all content generation is delegated.

When to Use

Use this skill when:

  • A video has been completed and you want to distribute its content across platforms
  • The user asks to repurpose a video into other content formats
  • You need to create a newsletter issue, social media posts, or other content from a video
  • You want to maximize the reach of a single video's content
Related skills

More from kenneth-liao/ai-launchpad-marketplace

Installs
38
GitHub Stars
124
First Seen
Feb 19, 2026