DEV Community

Eli
Eli

Posted on • Originally published at clawmama.run

I gave my AI coding assistant a design degree (one skill, 875 likes later)

I asked my AI coding assistant to make a poster about "a rainy old bookstore." What I got was a book icon, some rain drops, and the visual charm of a school newsletter. That's when I went down the rabbit hole of why AI-generated visuals feel so... generic.

The gap isn't technical — it's aesthetic

AI coding assistants like Codex can place elements on a canvas all day long. What they can't do is tell you why one composition feels "quiet" and "premium" while another feels like clip art. Standard models don't carry a design system in their heads. The gap isn't compute — it's aesthetic literacy.

Someone decomposed "zine style" into executable rules

gc-minimal-zine-poster is an open-source Codex skill that encodes a complete zine visual language. Instead of asking for "a poster," you invoke a design system:

# Install
git clone https://github.com/LiamGvchi/gc-minimal-zine-poster.git \
  ~/.codex/skills/gc-minimal-zine-poster-v0-1

# Restart Codex, then use
$gc-minimal-zine-poster-v0-1 "a rainy old bookstore"
Enter fullscreen mode Exit fullscreen mode

The skill decomposes "zine style" into four axes:

  • Composition: asymmetric balance, generous white space
  • Typography: handwritten or serif fonts, mixed scales
  • Color: muted palettes, single accent color
  • Texture: paper grain, subtle noise

Does it work?

The original author (@BTCqzy1 on X) posted a poster series made with it — 875 likes, ~50k views. Same one-sentence prompt, completely different output: intentional, gallery-worthy visuals instead of generic icons.

If your AI-generated visuals keep coming out soulless, the fix might not be a better prompt. It might be giving the model a design vocabulary it never had.

Originally published at https://clawmama.run/blog/gc-minimal-zine-poster

Top comments (0)