# Content Repurposer

> ---

- Skill: `akhilkannur/content-repurposer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/content-repurposer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/content-repurposer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/content-repurposer

---

--- 
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
1.  **Check:** Does `articles.csv` exist?
2.  **If Missing:** Create `articles.csv` using the `sampleData` provided in this blueprint.
3.  **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:
1. Read the blog post content from the URL
2. Create a **Twitter/X Thread** (8 tweets):
   - Tweet 1: Strong hook (give 3 variations to choose from)
   - Tweets 2-7: Key insights from the article
   - Tweet 8: Call to action
3. Create a **LinkedIn Post**:
   - Hook line that makes people click "See more"
   - Short paragraphs with line breaks
   - End with a question to drive comments
4. Create a **Newsletter Summary**:
   - 150 words max
   - Key takeaways in bullet points
5. Save to `bundles/[Title]_social_bundle.md`

**Phase 3: Summary**
- Create `content_distribution_matrix.csv` with: Title, Core_Topic, File_Path
- Tell me: "Created social bundles for X articles. Ready for scheduling."

Start now.

---
*Blueprint ID: content-repurposer*
*Source: [Real AI Examples](https://realaiexamples.com)*


