moda-social-linkedin
Original:🇺🇸 English
Translated
LinkedIn creative: posts, document carousels (exported as ONE multi-page PDF), banners, company-page art.
4installs
Sourcemoda-design/moda
Added on
NPX Install
npx skill4agent add moda-design/moda moda-social-linkedinTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →moda-social-linkedin
<!-- moda:banner -->PREREQUISITE — load once per session (step-0, write contract,
free/metered map). Already loaded? Skip ahead. If you cannot load it, the
non-negotiables: run before anything;
before creating; every write carries the latest revision — on
, re-read and retry once (it heals); send the canvas link the
moment it exists; stuck or failed? — free and fast,
never guess.
<!-- /moda:banner -->
moda-coremoda doctor --jsonmoda brand liststale_revisionmoda ask "<question>"Sizes and defaults
| Format | Size | | Notes |
|---|---|---|---|
| Link/landscape post image | 1200×627 | | the feed default for a link-style post |
| Portrait post image | 1080×1350 | | more feed height; use when the piece is type-led |
| Document-carousel page | 1080×1350 | | 6–10 pages; ships as ONE PDF |
| Profile banner | 1584×396 | | the profile photo covers the bottom-left |
| Company page cover | 1128×191 | | very short — a lockup and one line, nothing else |
- Document carousels are read SMALL in the feed: headline-first pages, one idea per page, body type no smaller than ~34px at 1080 wide.
- Profile banner: keep the bottom-left quiet, place content center/right (the right two-thirds), copy limited to a name/role plus at most one short line.
- Carousel page bottom-center ~60px is overlapped by LinkedIn's own chrome.
Recipe — document carousel (the signature move)
A LinkedIn carousel is a document — ONE multi-page PDF, never a zip of
images. The description promises it; the export step is where it is kept.
- — send the link immediately.
moda canvas create --name "[Topic] — LinkedIn doc" --intent "[brief]" --size 1080x1350 --category carousel --brand [KIT] - Lock the system first: 2–4 colors, exactly two fonts, one grid, one motif.
- Author page 1 ALONE — the hook, 5–9 words, no logo: ;
moda canvas markup [CANVAS_REF] --file - --page [PAGE_ID]; fix until it proves the look.moda canvas screenshot [CANVAS_REF] - , then one markup apply per page — serial on one canvas. Last page carries the one ask and the brand.
moda canvas add-pages [CANVAS_REF] --count [N-1] - in ≤3-page batches; judge as a set.
moda canvas screenshot [CANVAS_REF] - — one multi-page PDF. Read
moda export [CANVAS_REF] --format pdf -o [topic]-linkedin.pdfand relaywarnings[]honestly (LinkedIn consumes the pages as images anyway).pdf_links_flattened
Recipe — single post image, banner, or company art
- — link immediately.
moda canvas create --name "[Topic] — LinkedIn" --intent "[brief]" --size [WxH from the table] --category social --brand [KIT] - Person-first when a name is given (the name is the hero lockup, the company supports); company-led only on request: logo + one value prop, no headshots.
- Author in one apply: .
moda canvas markup [CANVAS_REF] --file - --page [PAGE_ID] - — check the bottom-left avatar zone on a banner, contrast and type floor everywhere; fix and re-screenshot.
moda canvas screenshot [CANVAS_REF] - .
moda export [CANVAS_REF] --format png --pixel-ratio 2 -o [topic]-linkedin.png
Examples
- "a LinkedIn carousel about our launch" → document-carousel recipe → ONE PDF.
- "a post image for this announcement" → single recipe at 1200×627.
- "refresh my LinkedIn banner" → single recipe at 1584×396, content center/right.
- "company page cover for [Company]" → single recipe at 1128×191, lockup only.
- "a 10-page LinkedIn doc on [Topic]" → carousel recipe, 10 pages, one PDF.
Errors
Any typed error → load moda-core and read its recovery reference.
The trap here is exporting a carousel as a zip: png/jpeg multi-page arrives as a
zip, so carousels export . heals — retry once.
--format pdfstale_revisionMake it recurring
A weekly thought-leadership carousel → moda-automate runs the schedule (the
artifact still routes here); the winning page system → moda-templates.
See also: moda-social — other platforms, ad sets, carousel theory ·
moda-core — the contract, recovery, everything Moda can do.
References
| Doc | Load when |
|---|---|
| references/linkedin.md | depth: document-post conventions, banner lockups, feed legibility |
| references/markup.md | before any markup apply |
| references/export.md | PDF vs zip, warnings, pixel ratio |