MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Linkedin-Post-Formatter

Linkedin-Post-Formatter是一款writing方向的AI技能,核心价值是Format and draft compelling LinkedIn posts using Unicode bold/italic styling, visual separators, structured sections, and engagement-optimized patterns,可用于解决开发者在writing领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Format and draft compelling LinkedIn posts using Unicode bold/italic styling, visual separators, structured sections, and engagement-optimized patterns. USE FOR: draft LinkedIn post, format text for L

Last verified on: 2026-05-30
mkdir -p ./skills/linkedin-post-formatter && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/linkedin-post-formatter/SKILL.md -o ./skills/linkedin-post-formatter/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# LinkedIn Post Formatter


Transform raw content, ideas, or technical material into polished, engagement-optimized LinkedIn posts using Unicode typography and proven structural patterns.


Overview


LinkedIn only supports plain text — no Markdown rendering, no rich formatting. This skill uses Unicode Mathematical Alphanumeric Symbols to simulate bold, italic, and bold-italic text that renders natively in the LinkedIn editor without any external tools.


Unicode Typography Reference


When converting plain text into Unicode-styled LinkedIn text, first load and use `references/unicode-charmap.md` as the authoritative character mapping reference.


Apply these character mappings to create visual emphasis in plain text:


Bold (Mathematical Sans-Serif Bold)


Use bold for key phrases, section headers, and emphasis words.


| Plain | Unicode Bold |

|-------|-------------|

| A-Z | 𝗔-𝗭 |

| a-z | 𝗮-𝘇 |

| 0-9 | 𝟬-𝟵 |


Italic (Mathematical Sans-Serif Italic)


Use italic for subtle emphasis, technical terms, or quotes.


| Plain | Unicode Italic |

|-------|---------------|

| A-Z | 𝘈-𝘡 |

| a-z | 𝘢-𝘻 |


Bold-Italic (Mathematical Sans-Serif Bold Italic)


Use sparingly for maximum emphasis.


| Plain | Unicode Bold-Italic |

|-------|-------------------|

| A-Z | 𝘼-𝙕 |

| a-z | 𝙖-𝙯 |


Visual Separators


Use these characters to create visual structure:


- **Section divider**: `━━━━━━━━━━━━━━━━━━━━━━` (box-drawing heavy horizontal)

- **Bullet points**: `◈` (diamond with dot) or `◎` (bullseye)

- **Arrow flow**: `↓` for vertical flow, `→` for horizontal continuation

- **Sub-points**: `↳` for indented sub-items

- **Numbered items**: Use bold Unicode digits `𝟭. 𝟮. 𝟯.` etc.


Post Structure Patterns


Pattern 1: Hook → Content → CTA (General Purpose)


text
[Bold hook line — provocative statement or question]

[1-2 lines of context setting the stage]

━━━━━━━━━━━━━━━━━━━━━━

[Main content with bold section headers]
[Bullet points using ◈ or numbered with bold digits]

━━━━━━━━━━━━━━━━━━━━━━

[Bold takeaway or summary]

[Call to action — repost, comment, or grab resource]

#Hashtags

Pattern 2: Listicle (Numbered Insights)


text
[Bold opening line with a strong claim]

[Setup line explaining what follows]

𝟭. [Bold item title]
   [Supporting detail]

𝟮. [Bold item title]
   [Supporting detail]

...

𝗧𝗵𝗲 𝗸𝗲𝘆 𝘁𝗮𝗸𝗲𝗮𝘄𝗮𝘆: [Summary in italic]

#Hashtags

Pattern 3: Story → Lesson (Thought Leadership)


text
[Italic opening with a personal or observed moment]

[2-3 short paragraphs telling the story]

━━━━━━━━━━━━━━━━━━━━━━

𝗧𝗵𝗲 𝗹𝗲𝘀𝘀𝗼𝗻:

[Bold lesson or principle extracted from the story]

[CTA]

#Hashtags

Pattern 4: Resource Share (Cheatsheet/Guide/Tool)


text
[Hook: "If you do X, you cannot miss this..."]

[Brief description of what the resource covers]

━━━━━━━━━━━━━━━━━━━━━━

[Bold section count]. [Bold section titles as numbered list]

━━━━━━━━━━━━━━━━━━━━━━

𝗧𝗵𝗲 𝗿𝗲𝗮𝗹 𝘁𝗮𝗸𝗲𝗮𝘄𝗮𝘆:

[Why this resource matters — bold key phrase]

[Grab it / Share it CTA]

♻️ 𝗥𝗲𝗽𝗼𝘀𝘁 if this is useful to your network.

#Hashtags

Formatting Rules


1. **Line breaks matter**: LinkedIn collapses multiple blank lines. Use single blank lines between paragraphs.

2. **Hook above the fold**: The first 2-3 lines must compel the reader to click "see more." Front-load value.

3. **Short paragraphs**: 1-3 sentences max per paragraph. Wall of text kills engagement.

4. **Bold sparingly**: Bold key phrases and headers, not entire paragraphs.

5. **Italic for nuance**: Use italic for technical terms, internal thoughts, or subtle emphasis.

6. **Hashtags at the end**: 5-8 relevant hashtags on the last line. No mid-post hashtags.

7. **No emojis in body** unless the user explicitly requests them. Exception: one strategic emoji in CTA (♻️ for repost).

8. **Character limit**: LinkedIn posts can be up to 3000 characters. Aim for 1500-2500 for optimal engagement.

9. **No URLs

🎯 Best For

  • Claude users
  • GitHub Copilot users
  • Content creators
  • Writers
  • Editors

💡 Use Cases

  • Content creation
  • Style guide enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Linkedin-Post-Formatter to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Can Linkedin-Post-Formatter maintain my brand voice?

Yes — provide style guides or example content in your prompt for consistent brand-aligned output.

How do I install Linkedin-Post-Formatter?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/linkedin-post-formatter/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Publishing unedited drafts

AI writing needs human editing for facts, flow, and authentic voice.

🔗 Related Skills