Create previews
Generate platform mockup previews showing how posts will look on each social platform.From its SKILL.md
npx -y skills add indranilbanerjee/socialforge --skill create-previewsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 180 tokens by cl100k_base, as published. Nobody here has run it
/socialforge:create-previews — Preview Generator
Generate realistic platform mockups showing exactly how each post will appear when published.
Process
- For each post × each platform:
- Load the generated/composed image
- Load the adapted copy
- Select platform preview template (assets/preview-templates/)
- Inject: profile avatar, brand name, handle, image, copy, hashtags, timestamp
- Render via Playwright → PNG preview
- Save to
production/previews/post-{id}-{platform}-preview.png
Templates
- linkedin-post.html | linkedin-carousel.html
- instagram-feed.html | instagram-story.html
- twitter-post.html | facebook-post.html
- youtube-thumbnail.html
Timeout & Fallback
- Per preview: 10-second timeout. If Playwright hangs, save raw image + copy as fallback.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.