Repurpose

## Command

170 stars

Best use case

Repurpose is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Command

Teams using Repurpose should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/repurpose/SKILL.md --create-dirs "https://raw.githubusercontent.com/Miosa-osa/canopy/main/operations/content-factory/skills/repurpose/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/repurpose/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Repurpose Compares

Feature / AgentRepurposeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Command

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Repurpose

## Command
/repurpose <content_title> [--platforms <list>]

## Purpose
Adapt a pillar piece of content into platform-native derivatives across social channels.

## Arguments
| Arg | Type | Required | Description |
|-----|------|----------|-------------|
| content_title | string | Yes | Title of the source content to repurpose |
| --platforms | string | No | Comma-separated platform list. Default: all active platforms |

## Output
Genre: social-package
Format: Markdown with platform-specific content + visual briefs

Produces:
1. **Platform-Native Posts** -- adapted content per platform (not cross-posted)
2. **Visual Briefs** -- design direction for each platform's visual needs
3. **Scheduling Recommendation** -- optimal post times per platform
4. **Hashtag Strategy** -- platform-appropriate hashtags

## Agent Activation
1. **social-media** (wave 1): Platform adaptation, hooks, CTAs, scheduling
2. **designer** (wave 1): Visual asset briefs per platform specs

## Process
```
1. Analyze source content for repurposable elements (stats, tips, quotes, frameworks)
2. Social media manager creates platform-native adaptations
3. Designer creates visual briefs for each platform format
4. Schedule across platforms with optimal timing
5. Target: 1 pillar piece -> 5+ derivative posts
```

## Examples
```
/repurpose "The Complete Guide to B2B Content Marketing"
/repurpose "Q1 Results Case Study" --platforms linkedin,x
```