Minimal Zine Poster v0.3 is a Codex skill for turning a theme, sentence, article idea, object, mood, photograph, or reference set into a sparse paper-texture editorial poster, a production-ready image prompt, or a reusable visual system.
The callable skill name is gc-minimal-zine-poster-v0-3.
- Separate Generate, Reference Analysis, Prompt-only, and Analyze + Generate routes.
- A Photo Input subflow that classifies each supplied image as an edit target, reference image, or supporting insert and records the required preservation level.
- Evidence-based reference analysis that separates fixed system rules, variable rules, and source-specific residue.
- Stronger batch variation across layout, anchor form, typography distribution, texture, decoration, mood, and color.
- Modular prompt compilation and quality gates in
references/. - Codex UI metadata and reusable evaluation prompts.
The skill compiles each request into a sparse vertical paper poster with:
- a default 3:5 aged-paper canvas
- 70%-90% negative space
- one small imageable subject or visual event
- serif, typewriter, monospaced, or restrained small sans-serif typography
- one clearly visible high-chroma color anchor
- xerox, risograph, halftone, letterpress, or scanned-paper defects
- a quiet Japanese/Korean indie-zine or minimal editorial mood
It avoids commercial advertising layouts, glossy mockups, cinematic lighting, 3D rendering, neon, dense scrapbooks, copied reference identity, and long clean text blocks.
All six examples below were created by the repository author.
| Night Door | Yellow Step |
|---|---|
![]() |
![]() |
| Shore Pause | Pause Map |
|---|---|
![]() |
![]() |
| Typhoon Memory | Moon Tide |
|---|---|
![]() |
![]() |
- Codex or another compatible Skill runtime.
- Image inspection for reference analysis and quality review.
- Built-in image generation for Generate and Analyze + Generate modes.
The Skill package contains no scripts, external fonts, API keys, private paths, or downloaded runtime assets. Image-generation quality and photo preservation still depend on the model available in the host environment.
Clone the current v0.3 release into a matching Skill directory:
git clone https://github.com/LiamGvchi/gc-minimal-zine-poster.git \
~/.codex/skills/gc-minimal-zine-poster-v0-3Restart Codex if the Skill does not appear immediately.
Do not pull v0.3 into an existing ~/.codex/skills/gc-minimal-zine-poster-v0-1 directory. The folder name and the Skill frontmatter name must stay aligned.
Install v0.3 beside the old copy using the command above. After confirming v0.3 works, you may keep or remove the old directory yourself.
To install the preserved v0.1 release:
git clone --branch v0.1.0 \
https://github.com/LiamGvchi/gc-minimal-zine-poster.git \
~/.codex/skills/gc-minimal-zine-poster-v0-1Generate a poster:
Use $gc-minimal-zine-poster-v0-3 to make a poster about a rainy secondhand bookstore.
Analyze references without generating:
Use $gc-minimal-zine-poster-v0-3 to analyze this image folder, separate fixed and variable rules, and return a reusable prompt without copying the source text.
Use a supplied photograph as an edit target:
Use $gc-minimal-zine-poster-v0-3 to turn this portrait into a poster. Preserve the person's identity and clothing; change only the layout and paper treatment.
Request prompt-only output:
Use $gc-minimal-zine-poster-v0-3 to return only the final image-generation prompt for an old bookstore closing at night.
- Generate: content → visual metaphor → prompt → generated raster → inspection.
- Photo Input: assign image roles and preservation levels, pass the actual target image into generation, and inspect source preservation.
- Reference Analysis: inspect real files and return observed evidence, fixed rules, variable rules, sample residue, a reusable prompt, and limitations.
- Prompt-only: return a final four-paragraph prompt and recipe without claiming an image was generated.
- Analyze + Generate: extract a visual system first, then generate a new composition without copying a source layout.
Generation requests return:
- the generated raster poster
- the final image-generation prompt
- the selected recipe
- a short interpretation note
- photo role and preservation details when a photograph is supplied
Reference-analysis requests return the evidence-based visual system and reusable prompt without generating an image unless generation was also requested.
SKILL.md: request routing and execution workflowreferences/style-system.md: fixed identity, variables, color, subject logic, and anti-identityreferences/prompt-compiler.md: prompt field order and four-paragraph compilerreferences/variation-engine.md: layout and variation recipesreferences/reference-analysis.md: evidence and synthesis protocolreferences/quality-gate.md: generation, reference-analysis, and prompt-only checksagents/openai.yaml: Codex UI metadataevals/evals.json: reusable evaluation promptsexamples/: six author-created poster examplesLICENSE: MIT license
MIT. See LICENSE.





