Publisher Devto
Generate Dev.to RSS feed from all blog posts for automatic syndication
$ npx claude-code-templates@latest --command="marketing/publisher-devto" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Dev.to RSS Feed Generator
Generate a complete RSS feed from all your blog posts for automatic import to Dev.to.
Usage:/publisher:devto (no arguments needed)
What it does:
- Scans all blog posts in your codebase
- Converts markdown to HTML
- Generates RSS 2.0 feed with proper encoding
- Creates
public/rss-devto.xmlfile - Provides setup instructions for Dev.to
- Scan for Blog Posts
- Common patterns:
- src/content/blog/**/*.md
- content/blog/**/*.md
- posts/**/*.md
- blog/**/*.md
- Parse Blog Posts
- Convert markdown body to HTML
- Encode HTML properly for RSS (CDATA sections)
- Extract publication dates
- Generate RSS Feed
- Include all blog posts as items
- Add proper channel metadata
- HTML-encode content for Dev.to compatibility
- Save Feed File
public/rss-devto.xml
- Ensure proper XML formatting
- Validate RSS structure
- Display Setup Instructions
- Explain deployment requirements
- Guide user through configuration
One-time Setup:- Run this command to generate RSS feed
- Deploy your site (make RSS publicly accessible)
- Go to https://dev.to/settings/extensions
- Add your RSS URL (e.g.,
https://yoursite.com/rss-devto.xml) - Dev.to will auto-import all future posts
- Automatic syndication to Dev.to
- All future posts sync automatically
- No manual copying required
- Maintains original formatting
Related Claude Code Commands
Publisher All
Generate content for ALL platforms at once (X, LinkedIn, Medium, Dev.to)
Publisher X
Generate copy-pastable X/Twitter threads from blog posts, articles, PDFs, or URLs with 3 format options
Publisher Linkedin
Generate LinkedIn posts from blog content with automatic media attachment via LinkedIn API
Publisher Medium
Convert blog posts to Medium-ready HTML format with image upload markers
Generate Tests
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
Ultra Think
Multi-framework structured analysis: surfaces hidden assumptions, generates competing solutions, stress-tests each with adversarial reasoning, and delivers confidence-calibrated recommendations
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.