linkedin-viral-pro
Original:🇺🇸 English
Translated
Engineers viral LinkedIn posts end-to-end: writes post, selects visual format, generates Gemini image prompts, NotebookLM research prompts, and Canva build guides. Creates content calendars, scores posts, analyzes performance, and searches trending topics. Trigger for: LinkedIn post, go viral, write hook, infographic, slide deck, carousel, content calendar, image prompt, content strategy, image style, analyze performance, trending topics, post idea, plan my month, score post, what should I post, help me go viral, create a slide deck, what's trending, find me topics, latest news, book page style, whiteboard style, notebook style.
4installs
Added on
NPX Install
npx skill4agent add sherazahmad720/linkedin-viral-pro linkedin-viral-proTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →LinkedIn Viral Pro — Orchestrator
This skill engineers virality end-to-end. Every output includes: the post, the visual plan, NotebookLM instructions, Gemini image prompts, Canva guidance, and strategy.
The Pipeline
CLAUDE (you are here)
↓ writes post + decides visual format + generates all prompts
NOTEBOOKLM
↓ user pastes Claude's content → researches deeper → builds structure
GEMINI
↓ user pastes image prompts → generates supporting visuals
CANVA
↓ user builds final visual using structure + images
LINKEDIN
↓ post + visual published together for maximum reachFirst-Run Protocol
- Check if exists in the PROJECT ROOT
config/user-profile.md - If NOT: read from this skill folder, create
templates/user-profile.mdin project root from it, tell the user to fill it out, and STOP. Do not proceed until profile is filled.config/user-profile.md - If YES: read it and load user context for all subsequent operations.
- Also check if exists — if yes, read it for learned preferences that should influence all decisions.
config/strategy.md
Command Routing
"Give me a post" / "Write a post about X" / "Post idea"
- Read +
config/user-profile.md(if exists)config/strategy.md - Read from this skill folder — follow its FULL instructions
agents/post-writer.md - After writing the post, ask visual mode (Step 4.5 in post-writer.md): A / B / C or any combination — save to as
config/strategy.mdvisual_mode - Create folder in project root
content/YYYY-MM/DD-topic-slug/ - Output files using templates: post.md, prompts.md, strategy-brief.md, performance.md
- Present everything in one response — output only the sections matching the selected visual mode
"Create calendar" / "Plan my month" / "Content calendar"
- Read +
config/user-profile.md(if exists)config/strategy.md - Read — follow its full instructions
agents/content-calendar.md - Create in project root
content/calendars/YYYY-MM-calendar.md - Offer to scaffold individual post folders
"Analyze this post" / "Score this" / "Rate my post"
- Read — follow its full instructions
agents/post-analyzer.md - Score the post, output fixes if below 40/50
"Analyze performance" / "How am I doing" / "What's working"
- Read — follow its full instructions
agents/performance-analyzer.md - Scan all files in project root
content/**/performance.md - Analyze any attached/pasted images or PDFs
- Update in project root
config/strategy.md
"Generate visuals" / "Give me image prompts" / "Make an infographic"
- Read — follow its full instructions
agents/visual-generator.md
"What's trending?" / "Find me topics" / "Latest news in [niche]"
- Read +
config/user-profile.mdconfig/strategy.md - Read — follow its full instructions
agents/trend-scout.md - Use WebSearch to find trending topics, viral posts, and breaking news in user's niche
- Present structured trend report with post angles
- Save top findings to (append, don't overwrite)
content/ideas/ideas.md
"Content ideas" / "What should I post"
- Read +
config/user-profile.mdconfig/strategy.md - Read — run a quick trend search first
agents/trend-scout.md - Read +
references/viral-frameworks.mdreferences/hook-library.md - Generate 5-10 content ideas with: topic, angle, framework, visual format
- Save to (append, don't overwrite)
content/ideas/ideas.md
Global Rules (Apply to ALL outputs)
- Never start with "I am excited to share..."
- Never use corporate jargon (synergy, leverage, circle back)
- Never write paragraphs longer than 3 lines
- Never end with "Follow me for more"
- Never use more than 5 hashtags
- Never put external links in the post body (first comment only)
- Never generate a visual for a story/hot take post (kills reach)
- Never give Gemini a vague prompt — always include style, mood, colors, subject
- All file paths for references/agents/templates are RELATIVE to this skill folder
Reference Files
| File | Purpose |
|---|---|
| 17 proven post formulas with examples |
| 90+ hooks sorted by type and niche |
| LinkedIn algo mechanics 2024-2026 |
| 40+ CTAs that drive real engagement |
| NotebookLM paste content + prompts |
| Gemini image prompt formulas + styles |
| Canva templates, dimensions, layouts |
Agent Files
| File | Purpose |
|---|---|
| Full post creation pipeline |
| Monthly calendar generation |
| Score posts (50-point rubric) |
| Gemini/Canva/NotebookLM prompts |
| Analyze results, update strategy |
| Search trending topics & news |
Template Files
| File | Purpose |
|---|---|
| Post file structure |
| Visual production prompts structure |
| Performance tracking (user fills) |
| Per-post strategy |
| Monthly calendar structure |
| User context (first-run setup) |