generate-logo
Installation
SKILL.md
Generate Logo
Generates on-brand, editable SVG logo assets — wordmark, monogram, and favicon — from the active brand profile as pure vector output.
Overview
The generate-logo skill turns a saved brand profile into three ready-to-use logo
variants that reuse the brand's exact palette and heading font. Output is vector SVG,
so every asset scales without loss and needs no account, key, or network call. The
generator (lib/logo.mjs) draws each variant deterministically; the skill resolves
the active profile, runs that generator, saves the files, and routes them through
review. Raster copies are produced only on demand through the /brand-export command.
Prerequisites
- An active brand profile created with
/brand-new(abrand/directory, orbrands/[slug]/with abrand/.activepointer). Read loads itscolor-system.jsonandtypography.json. - Node.js on the PATH — the generator runs as
node lib/logo.mjs. - Write access to an
output/directory in the working repository. - Optional: the
sharpdependency, only if PNG copies are wanted later.