All-Platform Content Generator
Commandby davila7 · Added 5mo ago
Claude
Install
npx claude-code-templates@latest --command=cli-tool/components/commands/marketing --yesAdd to Claude
claude mcp add all-platform-content-generatorAbout
allowed-tools: Read, Write, Bash, Glob, WebFetch argument-hint: <input> [lang] description: Generate content for ALL platforms at once (X, LinkedIn, Medium, Dev.to)
All-Platform Content Generator
Generate content for X/Twitter, LinkedIn, Medium, and Dev.to in a single command.
Usage: $ARGUMENTS
Examples:
/publisher:all my-post # All platforms, English
/publisher:all my-post ja # All platforms, Japanese
/publisher:all article.md # From file path
What it does: Runs all publisher commands sequentially:
/publisher:x- X/Twitter thread (3 versions: thread, long, short)/publisher:linkedin- LinkedIn post with media attachment/publisher:medium- Medium-ready HTML article/publisher:devto- Dev.to RSS feed (if not already generated)
Process:
For each platform:
- Parse the same input (slug, file, or URL)
- Generate platform-specific content
- Create HTML previews
- Open all previews in browser tabs
Output:
x-thread-[LANG].html- X thread with 3 format tabs- LinkedIn draft post (via API) or HTML preview
medium-article-[LANG].html- Medium-ready contentrss-devto.xml- Complete RSS feed
Time Savings: Instead of running 4 separate commands and spending ~2 hours manually adapting content, this generates everything in one go.
Next Steps:
- Browser tabs open automatically
- Review each platform's content
- Copy-paste or publish via API
- Adjust as needed for your audience
Note: Each platform's content is uniquely optimized - not just copy-paste across channels.
Tags
CodeAnalysisaitmplclaude-code-templates