A Claude Code plugin for iterative logo design using SVG

Design logos with AI, right from your terminal.

Guides you through a structured interview, exploration, and refinement process to produce polished logos exported as PNGs.

Interview
What is the brand name?
> Moonbeam
Describe your audience and aesthetic.
> Modern, minimal, developer-focused
Explore
M
M
M
Rendering PNGs: 16, 32, 48, 192, 512, 1024, 2048 px

Logo Designer turns a conversation into a finished logo. Ask Claude to design a logo, and the skill handles the rest -- from creative brief to exported assets.

Workflow

Four phases from idea to finished assets.

1

Interview

Claude asks about your brand name, audience, and aesthetic preferences to build a creative brief.

2

Explore

Generates 3-5 distinct SVG concepts displayed in a side-by-side preview for comparison.

3

Refine

Iterate on your chosen direction with adjustments to color, layout, typography, and detail.

4

Export

Renders final PNGs at standard sizes ready for favicons, app icons, and social media.

Export

Every size you need, generated automatically.

The final SVG is rendered to PNG at seven standard sizes covering favicons through high-resolution assets.

16px 32px 48px 192px 512px 1024px 2048px

Favicon ready

16, 32, and 48px sizes drop straight into your site's favicon setup.

PWA & app icons

192 and 512px sizes match the standard manifest icon requirements.

Print & social

1024 and 2048px give you enough resolution for social cards, print, and marketing.

SVG source

The original SVG is always preserved, so you can scale to any size or edit manually.

Install

One command to add the skill.

Install the plugin, then ask Claude to design a logo. The skill activates automatically for logo-related prompts.

claude plugin add neonwatty/logo-designer-skill

Prerequisites

PNG export needs one SVG-to-PNG tool.

The skill auto-detects which renderer is available. Install any one of the following.

resvg RECOMMENDED

Fast, accurate SVG rendering via Node.

npm install -g @aspect-build/resvg

Inkscape

Full-featured SVG editor with CLI export.

brew install inkscape

librsvg

Lightweight GNOME SVG rendering library.

brew install librsvg