LinkedIn Post Max
Drafts LinkedIn posts in a captured author voice, with clipboard delivery and voice learning.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 56bf160
Ran a real create-post pass against a hand-built Jane voice file: skill output stripped every AI tell the baseline produced (emoji, hashtags, 'in today's fast-paced world', rhetorical-question close) and delivered 3 voice-consistent variations plus a working pbcopy clipboard handoff.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What LinkedIn Post Max does
Voice-aware LinkedIn drafting system: paste past posts to extract tone/vocabulary/hooks into a voices/<name>.md file, then turn a rough idea into 2-3 publish-ready drafts that follow that voice. Also does topic-seeded idea brainstorming, on-demand web discovery of react-worthy content, and folding session learnings back into the canonical voice file. Triggers on drafting/refining a LinkedIn post, 'find me some inspo', 'post-back for <author>', or 'fold in <author>'s learnings'.
How to install LinkedIn Post Max
git clone https://github.com/noah-vl/linkedin-post-max.git
cd linkedin-post-max
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/linkedin-post-max
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger LinkedIn Post Max
-
/linkedin-post-maxDrafts LinkedIn posts in a captured author voice, with clipboard delivery and voice learning.
It also activates on plain-language prompts like these:
-
Draft a LinkedIn post in my voice about killing our weekly status meeting -
Learn my writing style from these old posts and draft something new -
Find some LinkedIn post inspiration on async work trends this week
Frequently asked questions
- Is the LinkedIn Post Max skill free?
- Yes. The skill itself is free from noah-vl/linkedin-post-max. SkillProof publishes the install command and an independent test verdict at no cost.
- Does LinkedIn Post Max work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real create-post pass against a hand-built Jane voice file: skill output stripped every AI tell the baseline produced (emoji, hashtags, 'in today's fast-paced world', rhetorical-question close) and delivered 3 voice-consistent variations plus a working pbcopy clipboard handoff.
- What is the LinkedIn Post Max SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install LinkedIn Post Max?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use LinkedIn Post Max with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.