marketing-content-repurposer/SKILL.md
Use when repurposing a blog post, article, newsletter, video transcript, or long-form content into social media posts for X, LinkedIn, or both platforms. Takes existing content and creates platform-optimised social posts that stand alone without requiring the reader to have seen the source.
npx skillsauth add paulund/skills marketing-content-repurposerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
writing plugin is available, run humanizer on each draft.The goal is never to summarize the source. Every post must add something:
Ask: "What is the one thing someone should take away from this, even if they never read the source?"
If the user has defined content pillars (3-5 recurring themes in their brand), use the relevant pillar to frame the angle. For example:
If the user has not defined pillars, ask once — it helps produce more consistent, on-brand output.
X posts:
LinkedIn posts:
Full conventions in the reference files.
| Topic | Reference | Load When |
| ----- | --------- | --------- |
| X Style | references/x-style-guide.md | Repurposing for X |
| LinkedIn Style | references/linkedin-style-guide.md | Repurposing for LinkedIn |
| Content Sourcing | references/content-sourcing-guide.md | Always — extraction principles |
writing:humanizer on every draft if the writing plugin is availabletesting
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
development
TypeScript project conventions. Auto-load when editing *.ts or *.tsx files.
development
Use when writing or fixing PHP code, implementing classes, traits, or interfaces, applying PSR standards, or working with PHP 8.3+ patterns like readonly properties, enums, named arguments, match expressions, and union types.
tools
Next.js 15 App Router project conventions. Auto-load when working in app/, src/app/, components/, server actions, or route handlers.