/publisher-all
Generate content for ALL platforms at once (X, LinkedIn, Medium, Dev.to)
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/publisher-all
Context preview
What this command does when you run it.
Generate content for ALL platforms at once (X, LinkedIn, Medium, Dev.to)
Command definition
publisher-all.mdallowed-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: 1. `/publisher:x` - X/Twitter thread (3 versions: thread, long, short) 2. `/publisher:linkedin` - LinkedIn post with media attachment 3. `/publisher:medium` - Medium-ready HTML article 4. `/publisher:devto` - Dev.to RSS feed (if not already generated)
**Process:**
For each platform: 1. Parse the same input (slug, file, or URL) 2. Generate platform-specific content 3. Create HTML previews 4. 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 content
- `rss-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:** 1. Browser tabs open automatically 2. Review each platform's content 3. Copy-paste or publish via API 4. Adjust as needed for your audience
**Note**: Each platform's content is uniquely optimized - not just copy-paste across channels.
Read more
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: 1. `/publisher:x` - X/Twitter thread (3 versions: thread, long, short) 2. `/publisher:linkedin` - LinkedIn post with media attachment 3. `/publisher:medium` - Medium-ready HTML article 4. `/publisher:devto` - Dev.to RSS feed (if not already generated)
**Process:**
For each platform: 1. Parse the same input (slug, file, or URL) 2. Generate platform-specific content 3. Create HTML previews 4. 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 content
- `rss-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:** 1. Browser tabs open automatically 2. Review each platform's content 3. Copy-paste or publish via API 4. Adjust as needed for your audience
**Note**: Each platform's content is uniquely optimized - not just copy-paste across channels.
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Other commands on claude-code-templates.
- /cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Open command - /create-blog-article
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image
Open command - /lint
Run Python code linting and formatting tools.
Open command - /test
Run Python tests with pytest, unittest, or other testing frameworks.
Open command - /worktree-check
Check current worktree status, branch, and assigned task
Open command - /worktree-cleanup
Clean up merged worktrees and their branches
Open command

