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 availabledevelopment
Use when implementing any logic, fixing any bug, or changing any behaviour. Use when you need to prove code works, when a bug report arrives, or when modifying existing functionality. Do NOT use for config changes, data migrations, or dependency updates.
development
Use when starting a new feature, when requirements are unclear, when asked to write code without a clear spec, or before any non-trivial implementation. Do NOT use for trivial bug fixes or one-line changes.
development
Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters. Detects the stack from dependency files, fetches official documentation, implements following documented patterns, and cites sources for every framework-specific decision.
development
Use when preparing to ship a feature, release, or deployment. Use before merging to main, creating a release, or deploying to production. Do NOT use for CI-only changes or internal refactors that don't reach production.