LinkedIn Carousel Skill — AI skill for Claude Code
A Claude Code skill that generates professional, branded LinkedIn carousel PDFs.
How to install LinkedIn Carousel Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open skyremote/linkedin-carousel-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What LinkedIn Carousel Skill does
A [Claude Code](https://claude.ai/code) skill that generates professional, branded LinkedIn carousel PDFs. Upload the PDF as a document post and LinkedIn displays it as swipeable slides.
Alternatives in AI
- AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★
- Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
- Post Training — ai-research-skills GRPO, RLHF, DPO, SimPO 5.4k ★
README
LinkedIn Carousel Skill
A [Claude Code](https://claude.ai/code) skill that generates professional, branded LinkedIn carousel PDFs. Upload the PDF as a document post and LinkedIn displays it as swipeable slides.
Built by [NavAIgate](https://navaigate.dev).
What It Does
- Generates multi-slide carousel PDFs (1080x1080px per page)
- Applies your brand colours, fonts, and logo automatically
- Supports 7 slide types: hook, problem, solution, stats, steps, quote, CTA
- Optional AI-generated hero images via Nano Banana 2 (Gemini)
- Outputs individual slide PNGs for reuse on other platforms
- Writes a LinkedIn post caption to accompany the carousel
Installation
- Copy the
SKILL.mdfile to your Claude Code skills directory:
mkdir -p ~/.claude/skills/linkedin-carousel
curl -o ~/.claude/skills/linkedin-carousel/SKILL.md \
https://raw.githubusercontent.com/skyremote/linkedin-carousel-skill/main/SKILL.md
- On first use, the skill will ask you to set up your brand — company name, colours, font. This saves to
brand-config.jsonso every carousel matches your identity automatically.
Brand Setup
On first run, the skill asks for:
| Setting | Example | Default |
|---|---|---|
| Company name | NavAIgate | — |
| Website URL | navaigate.dev | — |
| Primary accent | #3B82F6 | Blue |
| Secondary accent | #8B5CF6 | Purple |
| Tertiary accent | #0EA5E9 | Teal |
| Background | #0F172A | Dark slate |
| Font | Poppins | Poppins |
See [`brand-config.example.json`](brand-config.example.json) for the full config structure. You can also edit it directly at `~/.claude/skills/linkedin-carousel/brand-config.json`.
Usage
Just ask Claude Code:
"Make me a LinkedIn carousel about the 5 biggest AI trends in 2026"
"Create a carousel post for our product launch"
"LinkedIn slides about why persistent memory matters for AI"
Output
Carousels are saved to `~/Documents/LinkedIn/{topic}/`:
~/Documents/LinkedIn/ai-trends-2026/
├── c
Related Skills
Ezpzfile MCP
File tools for AI agents. Read and convert documents (DOCX, PDF, HWP, HWPX, EML), edit PDFs, resize, clean and
LinkedIn Post Writing Skill
A complete system for writing LinkedIn posts that sound human, not AI. Built for Claude Projects. Includes ant
LinkedIn Automation AI Agent
Run your LinkedIn on autopilot: one post a day, useful comments, connection notes with a real message, and pro
Ragent
Agentic RAG chatbot that answers questions from uploaded PDFs using semantic search (FAISS + embeddings), with
Academic Writing Skills
AI-powered post-writing toolkit for academic papers — format validation, grammar/style polishing, de-AI editin
Video To LLM Context Extractor
Turn any video into a detailed, LLM-ready PDF document. Perfect for feeding visual and transcribed context int
Related Agents
Repurpose Social
Social media content specialist. Generates Twitter/X threads and tweets, LinkedIn posts and PDF carousel scrip
Content Orchestrator
Coordinates the full content generation pipeline — spawns writer and critic agents per platform, picks branded
LinkedIn Operator
Executes LinkedIn writes that have no API, through a logged-in browser MCP (Claude in Chrome or Playwright): p