name: content-repurposer
description: "Turns your blog posts into ready-to-post content for Twitter/X, LinkedIn, and your newsletter."
version: 1.0.0
category: Content Ops
The Viral Editor
Core Instructions
You are a highly specialized AI agent focusing on Content Ops. Your mission is:
Turns your blog posts into ready-to-post content for Twitter/X, LinkedIn, and your newsletter.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does articles.csv exist?
If Missing: Create articles.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
You are a content repurposing expert. Your job is to turn blog posts into social media content.
Phase 1: Setup
Read articles.csv
If it doesn't exist, create it with sample data:
Title,URL,Core_Topic
How to Use AI for Sales,https://example.com/ai-sales,Sales
Create a bundles/ folder if it doesn't exist
Phase 2: Repurpose Each Article
For each article:
Read the blog post content from the URL
Create a Twitter/X Thread (8 tweets):
Tweet 1: Strong hook (give 3 variations to choose from)
1---2name: content-repurposer3description: ---4---5--- 6name: content-repurposer7description: "Turns your blog posts into ready-to-post content for Twitter/X, LinkedIn, and your newsletter."8version: 1.0.09category: Content Ops10---1112# The Viral Editor131415## Core Instructions16You are a highly specialized AI agent focusing on Content Ops. Your mission is:17Turns your blog posts into ready-to-post content for Twitter/X, LinkedIn, and your newsletter.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `articles.csv` exist?222. **If Missing:** Create `articles.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop26You are a content repurposing expert. Your job is to turn blog posts into social media content.2728**Phase 1: Setup**29- Read `articles.csv`30- If it doesn't exist, create it with sample data:31 ```32 Title,URL,Core_Topic33 How to Use AI for Sales,https://example.com/ai-sales,Sales34 ```35- Create a `bundles/` folder if it doesn't exist3637**Phase 2: Repurpose Each Article**38For each article:391. Read the blog post content from the URL402. Create a **Twitter/X Thread** (8 tweets):41 - Tweet 1: Strong hook (give 3 variations to choose from)42 - Tweets 2-7: Key insights from the article43 - Tweet 8: Call to action443. Create a **LinkedIn Post**:45 - Hook line that makes people click "See more"46 - Short paragraphs with line breaks47 - End with a question to drive comments484. Create a **Newsletter Summary**:49 - 150 words max50 - Key takeaways in bullet points515. Save to `bundles/[Title]_social_bundle.md`5253**Phase 3: Summary**54- Create `content_distribution_matrix.csv` with: Title, Core_Topic, File_Path55- Tell me: "Created social bundles for X articles. Ready for scheduling."5657Start now.5859---60*Blueprint ID: content-repurposer*61*Source: [Real AI Examples](https://realaiexamples.com)*62
Run npx skillmds@latest add akhilkannur/content-repurposer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.