We just launched Growth Kit - a Claude Code plugin that turns your blog posts into social media content automatically.
The Problem We Solved
You write an amazing blog post. Then you spend 2+ hours manually converting it into:
- Twitter threads (with optimal character counts)
- LinkedIn posts (with professional formatting)
- Medium articles (with clean markdown)
- Dev.to content (with proper RSS feeds)
Most of that time? Copy-pasting, reformatting, and fighting with platform-specific quirks.
We've been there. Every single blog post we published required this manual work.
The Solution: One Command for Everything
Growth Kit does it all with a single command:
/publisher:all my-blog-post
What you get in seconds:
- ✅ X/Twitter thread (5-8 tweets, optimized for engagement)
- ✅ LinkedIn post with auto-uploaded images
- ✅ Medium-ready article with one-click copy
- ✅ Dev.to RSS feed for automatic import
All from one command. No manual work.
Why Growth Kit is Different
1. Zero Dependencies
Most automation tools need Node.js, Python, or some runtime. Growth Kit works in ANY repo:
- Python projects ✓
- Rust codebases ✓
- Go applications ✓
- Java repos ✓
- Even non-code repos! ✓
Uses only built-in tools: bash, curl, sed, grep. That's it.
2. Universal Input Support
Accepts any content format:
- Markdown files
- PDF documents
- Blog URLs
- Plain text files
- Even just slugs from your blog
No configuration needed. It just works.
3. LinkedIn Magic
Automatically uploads all your blog diagrams as images. Up to 20 images per post via LinkedIn's API.
Pure bash. Zero dependencies.
The LinkedIn integration alone saves 15+ minutes per post.
Real Time Savings
- 30 minutes saved per X/Twitter thread
- 15 minutes saved per LinkedIn post
- 10 minutes saved per Medium article
- 2+ hours saved when distributing to all platforms
That's 100+ hours per year for a weekly blog.
How It Works
Growth Kit is built on Claude Code's plugin system. The "scripts" are actually Claude orchestrating its built-in tools:
- Read tool - Finds and reads your blog posts
- Claude's LLM - Generates platform-specific content
- Write tool - Creates HTML previews and RSS feeds
- Bash tool - Uses curl for APIs, opens browsers
For LinkedIn API posting, it uses pure bash + curl. No jq, no Node.js, no Python.
That's why it works everywhere.
Quick Start
# Install Claude Code (free)
# Then add Growth Kit:
/plugin marketplace add kanaerulabs/growth-kit
/plugin install publisher
# Use it:
/publisher:x my-blog-post # X/Twitter thread
/publisher:linkedin my-blog-post # LinkedIn post
/publisher:medium my-blog-post # Medium article
/publisher:devto # Dev.to RSS (one-time)
/publisher:all my-blog-post # Everything at once
All Features
Content Distribution
- X/Twitter threads - Copy-pastable tweets with optimal formatting
- LinkedIn posts - Professional posts with multi-image upload
- Medium articles - Clean conversion with one-click copy
- Dev.to RSS - Auto-import all your blog posts
Language Support
Works with English and Japanese content:
/publisher:x my-post ja # Japanese
/publisher:x my-post en # English
Custom Files
Attach your own images or PDFs to LinkedIn posts:
/publisher:linkedin my-post en path/to/image.png
/publisher:linkedin my-post en path/to/report.pdf
Analytics (Bonus!)
Quick Vercel Analytics setup:
/plugin install analytics
/analytics:vercel
Built by Developers, for Developers
We built Kanaeru AI - an outcome-driven development platform. While building it, we needed to distribute our blog content efficiently.
Manual conversion was killing us. So we built Growth Kit.
Now it's open source. MIT license. Use it however you want.
Why We Open Sourced It
Because manual content distribution is a solved problem.
Every developer who blogs faces this. Why should everyone solve it separately?
We learned what works:
- X/Twitter threads need hooks, not summaries
- LinkedIn needs data points, not fluff
- Medium needs clean markdown, not complex HTML
- Manual conversion wastes hours every week
Now you can benefit from what we learned.
Want to Contribute?
Growth Kit is open source and actively maintained. We're adding new platforms and features as we use it for Kanaeru AI's content marketing.
PRs welcome! The commands are just markdown files - easy to add new platforms.
Ideas for contributions:
- Reddit post generator
- Bluesky thread creator
- Email newsletter formatter
- Hacker News comment formatter
- Substack integration
Check out the CONTRIBUTING.md guide to get started.
Get Started Today
Stop manually converting blog posts. Let Growth Kit handle it.
Time saved: 100+ hours per year Cost: Free and open source Setup time: 2 minutes Dependencies: Zero
If you blog and distribute content across platforms, try Growth Kit. It'll save you hours every week.
GitHub: https://github.com/kanaerulabs/growth-kit
