quality-posters
Installation
SKILL.md
Quality Posters
A poster generator with a curated catalog of 31 visual styles. The agent picks the style that fits the brief, builds the prompt, and generates with GPT Image 2.
After generation, layer separation is handled outside this skill — open the PNG in Canva and use Magic / Smart Layers to split foreground/background/text for editing.
How to Run
generate.js lives at the project root (alongside styles.js). This skill folder holds only SKILL.md.
cd <repo-root>
node generate.js "<brief>" # auto-pick style
node generate.js "<brief>" --style=<style_id> # force a style
node generate.js "<brief>" --n=3 # 3 design variations
node generate.js "<brief>" --style=<style_id> --n=3
The script reads FAL_KEY from .env at the project root. Output PNGs go to ./out/.
Related skills