| name | Content Repurposer |
| description | Repurpose source content into platform-optimized versions for X (thread/single), LinkedIn, Xiaohongshu, Substack, and YouTube descriptions. Provides platform-specific style guides, tone modifiers, and brand voice presets. |
| version | 1.0.0 |
| category | content |
| skillType | claude-skill |
| assignableRoles | ["content-strategist","product-manager","generalist","designer","sales"] |
| triggers | ["repurpose content","adapt content","cross-post","multi-platform content","convert to thread","convert to linkedin"] |
| tags | ["content","repurpose","multi-platform","social-media","marketing","x-thread","linkedin","xiaohongshu","substack","youtube"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Content Repurposer
Repurpose a single piece of source content into platform-optimized versions. Supports X (thread and single tweet), LinkedIn, Xiaohongshu (RedNote), Substack, and YouTube descriptions.
How It Works
This skill does NOT generate the final content directly. Instead, it:
- Takes your source content and target platforms
- Outputs platform-specific style guides, tone modifiers, and brand voice instructions
- You (the agent) then use these guides as context to generate the actual repurposed content
This design keeps the LLM-powered content generation in the agent's hands (where quality control happens) while the skill handles the structured platform rules.
Parameters
| Parameter | Required | Description |
|---|
source | Yes* | The source content text to repurpose (inline) |
sourceFile | Yes* | Path to a markdown file containing the source content |
platforms | No | Comma-separated target platforms (default: x-thread,linkedin) |
tone | No | professional, casual, technical, inspiring, provocative (default: professional) |
brand | No | personal (Steve's voice) or crewly (Crewly brand voice). Default: personal |
language | No | auto (xiaohongshu=zh, others=en), en, zh, or both. Default: auto |
outputDir | No | Directory to write prompt files (one per platform). If omitted, output is JSON only |
*One of source or sourceFile is required.
Supported Platforms