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
pwdoros.getcwd() - Save all generated files (HTML, PNGs) relative to cwd
- The
ASSETS/folder is always{cwd}/ASSETS/ - The
.claude/launch.jsonis 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