/linkedin-writer
Creates viral LinkedIn posts using proven formats, post templates, and voice matching. Use when user needs engaging, high-performing posts for LinkedIn.
$ npx -y skills add ognjengt/founder-skills --skill linkedin-writer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/linkedin-writer
Context preview
The summary Claude sees to decide when to auto-load this skill.
Creates viral LinkedIn posts using proven formats, post templates, and voice matching. Use when user needs engaging, high-performing posts for LinkedIn.
SKILL.md
linkedin-writer.SKILL.mdname: linkedin-writer
description: Creates viral LinkedIn posts using proven formats, post templates, and voice matching. Use when user needs engaging, high-performing posts for LinkedIn.
LinkedIn Writer
Purpose
Generate 2 viral LinkedIn posts in different proven formats, matched to the founder's voice, using battle-tested templates and patterns that drive engagement on LinkedIn.
---
Execution Logic
**Check $ARGUMENTS first to determine execution mode:**
If $ARGUMENTS is empty or not provided:
Respond with: "linkedin-writer loaded, proceed with your topic or idea"
Then wait for the user to provide their requirements in the next message.
If $ARGUMENTS contains content:
Proceed immediately to Task Execution (skip the "loaded" message).
---
Task Execution
When user requirements are available (either from initial $ARGUMENTS or follow-up message):
1. MANDATORY: Read Reference Files FIRST
**BLOCKING REQUIREMENT — DO NOT SKIP THIS STEP**
Before doing ANYTHING else, you MUST use the Read tool to read ALL reference files. This is non-negotiable:
Read: ./references/linkedin-formats.md
Read: ./references/linkedin-posts.md
**What you will find:**
- **linkedin-formats.md**: 7 proven LinkedIn post formats with structure templates, psychology, rules, and when-to-use matching logic
- **linkedin-posts.md**: 8+ proven viral LinkedIn posts organized by format type — the example and voice library
**DO NOT PROCEED** to Step 2 until you have read all files and have their content in context.
2. Check for Business Context
Check if `FOUNDER_CONTEXT.md` exists in the project root.
- **If it exists:** Read it and use the business context to personalize output (industry terminology, audience pain points, brand voice, company name, products, achievements).
- **If it doesn't exist:** Proceed using defaults from "Defaults & Assumptions."
3. Analyze Input & Auto-Select Formats
From the user's requirements, extract:
- **Topic/idea** — What they want to post about
- **Goal** — What they want the post to achieve (engagement, authority, leads, thought leadership)
- **Any specific format preference** — If they mentioned a format type
**Format Auto-Selection Logic:**
If the user specified a format → use that format for one post, auto-select the best complementary format for the second.
If the user did NOT specify a format, auto-select 2 different formats based on the topic:
| If the topic involves... | Best format match | |---|---| | Multiple tips, lessons, mistakes, or advice points | **Lessons Learned** | | A complete process, roadmap, or "how to achieve X" | **Actionable Blueprint** | | A personal experience, failure, setback, or pivotal moment | **Personal Story** | | Explaining one specific technique, hack, or strategy with proof | **Strategy Breakdown** | | Analyzing a specific company, product, or brand | **Case Study** | | A strong opinion, industry trend, prediction, or contrarian view | **Industry Hot Take** | | A small but impactful tip or optimization | **Quick Hack** |
**Always select 2 DIFFERENT formats.** Choose the primary format based on the strongest topic match, then select a complementary second format that gives the user a different angle on the same topic.
4. Generate 2 Viral LinkedIn Posts
Using the formats and posts you loaded in Steps 1-3:
1. **Study the example posts** in linkedin-posts.md for your selected formats — internalize the rhythm, structure, hook style, and length 2. **Extract the voice DNA** from the reference posts — match the writing style:
- Conversational and direct, like talking to a peer
- Short paragraphs (1-3 sentences each)
- Heavy line breaks for readability
- Mixes professional insight with personality
- Uses specific numbers and data
- First-person perspective with real examples
- No corporate jargon
3. **If FOUNDER_CONTEXT.md exists**, blend the founder's brand voice with the voice DNA from the reference posts 4. **Draft each post** following the format's structure template, the voice DNA, and all Writing Rules below 5. **Run each post through the Engagement Test:** "Would someone save this post or leave a comment?" If no → rewrite before continuing
**Critical requirements:**
- Each post must use a DIFFERENT format (no repeats)
- Each post must match the voice DNA from the reference posts
- Each post must be about the user's SPECIFIC topic (not generic advice)
- Each post must follow the format's structure template from linkedin-formats.md
- Each post must be ready to copy-paste and post immediately — no placeholders, no [brackets], no instructions
- The first 2 lines of each post must work as a compelling hook above LinkedIn's "see more" fold
5. Format and Verify
- Structure output according to **Output Format** section
- Complete **Quality Checklist** self-verification before presenting output
- If any post feels generic, forced, or wouldn't pass the Engagement Test → rewrite before presenting
---
Writing Rules
Hard constraints. No interpretation.
Core Rules (Apply to ALL LinkedIn posts)
- **First 2 lines are everything.** LinkedIn cuts off at ~210 characters with "see more." Your hook must compel the click. Make it the strongest part of the post.
- Use frequent line breaks. On LinkedIn, white space = readability = engagement. One idea per paragraph.
- Short paragraphs only — 1-3 sentences max per paragraph. Wall of text = scroll past.
- Specific numbers > vague claims ("52% increase" not "significant increase", "23-person agency" not "large agency").
- Active voice only. Never passive.
- Present tense preferred.
- Conversational tone — write like you're talking to one person, not presenting to a boardroom.
- No hashtags in the body of the post. If used at all, maximum 3 at the very end below a line break.
- No engagement bait ("Like if you agree", "Share this with someone who needs it"). It kills credibility on LinkedIn.
- Every sentence must earn its place. If
Read more
name: linkedin-writer description: Creates viral LinkedIn posts using proven formats, post templates, and voice matching. Use when user needs engaging, high-performing posts for LinkedIn.
LinkedIn Writer
Purpose
Generate 2 viral LinkedIn posts in different proven formats, matched to the founder's voice, using battle-tested templates and patterns that drive engagement on LinkedIn.
---
Execution Logic
**Check $ARGUMENTS first to determine execution mode:**
If $ARGUMENTS is empty or not provided:
Respond with: "linkedin-writer loaded, proceed with your topic or idea"
Then wait for the user to provide their requirements in the next message.
If $ARGUMENTS contains content:
Proceed immediately to Task Execution (skip the "loaded" message).
---
Task Execution
When user requirements are available (either from initial $ARGUMENTS or follow-up message):
1. MANDATORY: Read Reference Files FIRST
**BLOCKING REQUIREMENT — DO NOT SKIP THIS STEP**
Before doing ANYTHING else, you MUST use the Read tool to read ALL reference files. This is non-negotiable:
Read: ./references/linkedin-formats.md Read: ./references/linkedin-posts.md
**What you will find:**
- **linkedin-formats.md**: 7 proven LinkedIn post formats with structure templates, psychology, rules, and when-to-use matching logic
- **linkedin-posts.md**: 8+ proven viral LinkedIn posts organized by format type — the example and voice library
**DO NOT PROCEED** to Step 2 until you have read all files and have their content in context.
2. Check for Business Context
Check if `FOUNDER_CONTEXT.md` exists in the project root.
- **If it exists:** Read it and use the business context to personalize output (industry terminology, audience pain points, brand voice, company name, products, achievements).
- **If it doesn't exist:** Proceed using defaults from "Defaults & Assumptions."
3. Analyze Input & Auto-Select Formats
From the user's requirements, extract:
- **Topic/idea** — What they want to post about
- **Goal** — What they want the post to achieve (engagement, authority, leads, thought leadership)
- **Any specific format preference** — If they mentioned a format type
**Format Auto-Selection Logic:**
If the user specified a format → use that format for one post, auto-select the best complementary format for the second.
If the user did NOT specify a format, auto-select 2 different formats based on the topic:
| If the topic involves... | Best format match | |---|---| | Multiple tips, lessons, mistakes, or advice points | **Lessons Learned** | | A complete process, roadmap, or "how to achieve X" | **Actionable Blueprint** | | A personal experience, failure, setback, or pivotal moment | **Personal Story** | | Explaining one specific technique, hack, or strategy with proof | **Strategy Breakdown** | | Analyzing a specific company, product, or brand | **Case Study** | | A strong opinion, industry trend, prediction, or contrarian view | **Industry Hot Take** | | A small but impactful tip or optimization | **Quick Hack** |
**Always select 2 DIFFERENT formats.** Choose the primary format based on the strongest topic match, then select a complementary second format that gives the user a different angle on the same topic.
4. Generate 2 Viral LinkedIn Posts
Using the formats and posts you loaded in Steps 1-3:
1. **Study the example posts** in linkedin-posts.md for your selected formats — internalize the rhythm, structure, hook style, and length 2. **Extract the voice DNA** from the reference posts — match the writing style:
- Conversational and direct, like talking to a peer
- Short paragraphs (1-3 sentences each)
- Heavy line breaks for readability
- Mixes professional insight with personality
- Uses specific numbers and data
- First-person perspective with real examples
- No corporate jargon
3. **If FOUNDER_CONTEXT.md exists**, blend the founder's brand voice with the voice DNA from the reference posts 4. **Draft each post** following the format's structure template, the voice DNA, and all Writing Rules below 5. **Run each post through the Engagement Test:** "Would someone save this post or leave a comment?" If no → rewrite before continuing
**Critical requirements:**
- Each post must use a DIFFERENT format (no repeats)
- Each post must match the voice DNA from the reference posts
- Each post must be about the user's SPECIFIC topic (not generic advice)
- Each post must follow the format's structure template from linkedin-formats.md
- Each post must be ready to copy-paste and post immediately — no placeholders, no [brackets], no instructions
- The first 2 lines of each post must work as a compelling hook above LinkedIn's "see more" fold
5. Format and Verify
- Structure output according to **Output Format** section
- Complete **Quality Checklist** self-verification before presenting output
- If any post feels generic, forced, or wouldn't pass the Engagement Test → rewrite before presenting
---
Writing Rules
Hard constraints. No interpretation.
Core Rules (Apply to ALL LinkedIn posts)
- **First 2 lines are everything.** LinkedIn cuts off at ~210 characters with "see more." Your hook must compel the click. Make it the strongest part of the post.
- Use frequent line breaks. On LinkedIn, white space = readability = engagement. One idea per paragraph.
- Short paragraphs only — 1-3 sentences max per paragraph. Wall of text = scroll past.
- Specific numbers > vague claims ("52% increase" not "significant increase", "23-person agency" not "large agency").
- Active voice only. Never passive.
- Present tense preferred.
- Conversational tone — write like you're talking to one person, not presenting to a boardroom.
- No hashtags in the body of the post. If used at all, maximum 3 at the very end below a line break.
- No engagement bait ("Like if you agree", "Share this with someone who needs it"). It kills credibility on LinkedIn.
- Every sentence must earn its place. If
This repository contains 20+ Claude skills that will help you turn Claude into a Fortune 500 growth team. Stop prompting from scratch and use 20+ proven marketing, copywriting, and product skills companies pay millions for. Learn more at:
Repo: ognjengt/founder-skills
Other skills on founder-skills.
- /brand-copywriter
Writes marketing copy using proven copywriting frameworks. Use when user needs copy for ads (Facebook, Instagram, TikTok, YouTube), landing pages, sales pages, email sequences, LinkedIn posts, product descriptions, or any marketing content.
Open skill - /competitor-intel
Analyzes competitors using web research to provide verified business metrics, actionable leverage strategies, and predicted next moves. Use when user needs competitive intelligence, competitor analysis, market positioning insights, or strategic leverage opportunities.
Open skill - /cro-optimization
Analyzes landing pages and provides detailed CRO (Conversion Rate Optimization) recommendations. Use when user provides a landing page URL or HTML/CSS code and needs optimization advice to maximize conversions, signups, or sales. Extracts page elements, audits against proven CRO
Open skill - /go-to-market-plan
Analyzes the founder's business context to deliver 3 best go-to-market strategies tailored to their current stage, product, and market. Asks up to 10 diagnostic questions when needed to understand product readiness, target market clarity, competitive positioning, and
Open skill - /lead-magnet-generator
Creates viral lead magnet posts that drive comments and DMs. Produces 2 versions - a quick punchy format and a detailed format with bullet points. Use when user needs social media posts to give away a lead magnet in exchange for engagement.
Open skill - /marketing-ideas
Produces the best marketing ideas for your business by analyzing your FOUNDER_CONTEXT and matching it against a curated database of 170+ proven marketing strategies. Use when user needs creative, actionable marketing ideas tailored to their business.
Open skill

