Overview
Takes a single long-form source and produces ready-to-publish variants for each selected platform. Each variant respects character limits, structural conventions, and audience expectations of its target platform. The skill preserves the core message and claims of the original without introducing new information.
Workflow
<Definition - Platform Constraints> Hard limits and structural expectations per platform:
- LinkedIn: 3,000 character max per post. Hook line in first sentence. Line breaks for readability. No external links in body (algorithm penalty). CTA or question at the end.
- X/Twitter: 280 characters per tweet. Threads numbered (1/N). First tweet must stand alone as a hook. Final tweet includes a summary or CTA.
- Newsletter: 150-300 words. Subject line under 60 characters. One key takeaway per blurb. Scannable with bold or bullet formatting.
- Email summary: 100-200 words. Plain language. Action-oriented subject line. One clear ask or next step.
- Slides (talking points): 5-8 bullet points per slide concept. One idea per bullet. No full sentences longer than 15 words.
- Video script: 60-90 seconds of spoken word (approx. 150-225 words). Conversational register. Opens with a hook question or bold statement. Closes with a single CTA. </Definition - Platform Constraints>
<Definition - Core Message Extraction> The process of identifying the 2-4 central claims or insights from the source material. These become the anchors that every variant must include or reference. Supporting details, examples, and anecdotes are secondary and may be trimmed or swapped depending on format length. </Definition - Core Message Extraction>
<Definition - Content Package> The complete set of platform variants produced from a single source, delivered as a structured document with clear section headers per platform. Saved as a Markdown file and opened in the session tab for review. </Definition - Content Package>
<Workflow - Content Recycling description="End-to-end content repurposing from source to platform-ready variants." tools=[file_read, file_write, run_python, open_in_session_tab] triggers=["repurpose this content", "turn this blog into social posts", "create a content package", "adapt this for LinkedIn", "multi-platform from this article", "content atomization"]
[Agent] Read the source content. If a file path is provided, use file_read (or the appropriate document reader for PDF/DOCX). If the content is pasted inline, capture it directly. Confirm the source length and type. If fails: if the file cannot be read or the pasted text is empty, report the specific error and ask the user to provide the source content again.
[Think] Extract core messages from the source. Identify the 2-4 central claims or insights. Note any direct quotes, statistics, or named examples that should be preserved. Flag any potentially outdated information per Rule 10.
[Ask user] Present the extracted core messages as a numbered list. Confirm these are the right angles to amplify. If the source covers multiple unrelated themes, ask the user to select focus areas. Confirm the target platforms, tone, and any brand voice notes. If fails: if the user does not confirm or the source spans too many themes, ask them to pick the focus themes and target platforms before drafting.
[Think] For each selected platform, draft a variant that meets Platform Constraints. Apply the chosen tone. Incorporate brand voice notes if provided. Verify character/word counts against limits. Ensure each variant satisfies Rules 1-4.
[Agent] Assemble the full content package as a Markdown document. Structure with H2 headers per platform. Include character/word counts next to each variant. Add a "Suggested first comment" line for LinkedIn if links are relevant. Add thread numbering validation for X/Twitter. If fails: if any variant exceeds its platform limit, tighten that variant and re-measure before assembling the package.
[Ask user] Present the content package for review. Highlight any variants where constraints forced simplification of the source message. Ask if any variants need a different angle, tighter editing, or tone adjustment. If fails: if the requested changes are unclear, ask which specific variants and what angle before revising.
[Agent] Apply any requested revisions. Re-verify character/word counts after edits. Confirm all variants still satisfy the rules. If fails: if a revised variant breaks a rule or limit, revert to the prior compliant version and flag the conflict to the user.
[Agent] Save the final content package to the workspace and open it in the session tab. Provide a brief summary: number of variants produced, platforms covered, and any flags (outdated info, simplification notes, link placement reminders). If fails: report the specific save or open error and present the content package inline instead.
</Workflow - Content Recycling>
<Template - LinkedIn Post>
{{hook_line}}
{{body_paragraph_1}}
{{body_paragraph_2}}
{{cta_or_question}}
---
Suggested first comment: {{link_or_additional_context}}
Character count: {{count}}/3000
</Template - LinkedIn Post>
<Template - X/Twitter Thread>
Tweet 1 (1/{{N}}):
{{standalone_hook}} ({{count}}/280)
Tweet 2 (2/{{N}}):
{{supporting_point_1}} ({{count}}/280)
Tweet 3 (3/{{N}}):
{{supporting_point_2}} ({{count}}/280)
Tweet {{N}} ({{N}}/{{N}}):
{{summary_or_cta}} ({{count}}/280)
</Template - X/Twitter Thread>
<Template - Newsletter Blurb>
Subject line: {{subject_line}} ({{count}}/60 chars)
{{hook_sentence}}
{{key_takeaway}}
{{supporting_detail_or_example}}
{{closing_line_with_link_or_cta}}
Word count: {{count}}/300
</Template - Newsletter Blurb>
<Template - Email Summary>
Subject: {{action_oriented_subject}}
{{opening_context_sentence}}
{{core_message_summary}}
{{clear_next_step_or_ask}}
Word count: {{count}}/200
</Template - Email Summary>
<Template - Slide Talking Points>
Slide concept: {{slide_title}}
- {{point_1}}
- {{point_2}}
- {{point_3}}
- {{point_4}}
- {{point_5}}
(5-8 points per slide concept, one idea per bullet, under 15 words each)
</Template - Slide Talking Points>
<Template - Video Script (60-90s)>
[HOOK - first 5 seconds]
{{bold_opening_question_or_statement}}
[BODY - 45-70 seconds]
{{main_point_1}}
{{main_point_2}}
{{supporting_example}}
[CTA - final 10 seconds]
{{single_clear_cta}}
Word count: {{count}}/225 (target: 150-225 words for 60-90 seconds)
</Template - Video Script (60-90s)>