Create linkedin content

Draft voice-tuned LinkedIn post variants from a free-form brief.

How to use it

  1. Hit Copy SKILL.md — or use the Claude Code line below to get every file.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit gooseworks-ai/goose-skills/skills/content/capabilities/create-linkedin-content#main ~/.claude/skills/create-linkedin-content

For one project only, change the path to .claude/skills/create-linkedin-content. This skill also uses linkedin-a-builder-story.md, linkedin-b-product-launch.md — copying SKILL.md alone won't be enough. See the folder on GitHub.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text154 lines
create-linkedin-content/SKILL.md154 lines6.4 KBpushed 96d agoRawView on GitHub

Create LinkedIn Content

Draft LinkedIn post variants that sound like a real human practitioner, not a LinkedIn thought-leader persona. Reads a voice guide the user has already generated (or prompts to create one), produces multiple framings of the same idea, and saves each variant as its own markdown file with frontmatter.

This is an agent-executed skill — the agent does the drafting and self-check inline. No Python script.

Mirrors create-x-content structurally; differences are marked ★.

Quick Start

/create-linkedin-content --brief "New open-source CLI that turns Figma files into React components. Called figma2react. Free, MIT licensed."

Or interactively:

/create-linkedin-content

Inputs

Flag Required Default
--brief Yes (asked interactively if missing)
--variants No Skill decides based on brief richness (2–5)
--voice-guide No Resolved via chain below
--output No ./content/YYYY-MM-DD-<topic-slug>/
--topic No Derived from brief

Voice Guide Resolution

Resolve in this order, stop at first hit:

  1. --voice-guide <path> flag
  2. ~/.goose-skills/config.jsonvoice_guides.linkedin
  3. ~/.goose-skills/voice-guides/voice-linkedin.md (default path)
  4. Fallback prompt — no guide found. Three options:
    • (a) Paste a path to an existing guide
    • (b) Run /generate-voice-guide --platforms linkedin now to create one (recommended)
    • (c) Proceed with a neutral default (warn that variants will sound generic)

LinkedIn-Specific Defaults ★

Apply these unless the voice guide explicitly says otherwise:

  • Length: 150–500 words per variant (LinkedIn rewards longer than X but shorter than a blog post)
  • Bullets: arrow style () for workflow steps — this is LinkedIn-native
  • Numbered steps: emoji numbers 1️⃣ 2️⃣ 3️⃣ allowed sparingly for installation/quickstart type posts
  • "Why this matters" beat: every post should have one — LinkedIn audiences want the so what? more explicitly than X audiences
  • Hashtags: 0–2 max. Prefer zero.
  • CTAs: "Link in comments" pattern is LinkedIn-native; inline links are fine too. Avoid "Follow me for more."
  • Openings: more scene-setting is ok (1–2 lines of context before the hook). Unlike X, you don't have to hook-first.

Workflow

Phase 1 — Load the voice guide

Same as create-x-content Phase 1 — load voice guide, extract banned phrases, hook patterns, format rules, dos/don'ts, examples.

Phase 2 — Parse the brief and decide variant count

Same 2–5 decision rubric. LinkedIn briefs often warrant fewer variants than X because LinkedIn posts are longer and the audience expects more narrative coherence — 3 strong framings usually beats 5.

Phase 3 — Generate variants with LinkedIn-appropriate framings

Framings tuned for LinkedIn (subset of the X framings, plus a few LinkedIn-native ones):

Framing Structure When to use
builder-story "I built X. Here's why. Here's what I learned." LinkedIn-native — builder stories outperform tactical posts here
product-launch Clear hook + 2-step quickstart + link New tool/product announcements
problem-first Open with the pain, then solution Universal
ecosystem-map Curated list of N related tools/companies Landscape posts
contrarian-insight "Your X might be worth more than Y" Opinion pieces with a fresh take
workflow-tutorial Arrow-bulleted step-by-step, with numbers Tactical how-tos (denser than X version)

Phase 4 — Self-check against the voice guide

Same 4 checks as create-x-content:

  1. Banned phrase check
  2. Length check (150–500 for LinkedIn)
  3. "Meat" check — specific tools/numbers/builds
  4. Voice-match spot check

Plus LinkedIn-specific: 5. Arrow-bullet check — if the post uses lists, are they style (or numbered emojis), matching the LinkedIn convention? 6. "Why this matters" check — does the post explain the stakes, or does it just state the facts? Add a "why this matters" beat if missing. 7. No corporate tone — does it sound like a press release? If yes, rewrite to sound like a human practitioner.

Phase 5 — Save outputs

File naming (the linkedin- prefix distinguishes from X variants when they live in the same folder):

linkedin-<letter>-<framing-slug>.md

Examples: linkedin-a-builder-story.md, linkedin-b-product-launch.md.

Frontmatter:

---
id: <topic-slug>-li-<letter>
platform: linkedin
format: standard | long
topic: <slug>
framing: <framing-slug>
status: draft
---

Phase 6 — Deliver

Print output directory, file list, framing summary, suggested next step.

