carousel-design
Installation
SKILL.md
/carousel-design
Render Instagram carousel slides as PNGs from structured slide data using your branded Puppeteer template.
Setup Check
Read config from ~/.claude/skills/carousel/config.json. If it doesn't exist, tell the user:
You haven't set up your carousel template yet. Run /carousel first — it takes about 10 minutes and only happens once.
Then stop.
Also verify:
~/.claude/skills/carousel/slide-template.htmlexists (the approved HTML template)~/.claude/skills/carousel/node_modules/puppeteerexists (Puppeteer installed)
If template missing: "Your slide template is missing. Run /carousel to rebuild it."
If Puppeteer missing: Run cd ~/.claude/skills/carousel && npm install puppeteer