brand-logo-kit

Installation
SKILL.md

Brand Logo Kit

Generate a logo and a brand-consistent style — a cohesive set of assets that share the logo's shapes, palette, and feel — with Gemini image models. You (the model) shape the brief, generate a few logo candidates, let the user pick, derive a palette, then produce every downstream asset from that winner so the set stays on-brand.

flowchart LR
  Brief["brief: name, industry, vibe, colors"] --> Logo["generate.py --style logo<br/>--count 4 --transparent"]
  Logo --> Pick["user picks the winner"]
  Pick --> Pal["extract_palette.py<br/>-> brand.json"]
  Pick --> Ref{{"logo.png as --ref {image1}"}}
  Pal --> Assets["generate.py --style app-icon / wordmark /<br/>brand-illustration / pattern / banner"]
  Ref --> Assets
Installs
2
First Seen
Jul 8, 2026
brand-logo-kit — puntorigen/skills