Outputs

  • <output>/linkedin-<letter>-<framing>.md per variant

Examples

Builder story brief:

/create-linkedin-content --brief "Built a CRM for my AI agents using just markdown files and Claude Code. No Salesforce, no HubSpot. Works better than both."

→ 3 variants (builder-story, contrarian-insight, workflow-tutorial)

Launch brief:

/create-linkedin-content --brief "Launching goose-aeo — open-source CLI that measures your brand's visibility on AI search engines like ChatGPT, Perplexity, Gemini. npm install, three commands to run."

→ 3 variants (product-launch, problem-first, workflow-tutorial)

Dependencies

  • A voice guide at the resolved path
  • generate-voice-guide skill (for creating one when missing)

Tips

  • Arrow bullets are a LinkedIn signal. When in doubt, use them. They make the post scan-friendly and land as "LinkedIn-native."
  • Never open with "I'm humbled" or "Grateful for..." — LinkedIn performative cringe. The voice guide should flag these; honor it.
  • Cross-reference ecosystems. LinkedIn readers like knowing the landscape. If you mention a tool, it's fine to note 1–2 comparable ones.
  • End with a forward-looking line. "Fast-forward 3 model generations" or "This will change X over the next 12 months" — beats a soft "thoughts?"
1---
2name: create-linkedin-content
3description: >
4 Draft voice-tuned LinkedIn post variants from a free-form brief. Reads a personal
5 voice guide (generated via generate-voice-guide), produces 2–5 variants with
6 distinct framings, applies LinkedIn-specific defaults (arrow bullets, "why this
7 matters" beat, 150–500 words), and self-checks against the voice guide's banned
8 phrases before returning.
9tags: [content, social]
10---
11 
12# Create LinkedIn Content
13 
14Draft LinkedIn post variants that sound like a real human practitioner, not a LinkedIn thought-leader persona. Reads a voice guide the user has already generated (or prompts to create one), produces multiple framings of the same idea, and saves each variant as its own markdown file with frontmatter.
15 
16**This is an agent-executed skill** — the agent does the drafting and self-check inline. No Python script.
17 
18Mirrors `create-x-content` structurally; differences are marked ★.
19 
20## Quick Start
21 
22```
23/create-linkedin-content --brief "New open-source CLI that turns Figma files into React components. Called figma2react. Free, MIT licensed."
24```
25 
26Or interactively:
27```
28/create-linkedin-content
29```
30 
31## Inputs
32 
33| Flag | Required | Default |
34|------|----------|---------|
35| `--brief` | Yes (asked interactively if missing) | — |
36| `--variants` | No | Skill decides based on brief richness (2–5) |
37| `--voice-guide` | No | Resolved via chain below |
38| `--output` | No | `./content/YYYY-MM-DD-<topic-slug>/` |
39| `--topic` | No | Derived from brief |
40 
41## Voice Guide Resolution
42 
43Resolve in this order, stop at first hit:
44 
451. `--voice-guide <path>` flag
462. `~/.goose-skills/config.json``voice_guides.linkedin`
473. `~/.goose-skills/voice-guides/voice-linkedin.md` (default path)
484. **Fallback prompt** — no guide found. Three options:
49 - (a) Paste a path to an existing guide
50 - (b) Run `/generate-voice-guide --platforms linkedin` now to create one (recommended)
51 - (c) Proceed with a neutral default (warn that variants will sound generic)
52 
53## LinkedIn-Specific Defaults ★
54 
55Apply these unless the voice guide explicitly says otherwise:
56 
57- **Length:** 150–500 words per variant (LinkedIn rewards longer than X but shorter than a blog post)
58- **Bullets:** arrow style (`→`) for workflow steps — this is LinkedIn-native
59- **Numbered steps:** emoji numbers `1️⃣ 2️⃣ 3️⃣` allowed sparingly for installation/quickstart type posts
60- **"Why this matters" beat:** every post should have one — LinkedIn audiences want the *so what?* more explicitly than X audiences
61- **Hashtags:** 0–2 max. Prefer zero.
62- **CTAs:** "Link in comments" pattern is LinkedIn-native; inline links are fine too. Avoid "Follow me for more."
63- **Openings:** more scene-setting is ok (1–2 lines of context before the hook). Unlike X, you don't have to hook-first.
64 
65## Workflow
66 
67### Phase 1 — Load the voice guide
68 
69Same as `create-x-content` Phase 1 — load voice guide, extract banned phrases, hook patterns, format rules, dos/don'ts, examples.
70 
71### Phase 2 — Parse the brief and decide variant count
72 
73Same 2–5 decision rubric. LinkedIn briefs often warrant fewer variants than X because LinkedIn posts are longer and the audience expects more narrative coherence — 3 strong framings usually beats 5.
74 
75### Phase 3 — Generate variants with LinkedIn-appropriate framings
76 
77Framings tuned for LinkedIn (subset of the X framings, plus a few LinkedIn-native ones):
78 
79| Framing | Structure | When to use |
80|---------|-----------|-------------|
81| `builder-story` ★ | "I built X. Here's why. Here's what I learned." | LinkedIn-native — builder stories outperform tactical posts here |
82| `product-launch` ★ | Clear hook + 2-step quickstart + link | New tool/product announcements |
83| `problem-first` | Open with the pain, then solution | Universal |
84| `ecosystem-map` | Curated list of N related tools/companies | Landscape posts |
85| `contrarian-insight` | "Your X might be worth more than Y" | Opinion pieces with a fresh take |
86| `workflow-tutorial` | Arrow-bulleted step-by-step, with numbers | Tactical how-tos (denser than X version) |
87 
88### Phase 4 — Self-check against the voice guide
89 
90Same 4 checks as `create-x-content`:
911. Banned phrase check
922. Length check (150–500 for LinkedIn)
933. "Meat" check — specific tools/numbers/builds
944. Voice-match spot check
95 
96Plus LinkedIn-specific:
975. **Arrow-bullet check** — if the post uses lists, are they `→` style (or numbered emojis), matching the LinkedIn convention?
986. **"Why this matters" check** — does the post explain the stakes, or does it just state the facts? Add a "why this matters" beat if missing.
997. **No corporate tone** — does it sound like a press release? If yes, rewrite to sound like a human practitioner.
100 
101### Phase 5 — Save outputs
102 
103File naming (the `linkedin-` prefix distinguishes from X variants when they live in the same folder):
104```
105linkedin-<letter>-<framing-slug>.md
106```
107Examples: `linkedin-a-builder-story.md`, `linkedin-b-product-launch.md`.
108 
109Frontmatter:
110```yaml
111---
112id: <topic-slug>-li-<letter>
113platform: linkedin
114format: standard | long
115topic: <slug>
116framing: <framing-slug>
117status: draft
118---
119```
120 
121### Phase 6 — Deliver
122 
123Print output directory, file list, framing summary, suggested next step.
124 
125## Outputs
126 
127- `<output>/linkedin-<letter>-<framing>.md` per variant
128 
129## Examples
130 
131**Builder story brief:**
132```
133/create-linkedin-content --brief "Built a CRM for my AI agents using just markdown files and Claude Code. No Salesforce, no HubSpot. Works better than both."
134```
135→ 3 variants (builder-story, contrarian-insight, workflow-tutorial)
136 
137**Launch brief:**
138```
139/create-linkedin-content --brief "Launching goose-aeo — open-source CLI that measures your brand's visibility on AI search engines like ChatGPT, Perplexity, Gemini. npm install, three commands to run."
140```
141→ 3 variants (product-launch, problem-first, workflow-tutorial)
142 
143## Dependencies
144 
145- A voice guide at the resolved path
146- `generate-voice-guide` skill (for creating one when missing)
147 
148## Tips
149 
150- **Arrow bullets are a LinkedIn signal.** When in doubt, use them. They make the post scan-friendly and land as "LinkedIn-native."
151- **Never open with "I'm humbled" or "Grateful for..."** — LinkedIn performative cringe. The voice guide should flag these; honor it.
152- **Cross-reference ecosystems.** LinkedIn readers like knowing the landscape. If you mention a tool, it's fine to note 1–2 comparable ones.
153- **End with a forward-looking line.** "Fast-forward 3 model generations" or "This will change X over the next 12 months" — beats a soft "thoughts?"
154 

Discussion

Alternatives

Also in Posting & scheduling
Linkedin comment drafterDraft a LinkedIn comment on someone else's post from its URL, or reshare (repost) it to your feed with optional commentary. Use when the user pastes a post URL and asks to comment, engage, be first commenter, or repost with their thoughts. Produces 1-3 variants in the user's voice, picks a reaction, and publishes via Publora on approval. Not for replying to existing comments (use linkedin-reply-handler).Marketing · MITLinkedin content plannerGenerate a 7-day LinkedIn content plan from a theme, audience, and pillars. Produces per-day post pillar, format, hook type, CTA, posting time, daily comment targets, and a weekly inbound-readiness check. Use when the user wants to plan a week or month of content, not draft a single post (use linkedin-post-writer).Marketing · MITLinkedin employee advocacyStand up and run a LinkedIn employee advocacy program for a marketing or sales team. Covers 14-day launch playbook, brand-guideline governance, per-post time budget, cadence benchmarks, and team ROI (reach, engagement, pipeline). Triggers on "employee advocacy", "get the team posting", "scale LinkedIn across team", "advocacy ROI". Not for planning one person's own calendar (use linkedin-content-planner).Marketing · MITInstagram Audience InsightsRead your Instagram niche and profile from real data via Apify, no login. Scan a hashtag for the posts traveling now (likes, comments, owner) to see the format and hook that works. Pull profile stats for any handle, yours or a competitor's: followers, posts, bio, category. Instagram hides who liked or commented on other accounts, so this is discovery plus profiles, not engagers. Triggers on "what works in my niche", "scan the hashtag", "competitor stats". Not for writing captions (use ig-caption-writer).Marketing · MIT