noah-vl/linkedin-post-max

7 stars · Last commit 2026-06-13

Write LinkedIn posts that sound like you, not a chatbot. It learns from posts you've already published, turns a rough idea into a few ready-to-post drafts, and helps you find things worth writing about.

README preview

# linkedin-post-max

**Write LinkedIn posts that sound like you, not a chatbot.**

Give it a rough idea and it writes a few versions in your own voice, ready to post. It learns how you write from posts you've already published, and it gets better the more you use it. When you're not sure what to write about, it can go find things worth weighing in on. Keep a separate voice for yourself, your company, or anyone on your team.

## Install

**Any agent (recommended).** Works with Claude Code, Cursor, Codex, Copilot, Gemini, and other Agent Skills–compatible tools. Installs into your agent's skills directory:

```bash
npx skills add noah-vl/linkedin-post-max
```

It keeps your own data (your voice profiles, what it has learned, your saved ideas, your list of authors) inside its own folder, so it stays put between sessions.

**Manual (Claude Code).** Clone straight into your skills directory:

```bash
git clone https://github.com/noah-vl/linkedin-post-max.git \

View full repository on GitHub →