Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GC Minimal Zine Poster

English · 简体中文 · 日本語

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.

What's New in 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.

Visual Direction

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.

Examples

All six examples below were created by the repository author.

Night Door Yellow Step
Night Door Yellow Step
Shore Pause Pause Map
Shore Pause Pause Map
Typhoon Memory Moon Tide
Typhoon Memory Moon Tide

Requirements

  • 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.

Installation

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-3

Restart Codex if the Skill does not appear immediately.

Upgrading from v0.1

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-1

Usage

Generate 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.

Request Modes

  • 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.

Output

Generation requests return:

  1. the generated raster poster
  2. the final image-generation prompt
  3. the selected recipe
  4. a short interpretation note
  5. 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.

Repository Structure

  • SKILL.md: request routing and execution workflow
  • references/style-system.md: fixed identity, variables, color, subject logic, and anti-identity
  • references/prompt-compiler.md: prompt field order and four-paragraph compiler
  • references/variation-engine.md: layout and variation recipes
  • references/reference-analysis.md: evidence and synthesis protocol
  • references/quality-gate.md: generation, reference-analysis, and prompt-only checks
  • agents/openai.yaml: Codex UI metadata
  • evals/evals.json: reusable evaluation prompts
  • examples/: six author-created poster examples
  • LICENSE: MIT license

License

MIT. See LICENSE.

About

Codex skill for generating quiet minimal zine-style editorial poster prompts and images.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors