Logo Design - AI-Powered Logo Intelligence
Comprehensive logo design system with 55+ styles, 30 color palettes, 25 industry guides. Search design guidelines and generate logos using Gemini Nano Banana models.
When to Apply
Activate when user requests:
- Logo design or creation
- Brand identity visual elements
- Logo style recommendations
- Color palette for logos
- Industry-specific logo guidance
Quick Reference
Read this official docs for latest updates.
1. Generate Design Brief (RECOMMENDED START)
python3 ~/.claude/skills/logo-design/scripts/search.py "tech startup modern" --design-brief -p "BrandName"
Returns: Industry analysis, style recommendations, color palettes.
2. Search Specific Domains
# Search styles
python3 ~/.claude/skills/logo-design/scripts/search.py "minimalist clean modern" --domain style
# Search color palettes
python3 ~/.claude/skills/logo-design/scripts/search.py "tech professional trust" --domain color
# Search industry guidelines
python3 ~/.claude/skills/logo-design/scripts/search.py "healthcare medical" --domain industry
3. Generate Logo with Gemini Nano Banana model
ALWAYS generate output logo images with white background.
python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "TechFlow" --style minimalist --industry tech
python3 ~/.claude/skills/logo-design/scripts/generate.py --prompt "coffee shop vintage badge" --style vintage
Options: --style (minimalist, vintage, luxury, etc.), --industry (tech, healthcare, food, etc.)
IMPORTANT: When scripts failed, try to fix the scripts directly.
Available Styles
| Category |
Styles |
| General |
Minimalist, Wordmark, Lettermark, Pictorial Mark, Abstract Mark, Mascot, Emblem, Combination Mark |
| Aesthetic |
Vintage/Retro, Art Deco, Luxury, Playful, Corporate, Organic, Neon, Grunge, Watercolor |
| Modern |
Gradient, Flat Design, 3D/Isometric, Geometric, Line Art, Duotone, Motion-Ready |
| Clever |
Negative Space, Monoline, Split/Fragmented, Responsive/Adaptive |
Color Psychology Quick Guide
| Color |
Psychology |
Best For |
| Blue |
Trust, stability, professional |
Finance, tech, healthcare |
| Green |
Growth, natural, sustainable |
Eco, wellness, organic |
| Red |
Energy, passion, urgency |
Food, sports, entertainment |
| Gold |
Luxury, premium, prestige |
Fashion, jewelry, hotels |
| Purple |
Creative, innovative, premium |
Beauty, creative, tech |
Industry Defaults
| Industry |
Style |
Colors |
Typography |
| Tech |
Minimalist, Abstract |
Blues, purples, gradients |
Geometric sans |
| Healthcare |
Professional, Line Art |
Blues, greens, teals |
Clean sans |
| Finance |
Corporate, Emblem |
Navy, gold |
Serif or clean sans |
| Food |
Vintage Badge, Mascot |
Warm reds, oranges |
Friendly, script |
| Fashion |
Wordmark, Luxury |
Black, gold, white |
Elegant serif |
Workflow Example
User: "Create a logo for a sustainable coffee brand called GreenBean"
- Generate design brief:
python3 ~/.claude/skills/logo-design/scripts/search.py "coffee organic eco sustainable" --design-brief -p "GreenBean"
- Generate logo variations:
ALWAYS generate output logo images with white background.
python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "GreenBean" --style vintage --industry eco
python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "GreenBean" --style organic --industry food
- [FINAL STEP - REQUIRED] Ask user about HTML preview:
After logo generation completes, ALWAYS use the AskUserQuestion tool to ask if the user wants to preview all generated logos in a single eye-catching HTML file.
AskUserQuestion parameters:
{
"questions": [{
"question": "Would you like me to create an HTML preview page for all generated logos?",
"header": "Preview",
"options": [
{
"label": "Yes, create preview (Recommended)",
"description": "Generate a beautiful HTML gallery matching brand colors, showing all logo variants with download links"
},
{
"label": "No, skip preview",
"description": "I'll review the files directly in the output folder"
}
],
"multiSelect": false
}]
}
If user selects Yes, invoke /ui-ux-pro-max skill to create an HTML file in the output directory with:
- Brand-matching color scheme (extract from design brief or brand guidelines)
- Dark/light mode toggle
- Grid layout showcasing all logo variants
- Hover effects to enlarge logos
- Download buttons for each logo
- Responsive design for mobile viewing
- Brand name as page title
IMPORTANT: If there are multiple variants generated, lay them out side by side for better comparision.
References
references/style-guide.md - Detailed style descriptions and use cases
references/color-psychology.md - Color meanings and combinations
references/industry-best-practices.md - Industry-specific guidelines
references/prompt-engineering.md - AI image generation prompts
Setup
export GEMINI_API_KEY="your-key" # Get from https://aistudio.google.com/apikey
pip install google-genai
1---2name: logo-design-23description: Logo design intelligence with 55 styles, 30 color palettes, 25 industries. Generate logos with Gemini Nano Banana model, search styles/colors/industries. Actions: design, create, generate logo. Industries: tech, healthcare, finance, food, fashion, fitness. Styles: minimalist, vintage, luxury, geometric, abstract, mascot, emblem. Features: AI prompt generation, design briefs, color psychology.4license: MIT5---6
7# Logo Design - AI-Powered Logo Intelligence
8
9Comprehensive logo design system with 55+ styles, 30 color palettes, 25 industry guides. Search design guidelines and generate logos using Gemini Nano Banana models.
10
11## When to Apply
12
13Activate when user requests:
14- Logo design or creation
15- Brand identity visual elements
16- Logo style recommendations
17- Color palette for logos
18- Industry-specific logo guidance
19
20## Quick Reference
21
22Read [this official docs](https://ai.google.dev/gemini-api/docs/image-generation) for latest updates.
23
24### 1. Generate Design Brief (RECOMMENDED START)
25
26```bash
27python3 ~/.claude/skills/logo-design/scripts/search.py "tech startup modern" --design-brief -p "BrandName"
28```
29
30Returns: Industry analysis, style recommendations, color palettes.
31
32### 2. Search Specific Domains
33
34```bash
35# Search styles
36python3 ~/.claude/skills/logo-design/scripts/search.py "minimalist clean modern" --domain style
37
38# Search color palettes
39python3 ~/.claude/skills/logo-design/scripts/search.py "tech professional trust" --domain color
40
41# Search industry guidelines
42python3 ~/.claude/skills/logo-design/scripts/search.py "healthcare medical" --domain industry
43```
44
45### 3. Generate Logo with Gemini Nano Banana model
46
47**ALWAYS** generate output logo images with white background.
48
49```bash
50python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "TechFlow" --style minimalist --industry tech
51python3 ~/.claude/skills/logo-design/scripts/generate.py --prompt "coffee shop vintage badge" --style vintage
52```
53
54Options: `--style` (minimalist, vintage, luxury, etc.), `--industry` (tech, healthcare, food, etc.)
55
56**IMPORTANT:** When scripts failed, try to fix the scripts directly.
57
58## Available Styles
59
60| Category | Styles |
61|----------|--------|
62| General | Minimalist, Wordmark, Lettermark, Pictorial Mark, Abstract Mark, Mascot, Emblem, Combination Mark |
63| Aesthetic | Vintage/Retro, Art Deco, Luxury, Playful, Corporate, Organic, Neon, Grunge, Watercolor |
64| Modern | Gradient, Flat Design, 3D/Isometric, Geometric, Line Art, Duotone, Motion-Ready |
65| Clever | Negative Space, Monoline, Split/Fragmented, Responsive/Adaptive |
66
67## Color Psychology Quick Guide
68
69| Color | Psychology | Best For |
70|-------|------------|----------|
71| Blue | Trust, stability, professional | Finance, tech, healthcare |
72| Green | Growth, natural, sustainable | Eco, wellness, organic |
73| Red | Energy, passion, urgency | Food, sports, entertainment |
74| Gold | Luxury, premium, prestige | Fashion, jewelry, hotels |
75| Purple | Creative, innovative, premium | Beauty, creative, tech |
76
77## Industry Defaults
78
79| Industry | Style | Colors | Typography |
80|----------|-------|--------|------------|
81| Tech | Minimalist, Abstract | Blues, purples, gradients | Geometric sans |
82| Healthcare | Professional, Line Art | Blues, greens, teals | Clean sans |
83| Finance | Corporate, Emblem | Navy, gold | Serif or clean sans |
84| Food | Vintage Badge, Mascot | Warm reds, oranges | Friendly, script |
85| Fashion | Wordmark, Luxury | Black, gold, white | Elegant serif |
86
87## Workflow Example
88
89**User:** "Create a logo for a sustainable coffee brand called GreenBean"
90
911. Generate design brief:
92```bash
93python3 ~/.claude/skills/logo-design/scripts/search.py "coffee organic eco sustainable" --design-brief -p "GreenBean"
94```
95
962. Generate logo variations:
97**ALWAYS** generate output logo images with white background.
98
99```bash
100python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "GreenBean" --style vintage --industry eco
101python3 ~/.claude/skills/logo-design/scripts/generate.py --brand "GreenBean" --style organic --industry food
102```
103
1041. **[FINAL STEP - REQUIRED]** Ask user about HTML preview:
105
106After logo generation completes, **ALWAYS** use the `AskUserQuestion` tool to ask if the user wants to preview all generated logos in a single eye-catching HTML file.
107
108**AskUserQuestion parameters:**
109```json
110{
111 "questions": [{
112 "question": "Would you like me to create an HTML preview page for all generated logos?",
113 "header": "Preview",
114 "options": [
115 {
116 "label": "Yes, create preview (Recommended)",
117 "description": "Generate a beautiful HTML gallery matching brand colors, showing all logo variants with download links"
118 },
119 {
120 "label": "No, skip preview",
121 "description": "I'll review the files directly in the output folder"
122 }
123 ],
124 "multiSelect": false
125 }]
126}
127```
128
129If user selects **Yes**, invoke /ui-ux-pro-max skill to create an HTML file in the output directory with:
130- Brand-matching color scheme (extract from design brief or brand guidelines)
131- Dark/light mode toggle
132- Grid layout showcasing all logo variants
133- Hover effects to enlarge logos
134- Download buttons for each logo
135- Responsive design for mobile viewing
136- Brand name as page title
137
138**IMPORTANT:** If there are multiple variants generated, lay them out side by side for better comparision.
139
140## References
141
142- `references/style-guide.md` - Detailed style descriptions and use cases
143- `references/color-psychology.md` - Color meanings and combinations
144- `references/industry-best-practices.md` - Industry-specific guidelines
145- `references/prompt-engineering.md` - AI image generation prompts
146
147## Setup
148
149```bash
150export GEMINI_API_KEY="your-key" # Get from https://aistudio.google.com/apikey
151pip install google-genai
152```