.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/noah-vl/linkedin-post-max
home/skills/noah-vl/linkedin-post-max
noah-vl avatar

linkedin-post-max

bynoah-vl· 1 skill

Stars

7

Category

Content & Copywriting

View on GitHub

TL;DR

Use when the user wants to draft or refine a LinkedIn post, develop a vague idea into a post, brainstorm post ideas, discover fresh web content to react to ('find me some inspo', 'what's popping'), paste an actually-published post back to refine voice ('post-back for <author>'), fold an author's accumulated learnings into the canonical voice file ('fold in <author>'s learnings'), set up a new author voice profile, or maintain a personal/company LinkedIn presence with consistent voice across many posts and multiple authors.

How to install linkedin-post-max?

noah-vl/linkedin-post-max
$npx -y skills add noah-vl/linkedin-post-max --skill linkedin-post-max

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/noah-vl/linkedin-post-max" --skill "noah-vl/linkedin-post-max"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/noah-vl/linkedin-post-max" that are relevant to the current task. Run `npx skills add "https://github.com/noah-vl/linkedin-post-max"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# linkedin-post-max
2 
3**Write LinkedIn posts that sound like you, not a chatbot.**
4 
5Give 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.
6 
7## Install
8 
9**Any agent (recommended).** Works with Claude Code, Cursor, Codex, Copilot, Gemini, and other Agent Skills–compatible tools. Installs into your agent's skills directory:
10 
11```bash
12npx skills add noah-vl/linkedin-post-max
13```
14 
15It 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.
16 
17**Manual (Claude Code).** Clone straight into your skills directory:
18 
19```bash
20git clone https://github.com/noah-vl/linkedin-post-max.git \
21 ~/.claude/skills/linkedin-post-max
22```
23 
24Check your agent can see it (Claude Code path shown; other agents use their own skills directory):
25 
26```bash
27ls ~/.claude/skills/linkedin-post-max/SKILL.md
28```
29 
30**Claude Code plugin.** For marketplace install:
31 
32```
33/plugin marketplace add noah-vl/linkedin-post-max
34/plugin install linkedin-post-max@noah-skills
35```
36 
37Heads up: the plugin cache gets refreshed on update, which can wipe content you've created. For regular use, install with `npx skills add` or clone.
38 
39## What it does
40 
41Five jobs. Tell it what you want in plain language and it picks the right one.
42 
43- **Write a post.** Give it an idea and get two or three versions in your voice, ready to paste. If the idea is still vague, it asks a few questions to find the angle first, then writes.
44- **Brainstorm ideas.** Get a handful of post ideas pulled from your topics and anything you've saved, each with a starting line so you can go straight to writing.
45- **Find something to write about.** It searches the web around your topics and shows you what's getting attention. Pick what's worth a post and it saves it for later or starts a draft.
46- **Learn from a post you published.** Paste something you actually posted. It reads it against your voice file and suggests small updates.
47- **Save what it has learned.** Roll the things it has picked up into your main voice file, with your okay on each change.
48 
49## Setup (about 5 minutes)
50 
51The first time through, it walks you through setup. Paste three to five of your past LinkedIn posts and it works out your tone, the words you reach for, how you tend to open, and your rhythm, then saves that to a voice file. After that it asks what you post about and why, plus any post formats you reuse. You do this once per person.
52 
53## How it learns your voice
54 
55It picks things up three ways as you work:
56 
57- **As you edit.** When you ask for a change ("shorter," "drop the closing line"), it notes the preference.
58- **After you pick a draft.** It asks one quick question: what made you choose that one? You can skip it.
59- **From what you publish.** Paste a post you've put out and it checks your voice file against the real thing.
60 
61These stay as suggestions until you tell it to save them, and your main voice file always wins. Over time the first draft lands closer to how you'd write it yourself.
62 
63## Make it yours
64 
65Your content lives in its own folder, separate from the skill, so updates never overwrite it: `~/.linkedin-post-max/` (or `$CLAUDE_PLUGIN_DATA` if you're on a Claude Code plugin install). Everything in it is plain text you can edit by hand. Change a file and the next draft follows it. No rebuild, no restart.
66 
67- `voices/<name>.md` — your tone, the words you use, how you open, things you'd never say.
68- `topics/<name>.md` — what you write about, your take on it, who you're writing for.
69- `templates/<name>.md` — optional formats for posts you write often (hiring, launch, recap).
70- `config/people.yaml` — the list of authors.
71 
72## What's inside
73 
74The skill folder is the program (safe to update or reinstall):
75 
76```
77linkedin-post-max/
78├── SKILL.md # Entry point: reads what you want, picks the right step
79├── onboarding.md # First-time setup (about 5 min)
80├── scripts/setup.sh # Prepares your data folder; runs at the start of a session
81├── config/people.example.yaml # Starter registry, copied to your data folder on first run
82├── voices/_template.md # Templates the skill fills in (topics/ and templates/ too)
83├── inspo/inbox.example.md # Shows the saved-item format
84└── workflows/
85 ├── create-post.md # Idea to finished post
86 ├── ideas.md # Suggest things to write about
87 ├── discover.md # Search the web for things worth a post
88 ├── fold-in-learnings.md # Save what it learned into your voice file
89 └── post-back.md # Learn from a post you published
90```
91 
92Your content lives separately, in `~/.linkedin-post-max/`, where updates never reach it:
93 
94```
95~

Preview

noah-vl/linkedin-post-maxnoah-vl/linkedin-post-max

$ npx -y skills add noah-vl/linkedin-post-max --skill linkedin-post-max

▸ installing to .claude/skills…

✓ linkedin-post-max ready

Reponoah-vl/linkedin-post-max
TypeSkills
CategoryContent & Copywriting
ForContent CreatorMarketer
UpdatedJun 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avataredit-articleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.SkillsJul 2026172k189k
  2. mattpocock avatarwriting-shapeWriting, exploit — shape raw material into an article, paragraph by paragraph.SkillsJul 2026165k189k
  3. mattpocock avatarwriting-fragmentsWriting, explore — mine raw fragments, no structure yet.SkillsJul 2026165k189k
  4. mattpocock avatarwriting-beatsWriting, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.SkillsJul 2026164k189k
  5. coreyhaines31 avatarcopywritingWhen the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages,…SkillsJul 2026164k42k
  6. heygen-com avatarslideshowAuthor a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and…SkillsJul 2026115k38k