Agent skill · Content & Marketing

crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill crosspost --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/crosspost/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Crosspost Distribute content across platforms without turning it into the same fake post in four costumes. ## When to Activate - the user wants to publish the same underlying idea across multiple platforms - a launch, update, release, or essay needs platform-specific versions - the user says "crosspost", "post this everywhere", or "adapt this for X and LinkedIn" ## Core Rules 1. Do not publish identical copy across platforms. 2. Preserve the author's voice across platforms. 3. Adapt for constraints, not stereotypes. 4. One post should still be about one thing. 5. Do not invent a CTA, question, or moral if the source did not earn one. ## Workflow ### Step 1: Start with the Primary Version Pick the strongest source version first: - the original X post - the original article - the launch note - the thread - the memo or changelog Use `content-engine` first if the source still needs voice shaping. ### Step 2: Capture the Voice Fingerprint Run `brand-voice` first if the source voice is not already captured in the current session. Reuse the resulting `VOICE PROFILE` directly. Do not build a second ad hoc voice checklist here unless the user explicitly wants a fresh override for this cam

What's inside
Steps it walks through
  1. When to Activate
  2. Core Rules
  3. Workflow
  4. Step 1: Start with the Primary Version
  5. Step 2: Capture the Voice Fingerprint
  6. Step 3: Adapt by Platform Constraint
  7. X
  8. LinkedIn
  9. Threads
  10. Bluesky
  11. Posting Order
  12. Banned Patterns
  13. Output Format
  14. Quality Gate
More from everything-openai-codex
All skills →
About this skill
What does the crosspost skill do?

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill crosspost --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going