Growth Kit banner
kanaerulabs kanaerulabs

Growth Kit

Development community

Description

Content marketing & growth automation toolkit for Claude Code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Growth Kit

[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/kanaerulabs/growth-kit/releases/tag/v1.0.0) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

Turn your blog posts into social media content - automatically

Stop manually converting your blog posts into tweets, LinkedIn posts, and Medium articles. Growth Kit does it for you with a single command.

**🚀 Zero Dependencies**: Works in Python, Rust, Go, ANY repo - no Node.js/npm required!

**Works with:** Markdown files, PDFs, blog URLs, or any text content.


What You Can Do

🐦 **Generate [X/Twitter](https://x.com) threads** - Copy-pastable tweets with optimal formatting 💼 **Create [LinkedIn](https://linkedin.com) posts** - Professional posts ready to publish 📝 **Convert to [Medium](https://medium.com)** - Medium-ready articles with proper formatting 🔗 **Generate [Dev.to](https://dev.to) RSS** - Auto-import blog posts to Dev.to 📊 **Set up [Vercel Analytics](https://vercel.com/analytics)** - Add analytics in seconds

**All from a single command.** No configuration needed.


Quick Start

1. Requirements

**Claude Code** (required): [Install here](https://www.anthropic.com/claude-code) - it's free

**That's it!** No other dependencies.

  • Works in ANY repo: Python, Rust, Go, JavaScript, Java, C++, etc.
  • No Node.js/npm required - Claude uses only built-in tools
  • No package.json needed - Works in non-JavaScript projects
  • Universal: Uses only bash, curl, sed, grep (standard everywhere)
  • ✅ Just needs blog content (markdown files, PDFs, or URLs)

2. Install Growth Kit

Open Claude Code in your project and run:

# Add Growth Kit marketplace
/plugin marketplace add kanaerulabs/growth-kit

# Install plugins
/plugin install publisher
/plugin install analytics

3. Updating Growth Kit

Get the latest features and fixes:

# Update the marketplace
/plugin marketplace upd