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.

Content Preview
---
name: crosspost
description: 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.
origin: ECC
---

# Crosspost

Distribute content across multiple social platforms with platform-native adaptation.

## When to Activate

- User wants to post content to multiple platforms
- Publishing announcement
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/crosspost.md \
  https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.agents/skills/crosspost/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/affaan-m/everything-claude-code

Then reference at .agents/skills/crosspost/SKILL.md

Related Skills