$npx -y skills add nguyenphp/antigravity-marketing --skill content-repurposingTransform one piece of content into multiple formats - blog to social, video to text, podcast to threads.
| 1 | # Content Repurposing Pipeline |
| 2 | |
| 3 | > Create once, publish everywhere. Maximize value from every content piece. |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | ## 🎯 What This Skill Does |
| 8 | |
| 9 | | Capability | Description | |
| 10 | |------------|-------------| |
| 11 | | **Transform Formats** | Blog → Video → Audio → Social | |
| 12 | | **Platform Adapt** | Resize and rewrite for each platform | |
| 13 | | **Automated Workflow** | Systematic repurposing process | |
| 14 | | **Content Calendar** | Schedule across all platforms | |
| 15 | | **Max ROI** | 10x content from 1x effort | |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | ## 1. The Content Multiplication Math |
| 20 | |
| 21 | ### From 1 Blog Post, Create: |
| 22 | |
| 23 | | Format | Quantity | |
| 24 | |--------|----------| |
| 25 | | Twitter/X thread | 1 | |
| 26 | | LinkedIn post | 1 | |
| 27 | | Instagram carousel | 1 | |
| 28 | | Short video (Reels/TikTok/Shorts) | 3-5 | |
| 29 | | Quote graphics | 5-10 | |
| 30 | | Email newsletter | 1 | |
| 31 | | Podcast talking points | 1 | |
| 32 | | Infographic | 1 | |
| 33 | |
| 34 | **Total: 15-20 pieces from 1 article** |
| 35 | |
| 36 | --- |
| 37 | |
| 38 | ## 2. Repurposing Matrix |
| 39 | |
| 40 | ### Long-Form → Short-Form |
| 41 | |
| 42 | | From | To | How | |
| 43 | |------|-----|-----| |
| 44 | | Blog post | Twitter thread | Extract key points, add hook | |
| 45 | | YouTube video | Short clips | Cut best 60-second moments | |
| 46 | | Podcast | Audiogram | Quote + waveform visual | |
| 47 | | Webinar | Highlights reel | Best Q&A, insights | |
| 48 | | E-book | Blog series | One chapter per post | |
| 49 | |
| 50 | ### Short-Form → Long-Form |
| 51 | |
| 52 | | From | To | How | |
| 53 | |------|-----|-----| |
| 54 | | Twitter thread | Blog post | Expand each point | |
| 55 | | Instagram carousel | Guide | Add depth to each slide | |
| 56 | | Short video clips | YouTube compilation | Theme-based collections | |
| 57 | | FAQ answers | Ultimate guide | Group by topic | |
| 58 | |
| 59 | --- |
| 60 | |
| 61 | ## 3. Platform Adaptation |
| 62 | |
| 63 | ### Blog to Twitter Thread |
| 64 | |
| 65 | ``` |
| 66 | Original: 2000-word blog post |
| 67 | |
| 68 | Thread Structure: |
| 69 | 1/🧵 [Hook - bold claim or question] |
| 70 | 2/ [First main point with example] |
| 71 | 3/ [Second main point with data] |
| 72 | 4/ [Third main point with story] |
| 73 | 5/ [Contrarian take or insight] |
| 74 | 6/ [Summary + CTA] |
| 75 | ``` |
| 76 | |
| 77 | ### Blog to LinkedIn Post |
| 78 | |
| 79 | ``` |
| 80 | [Hook - first line visible in feed] 🎯 |
| 81 | |
| 82 | [Blank line for readability] |
| 83 | |
| 84 | Here's what I learned after [experience]: |
| 85 | |
| 86 | ↳ Point 1 |
| 87 | ↳ Point 2 |
| 88 | ↳ Point 3 |
| 89 | |
| 90 | The biggest takeaway? |
| 91 | |
| 92 | [Key insight in bold statement] |
| 93 | |
| 94 | --- |
| 95 | |
| 96 | What's your experience with [topic]? |
| 97 | |
| 98 | #relevant #hashtags #here |
| 99 | ``` |
| 100 | |
| 101 | ### Blog to Instagram Carousel |
| 102 | |
| 103 | ``` |
| 104 | Slide 1: Hook title + visual |
| 105 | Slide 2: Problem/Context |
| 106 | Slide 3: Point 1 |
| 107 | Slide 4: Point 2 |
| 108 | Slide 5: Point 3 |
| 109 | Slide 6: Point 4 |
| 110 | Slide 7: Summary/Key insight |
| 111 | Slide 8: CTA + "Save this for later" |
| 112 | ``` |
| 113 | |
| 114 | --- |
| 115 | |
| 116 | ## 4. Video Repurposing |
| 117 | |
| 118 | ### YouTube Video Breakdown |
| 119 | |
| 120 | | Time | Extract | |
| 121 | |------|---------| |
| 122 | | 0:00-0:30 | Hook → Short 1 | |
| 123 | | Key insight | Short 2 | |
| 124 | | Best story | Short 3 | |
| 125 | | Controversial take | Short 4 | |
| 126 | | Summary | Short 5 | |
| 127 | | Outtakes | Behind-the-scenes | |
| 128 | |
| 129 | ### Video → Text |
| 130 | |
| 131 | | Video Section | Text Format | |
| 132 | |---------------|-------------| |
| 133 | | Intro hook | Headline/Hook | |
| 134 | | Main points | Blog sections | |
| 135 | | Examples | Case studies | |
| 136 | | Q&A | FAQ section | |
| 137 | | CTA | Email sequence | |
| 138 | |
| 139 | --- |
| 140 | |
| 141 | ## 5. Audio Repurposing |
| 142 | |
| 143 | ### Podcast Episode Breakdown |
| 144 | |
| 145 | | Extract | Format | |
| 146 | |---------|--------| |
| 147 | | Full episode | YouTube video (static or visual) | |
| 148 | | Best quote (30s) | Audiogram for social | |
| 149 | | Key insights | Twitter thread | |
| 150 | | Summary | Newsletter | |
| 151 | | Timestamps | Show notes blog | |
| 152 | | Guest clips | Guest promotion | |
| 153 | |
| 154 | ### Audiogram Creation |
| 155 | |
| 156 | ``` |
| 157 | Audio clip: 30-60 seconds |
| 158 | Visual: Waveform + Quote text |
| 159 | Size: Square (1:1) or Vertical (9:16) |
| 160 | Subtitles: Auto-generated or manual |
| 161 | Branding: Logo + colors |
| 162 | ``` |
| 163 | |
| 164 | --- |
| 165 | |
| 166 | ## 6. Visual Repurposing |
| 167 | |
| 168 | ### Infographic Breakdown |
| 169 | |
| 170 | | Part | Repurpose To | |
| 171 | |------|--------------| |
| 172 | | Full infographic | Pinterest pin (long) | |
| 173 | | Each section | Instagram carousel slides | |
| 174 | | Key stats | Quote graphics | |
| 175 | | Data points | Twitter graphics | |
| 176 | | Summary | LinkedIn image post | |
| 177 | |
| 178 | ### Quote Graphic Templates |
| 179 | |
| 180 | | Style | Best For | |
| 181 | |-------|----------| |
| 182 | | Bold text on solid color | Twitter, LinkedIn | |
| 183 | | Quote with photo background | Instagram | |
| 184 | | Stat + icon | All platforms | |
| 185 | | Before/After | Transformation stories | |
| 186 | |
| 187 | --- |
| 188 | |
| 189 | ## 7. Workflow Automation |
| 190 | |
| 191 | ### Weekly Repurposing System |
| 192 | |
| 193 | ``` |
| 194 | Monday: Write 1 blog post |
| 195 | Tuesday: Create Twitter thread + LinkedIn post |
| 196 | Wednesday: Design Instagram carousel |
| 197 | Thursday: Record short video versions |
| 198 | Friday: Create quote graphics |
| 199 | Weekend: Schedule everything for next 2 weeks |
| 200 | ``` |
| 201 | |
| 202 | ### Content Calendar Template |
| 203 | |
| 204 | | Day | Platform | Content Type | Source | |
| 205 | |-----|----------|--------------|--------| |
| 206 | | Mon | LinkedIn | Text post | Blog A | |
| 207 | | Tue | Twitter | Thread | Blog A | |
| 208 | | Wed | Instagram | Carousel | Blog A | |
| 209 | | Thu | TikTok | Short video | Blog A | |
| 210 | | Fri | Email | Newsletter | Blog A summary | |
| 211 | |
| 212 | --- |
| 213 | |
| 214 | ## 8. Tools for Repurposing |
| 215 | |
| 216 | ### Design Tools |
| 217 | |
| 218 | | Tool | Best For | |
| 219 | |------|----------| |
| 220 | | **Canva** | Quick graphics, carousels | |
| 221 | | **Figma** | Custom templates | |
| 222 | | **Descript** | Video/audio editing | |
| 223 | | **CapCut** | Short video creation | |
| 224 | |
| 225 | ### Automation Tools |
| 226 | |
| 227 | | Tool | |