npx skills add ...
npx skills add github/awesome-copilot --skill linkedin-post-formatter
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 LinkedIn, create social media post, write thought leadership post, convert content to LinkedIn format, LinkedIn carousel text, Unicode bold italic formatting.
npx skills add github/awesome-copilot --skill linkedin-post-formatter
Transform raw content, ideas, or technical material into polished, engagement-optimized LinkedIn posts using Unicode typography and proven structural patterns.
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.
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:
Use bold for key phrases, section headers, and emphasis words.
| Plain | Unicode Bold |
|---|---|
| A-Z | ๐-๐ญ |
| a-z | ๐ฎ-๐ |
| 0-9 | ๐ฌ-๐ต |
Use italic for subtle emphasis, technical terms, or quotes.
| Plain | Unicode Italic |
|---|---|
| A-Z | ๐-๐ก |
| a-z | ๐ข-๐ป |
Use sparingly for maximum emphasis.
| Plain | Unicode Bold-Italic |
|---|---|
| A-Z | ๐ผ-๐ |
| a-z | ๐-๐ฏ |
Use these characters to create visual structure:
โโโโโโโโโโโโโโโโโโโโโโ (box-drawing heavy horizontal)โ (diamond with dot) or โ (bullseye)โ for vertical flow, โ for horizontal continuationโณ for indented sub-items๐ญ. ๐ฎ. ๐ฏ. etc.references/unicode-charmap.md.