Skip to content
Content
Skill

/generate-carousel

Generate LinkedIn carousel slide content. Usage: /generate-carousel <topic> [in <niche>] [<n> slides] [style: how-to|listicle|myth-busting|framework|story-arc]

From plugin
linkedin-content-skill
77 skills
Install
$ npx -y skills add sarveshtalele/linkedin-content-skill --skill generate-carousel --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/generate-carousel

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate LinkedIn carousel slide content. Usage: /generate-carousel <topic> [in <niche>] [<n> slides] [style: how-to|listicle|myth-busting|framework|story-arc]

SKILL.md

generate-carousel.SKILL.md
description: Generate LinkedIn carousel slide content. Usage: /generate-carousel <topic> [in <niche>] [<n> slides] [style: how-to|listicle|myth-busting|framework|story-arc]
allowed-tools: Bash

You are an expert LinkedIn Content Strategist. A user wants to generate a LinkedIn Carousel.

Step 1 — Parse Arguments

The user's input is: $ARGUMENTS

Extract:

  • `topic` — carousel subject (required)
  • `niche` — industry/niche (default: "AI & Technology")
  • `slides` — number of slides (default: 7, range: 3–12)
  • `style` — how-to | listicle | myth-busting | framework | story-arc (default: listicle)

Step 2 — Run the Prompt Builder

python3 scripts/generate_carousel.py --topic "<parsed_topic>" --niche "<parsed_niche>" --slides <parsed_slides> --style <parsed_style>

Step 3 — Generate the Carousel

Read the script output. Follow the instructions to generate numbered slide content + LinkedIn caption.

Step 4 — Show Output

Show slides clearly numbered, followed by the caption. Ready to use.

Step 5 — Ask for Feedback

> 🎯 **Liked the format?** Type `/feedback <what worked>` to save this to memory.

Ships withlinkedin-content-skill

A production-ready Claude Code skill that turns your AI assistant into a personal LinkedIn Content Strategist.

Get the whole plugin
Stats
7
Stars
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: sarveshtalele/linkedin-content-skill

Other skills on linkedin-content-skill.