$npx -y skills add ScrapeCreators/social-media-research-skills --skill content-repurposingUse when the user wants to turn public social videos, transcripts, posts, or creator research into reusable content assets such as LinkedIn posts, X threads, short-form scripts, newsletters, blog outlines, carousels, or content calendars.
| 1 | # Content Repurposing |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | Turn social research and transcripts into reusable content. This skill works best after `transcript-intelligence`, `outlier-post-finder`, or `creator-profile-teardown`, but it can also start directly from URLs. |
| 6 | |
| 7 | ## When to Use |
| 8 | |
| 9 | Use this skill when the user asks to: |
| 10 | |
| 11 | - turn videos or transcripts into posts |
| 12 | - repurpose TikToks, Reels, Shorts, podcasts, or webinars |
| 13 | - create LinkedIn posts, X threads, scripts, newsletters, or blog outlines |
| 14 | - build a content calendar from winning social ideas |
| 15 | - adapt a competitor/creator pattern without plagiarizing |
| 16 | |
| 17 | ## Workflow |
| 18 | |
| 19 | 1. Gather source material: URLs, transcripts, posts, or research report. |
| 20 | 2. Extract content atoms: hooks, stories, claims, frameworks, examples, data points, CTAs. |
| 21 | 3. Choose output formats and platform constraints. |
| 22 | 4. Rewrite for the user's voice and audience. |
| 23 | 5. Keep attribution/internal notes when ideas are inspired by a source. |
| 24 | 6. Produce ready-to-use drafts plus optional variants. |
| 25 | |
| 26 | ## Output Format |
| 27 | |
| 28 | ```markdown |
| 29 | # Repurposed Content Pack |
| 30 | |
| 31 | ## Source Material |
| 32 | - [source](url) |
| 33 | |
| 34 | ## Content Atoms |
| 35 | | Atom | Source | Best format | |
| 36 | |---|---|---| |
| 37 | |
| 38 | ## LinkedIn Posts |
| 39 | 1. ... |
| 40 | |
| 41 | ## X Threads |
| 42 | 1. ... |
| 43 | |
| 44 | ## Short-Form Scripts |
| 45 | ### Script 1 |
| 46 | - Hook: |
| 47 | - Body: |
| 48 | - CTA: |
| 49 | |
| 50 | ## Newsletter / Blog Ideas |
| 51 | - ... |
| 52 | ``` |
| 53 | |
| 54 | ## Common Pitfalls |
| 55 | |
| 56 | - Do not plagiarize. Adapt structure and insight, not unique wording unless quoting with attribution. |
| 57 | - Do not flatten every platform into the same format. |
| 58 | - Do not lose the original hook if it is the strongest part. |