Taste engineering for AI-generated zine posters
A Codex skill that treats poster generation as a design system, enforcing sparse paper textures and quiet indie aesthetics over glossy AI defaults.

What it does
gc-minimal-zine-poster-v0-3 is a Codex skill — essentially a structured prompt and workflow package — that takes a theme, sentence, mood, or photograph and compiles it into a sparse, vertical, aged-paper poster prompt. It can hand the result to an image model for generation, return just the prompt, or analyze reference images to extract reusable visual rules. The whole thing is a collection of markdown specs and YAML metadata; there is no executable code or external runtime.
The interesting bit Instead of hoping the model guesses the vibe, the author built a full aesthetic bureaucracy: fixed identity rules, variable parameters, an anti-identity list of banned tropes (no neon, no cinematic lighting, no glossy mockups), and a four-paragraph prompt compiler with quality gates. It even classifies uploaded photos by role — edit target, reference, or supporting insert — and tracks how much of the original must survive. That level of prompt engineering discipline is rare outside of commercial prompt marketplaces.
Key highlights
- Enforces a strict 3:5 canvas with 70–90% negative space, one high-chroma anchor, and deliberate paper defects like xerox grain or halftone residue.
- Four distinct request modes: Generate, Prompt-only, Reference Analysis, and Analyze + Generate, plus a Photo Input subflow for image-specific preservation rules.
- Evidence-based reference analysis separates fixed rules, variable rules, and “source-specific residue” so you can clone a style without cloning a layout.
- Ships with reusable evaluation prompts and Codex UI metadata, but zero external fonts, API keys, or scripts.
Caveats
- The skill itself contains no image generation logic; output quality depends entirely on whatever model the host Codex runtime can call.
- The README notes that photo preservation and generation fidelity vary with the host environment, so results may be inconsistent across different setups.
Verdict Grab this if you want a repeatable, opinionated aesthetic layer for your Codex agent and you are tired of wrangling image models into producing quiet, textured editorial work. Skip it if you are looking for a standalone image generator or a general-purpose design tool — this is strictly a taste-making template for an existing AI runtime.
Frequently asked
- What is LiamGvchi/gc-minimal-zine-poster?
- A Codex skill that treats poster generation as a design system, enforcing sparse paper textures and quiet indie aesthetics over glossy AI defaults.
- Is gc-minimal-zine-poster open source?
- Yes — LiamGvchi/gc-minimal-zine-poster is open source, released under the MIT license.
- How popular is gc-minimal-zine-poster?
- LiamGvchi/gc-minimal-zine-poster has 6.1k stars on GitHub.
- Where can I find gc-minimal-zine-poster?
- LiamGvchi/gc-minimal-zine-poster is on GitHub at https://github.com/LiamGvchi/gc-minimal-zine-poster.