instagram-tweet-carousel

Installation
SKILL.md

Instagram Tweet-style Carousel Generator (X / Twitter Layout)

Generates fully self-contained, swipeable HTML carousels where every slide mimics an authentic X (Twitter) post — designed to be exported as individual 1080×1350px PNGs for Instagram.


Working Directory Rules

All file operations MUST use the current working directory (cwd) as the base. Never use hardcoded absolute paths like C:\Users\marco\.

  • Detect cwd at the start of every session using pwd or os.getcwd()
  • Save all generated files (HTML, PNGs) relative to cwd
  • The ASSETS/ folder is always {cwd}/ASSETS/
  • The .claude/launch.json is always {cwd}/.claude/launch.json
  • The export output folder is always {cwd}/slides/
  • Never scan directories outside of cwd for project files or images

Related skills

More from marcolang/marketing-skills

Installs
5
GitHub Stars
37
First Seen
Apr 7, 2026