Design
Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons.
When to Use
- Brand identity, voice, assets
- Design system tokens and specs
- UI styling with shadcn/ui + Tailwind
- Logo design and AI generation
- Corporate identity program (CIP) deliverables
- Presentations and pitch decks
- Banner design for social media, ads, web, print
- Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok
Sub-skill Routing
| Task |
Sub-skill |
Details |
| Brand identity, voice, assets |
brand |
External skill |
| Tokens, specs, CSS vars |
design-system |
External skill |
| shadcn/ui, Tailwind, code |
ui-styling |
External skill |
| Logo creation, AI generation |
Logo (built-in) |
references/logo-design.md |
| CIP mockups, deliverables |
CIP (built-in) |
references/cip-design.md |
| Presentations, pitch decks |
Slides (built-in) |
references/slides.md |
| Banners, covers, headers |
Banner (built-in) |
references/banner-sizes-and-styles.md |
| Social media images/photos |
Social Photos (built-in) |
references/social-photos-design.md |
| SVG icons, icon sets |
Icon (built-in) |
references/icon-design.md |
Logo Design (Built-in)
55+ styles, 30 color palettes, 25 industry guides. Gemini Nano Banana models.
Logo: Generate Design Brief
python3 ~/.claude/skills/design/scripts/logo/search.py "tech startup modern" --design-brief -p "BrandName"
Logo: Search Styles/Colors/Industries
python3 ~/.claude/skills/design/scripts/logo/search.py "minimalist clean" --domain style
python3 ~/.claude/skills/design/scripts/logo/search.py "tech professional" --domain color
python3 ~/.claude/skills/design/scripts/logo/search.py "healthcare medical" --domain industry
Logo: Generate with AI
ALWAYS generate output logo images with white background.
python3 ~/.claude/skills/design/scripts/logo/generate.py --brand "TechFlow" --style minimalist --industry tech
python3 ~/.claude/skills/design/scripts/logo/generate.py --prompt "coffee shop vintage badge" --style vintage
IMPORTANT: When scripts fail, try to fix them directly.
After generation, ALWAYS ask user about HTML preview via AskUserQuestion. If yes, invoke /ui-ux-pro-max for gallery.
CIP Design (Built-in)
50+ deliverables, 20 styles, 20 industries. Gemini Nano Banana (Flash/Pro).
CIP: Generate Brief
python3 ~/.claude/skills/design/scripts/cip/search.py "tech startup" --cip-brief -b "BrandName"
CIP: Search Domains
python3 ~/.claude/skills/design/scripts/cip/search.py "business card letterhead" --domain deliverable
python3 ~/.claude/skills/design/scripts/cip/search.py "luxury premium elegant" --domain style
python3 ~/.claude/skills/design/scripts/cip/search.py "hospitality hotel" --domain industry
python3 ~/.claude/skills/design/scripts/cip/search.py "office reception" --domain mockup
CIP: Generate Mockups
# With logo (RECOMMENDED)
python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --deliverable "business card" --industry "consulting"
# Full CIP set
python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --industry "consulting" --set
# Pro model (4K text)
python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo logo.png --deliverable "business card" --model pro
# Without logo
python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TechFlow" --deliverable "business card" --no-logo-prompt
Models: flash (default, gemini-2.5-flash-image), pro (gemini-3-pro-image-preview)
CIP: Render HTML Presentation
python3 ~/.claude/skills/design/scripts/cip/render-html.py --brand "TopGroup" --industry "consulting" --images /path/to/cip-output
Tip: If no logo exists, use Logo Design section above first.
Slides (Built-in)
Strategic HTML presentations with Chart.js, design tokens, copywriting formulas.
Load references/slides-create.md for the creation workflow.
Slides: Knowledge Base
| Topic |
File |
| Creation Guide |
references/slides-create.md |
| Layout Patterns |
references/slides-layout-patterns.md |
| HTML Template |
references/slides-html-template.md |
| Copywriting |
references/slides-copywriting-formulas.md |
| Strategies |
references/slides-strategies.md |
Banner Design (Built-in)
22 art direction styles across social, ads, web, print. Uses frontend-design, ai-artist, ai-multimodal, chrome-devtools skills.
Load references/banner-sizes-and-styles.md for complete sizes and styles reference.
Banner: Workflow
- Gather requirements via
AskUserQuestion — purpose, platform, content, brand, style, quantity
- Research — Activate
ui-ux-pro-max, browse Pinterest for references
- Design — Create HTML/CSS banner with
frontend-design, generate visuals with ai-artist/ai-multimodal
- Export — Screenshot to PNG at exact dimensions via
chrome-devtools
- Present — Show all options side-by-side, iterate on feedback
Banner: Quick Size Reference
| Platform |
Type |
Size (px) |
| Facebook |
Cover |
820 x 312 |
| Twitter/X |
Header |
1500 x 500 |
| LinkedIn |
Personal |
1584 x 396 |
| YouTube |
Channel art |
2560 x 1440 |
| Instagram |
Story |
1080 x 1920 |
| Instagram |
Post |
1080 x 1080 |
| Google Ads |
Med Rectangle |
300 x 250 |
| Website |
Hero |
1920 x 600-1080 |
Banner: Top Art Styles
| Style |
Best For |
| Minimalist |
SaaS, tech |
| Bold Typography |
Announcements |
| Gradient |
Modern brands |
| Photo-Based |
Lifestyle, e-com |
| Geometric |
Tech, fintech |
| Glassmorphism |
SaaS, apps |
| Neon/Cyberpunk |
Gaming, events |
Banner: Design Rules
- Safe zones: critical content in central 70-80%
- One CTA per banner, bottom-right, min 44px height
- Max 2 fonts, min 16px body, ≥32px headline
- Text under 20% for ads (Meta penalizes)
- Print: 300 DPI, CMYK, 3-5mm bleed
Icon Design (Built-in)
15 styles, 12 categories. Gemini 3.1 Pro Preview generates SVG text output.
Icon: Generate Single Icon
python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "settings gear" --style outlined
python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "shopping cart" --style filled --color "#6366F1"
python3 ~/.claude/skills/design/scripts/icon/generate.py --name "dashboard" --category navigation --style duotone
Icon: Generate Batch Variations
python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "cloud upload" --batch 4 --output-dir ./icons
Icon: Multi-size Export
python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "user profile" --sizes "16,24,32,48" --output-dir ./icons
Icon: Top Styles
| Style |
Best For |
| outlined |
UI interfaces, web apps |
| filled |
Mobile apps, nav bars |
| duotone |
Marketing, landing pages |
| rounded |
Friendly apps, health |
| sharp |
Tech, fintech, enterprise |
| flat |
Material design, Google-style |
| gradient |
Modern brands, SaaS |
Model: gemini-3.1-pro-preview — text-only output (SVG is XML text). No image generation API needed.
Social Photos (Built-in)
Multi-platform social image design: HTML/CSS → screenshot export. Uses ui-ux-pro-max, brand, design-system, chrome-devtools skills.
Load references/social-photos-design.md for sizes, templates, best practices.
Social Photos: Workflow
- Orchestrate —
project-management skill for TODO tasks; parallel subagents for independent work
- Analyze — Parse prompt: subject, platforms, style, brand context, content elements
- Ideate — 3-5 concepts, present via
AskUserQuestion
- Design —
/ckm:brand → /ckm:design-system → randomly invoke /ck:ui-ux-pro-max OR /ck:frontend-design; HTML per idea × size
- Export —
chrome-devtools or Playwright screenshot at exact px (2x deviceScaleFactor)
- Verify — Use Chrome MCP or
chrome-devtools skill to visually inspect exported designs; fix layout/styling issues and re-export
- Report — Summary to
plans/reports/ with design decisions
- Organize — Invoke
assets-organizing skill to sort output files and reports
Social Photos: Key Sizes
| Platform |
Size (px) |
Platform |
Size (px) |
| IG Post |
1080×1080 |
FB Post |
1200×630 |
| IG Story |
1080×1920 |
X Post |
1200×675 |
| IG Carousel |
1080×1350 |
LinkedIn |
1200×627 |
| YT Thumb |
1280×720 |
Pinterest |
1000×1500 |
Workflows
Complete Brand Package
- Logo →
scripts/logo/generate.py → Generate logo variants
- CIP →
scripts/cip/generate.py --logo ... → Create deliverable mockups
- Presentation → Load
references/slides-create.md → Build pitch deck
New Design System
- Brand (brand skill) → Define colors, typography, voice
- Tokens (design-system skill) → Create semantic token layers
- Implement (ui-styling skill) → Configure Tailwind, shadcn/ui
References
| Topic |
File |
| Design Routing |
references/design-routing.md |
| Logo Design Guide |
references/logo-design.md |
| Logo Styles |
references/logo-style-guide.md |
| Logo Colors |
references/logo-color-psychology.md |
| Logo Prompts |
references/logo-prompt-engineering.md |
| CIP Design Guide |
references/cip-design.md |
| CIP Deliverables |
references/cip-deliverable-guide.md |
| CIP Styles |
references/cip-style-guide.md |
| CIP Prompts |
references/cip-prompt-engineering.md |
| Slides Create |
references/slides-create.md |
| Slides Layouts |
references/slides-layout-patterns.md |
| Slides Template |
references/slides-html-template.md |
| Slides Copy |
references/slides-copywriting-formulas.md |
| Slides Strategy |
references/slides-strategies.md |
| Banner Sizes & Styles |
references/banner-sizes-and-styles.md |
| Social Photos Guide |
references/social-photos-design.md |
| Icon Design Guide |
references/icon-design.md |
Scripts
| Script |
Purpose |
scripts/logo/search.py |
Search logo styles, colors, industries |
scripts/logo/generate.py |
Generate logos with Gemini AI |
scripts/logo/core.py |
BM25 search engine for logo data |
scripts/cip/search.py |
Search CIP deliverables, styles, industries |
scripts/cip/generate.py |
Generate CIP mockups with Gemini |
scripts/cip/render-html.py |
Render HTML presentation from CIP mockups |
scripts/cip/core.py |
BM25 search engine for CIP data |
scripts/icon/generate.py |
Generate SVG icons with Gemini 3.1 Pro |
Setup
export GEMINI_API_KEY="your-key" # https://aistudio.google.com/apikey
pip install google-genai pillow
Integration
External sub-skills: brand, design-system, ui-styling
Related Skills: frontend-design, ui-ux-pro-max, ai-multimodal, chrome-devtools
1---2name: ckm-design3description: Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.4license: MIT5---6# Design78Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons.910## When to Use1112- Brand identity, voice, assets13- Design system tokens and specs14- UI styling with shadcn/ui + Tailwind15- Logo design and AI generation16- Corporate identity program (CIP) deliverables17- Presentations and pitch decks18- Banner design for social media, ads, web, print19- Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok2021## Sub-skill Routing2223| Task | Sub-skill | Details |24|------|-----------|---------|25| Brand identity, voice, assets | `brand` | External skill |26| Tokens, specs, CSS vars | `design-system` | External skill |27| shadcn/ui, Tailwind, code | `ui-styling` | External skill |28| Logo creation, AI generation | Logo (built-in) | `references/logo-design.md` |29| CIP mockups, deliverables | CIP (built-in) | `references/cip-design.md` |30| Presentations, pitch decks | Slides (built-in) | `references/slides.md` |31| Banners, covers, headers | Banner (built-in) | `references/banner-sizes-and-styles.md` |32| Social media images/photos | Social Photos (built-in) | `references/social-photos-design.md` |33| SVG icons, icon sets | Icon (built-in) | `references/icon-design.md` |3435## Logo Design (Built-in)363755+ styles, 30 color palettes, 25 industry guides. Gemini Nano Banana models.3839### Logo: Generate Design Brief4041```bash42python3 ~/.claude/skills/design/scripts/logo/search.py "tech startup modern" --design-brief -p "BrandName"43```4445### Logo: Search Styles/Colors/Industries4647```bash48python3 ~/.claude/skills/design/scripts/logo/search.py "minimalist clean" --domain style49python3 ~/.claude/skills/design/scripts/logo/search.py "tech professional" --domain color50python3 ~/.claude/skills/design/scripts/logo/search.py "healthcare medical" --domain industry51```5253### Logo: Generate with AI5455**ALWAYS** generate output logo images with white background.5657```bash58python3 ~/.claude/skills/design/scripts/logo/generate.py --brand "TechFlow" --style minimalist --industry tech59python3 ~/.claude/skills/design/scripts/logo/generate.py --prompt "coffee shop vintage badge" --style vintage60```6162**IMPORTANT:** When scripts fail, try to fix them directly.6364After generation, **ALWAYS** ask user about HTML preview via `AskUserQuestion`. If yes, invoke `/ui-ux-pro-max` for gallery.6566## CIP Design (Built-in)676850+ deliverables, 20 styles, 20 industries. Gemini Nano Banana (Flash/Pro).6970### CIP: Generate Brief7172```bash73python3 ~/.claude/skills/design/scripts/cip/search.py "tech startup" --cip-brief -b "BrandName"74```7576### CIP: Search Domains7778```bash79python3 ~/.claude/skills/design/scripts/cip/search.py "business card letterhead" --domain deliverable80python3 ~/.claude/skills/design/scripts/cip/search.py "luxury premium elegant" --domain style81python3 ~/.claude/skills/design/scripts/cip/search.py "hospitality hotel" --domain industry82python3 ~/.claude/skills/design/scripts/cip/search.py "office reception" --domain mockup83```8485### CIP: Generate Mockups8687```bash88# With logo (RECOMMENDED)89python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --deliverable "business card" --industry "consulting"9091# Full CIP set92python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --industry "consulting" --set9394# Pro model (4K text)95python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo logo.png --deliverable "business card" --model pro9697# Without logo98python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TechFlow" --deliverable "business card" --no-logo-prompt99```100101Models: `flash` (default, `gemini-2.5-flash-image`), `pro` (`gemini-3-pro-image-preview`)102103### CIP: Render HTML Presentation104105```bash106python3 ~/.claude/skills/design/scripts/cip/render-html.py --brand "TopGroup" --industry "consulting" --images /path/to/cip-output107```108109**Tip:** If no logo exists, use Logo Design section above first.110111## Slides (Built-in)112113Strategic HTML presentations with Chart.js, design tokens, copywriting formulas.114115Load `references/slides-create.md` for the creation workflow.116117### Slides: Knowledge Base118119| Topic | File |120|-------|------|121| Creation Guide | `references/slides-create.md` |122| Layout Patterns | `references/slides-layout-patterns.md` |123| HTML Template | `references/slides-html-template.md` |124| Copywriting | `references/slides-copywriting-formulas.md` |125| Strategies | `references/slides-strategies.md` |126127## Banner Design (Built-in)12812922 art direction styles across social, ads, web, print. Uses `frontend-design`, `ai-artist`, `ai-multimodal`, `chrome-devtools` skills.130131Load `references/banner-sizes-and-styles.md` for complete sizes and styles reference.132133### Banner: Workflow1341351. **Gather requirements** via `AskUserQuestion` — purpose, platform, content, brand, style, quantity1362. **Research** — Activate `ui-ux-pro-max`, browse Pinterest for references1373. **Design** — Create HTML/CSS banner with `frontend-design`, generate visuals with `ai-artist`/`ai-multimodal`1384. **Export** — Screenshot to PNG at exact dimensions via `chrome-devtools`1395. **Present** — Show all options side-by-side, iterate on feedback140141### Banner: Quick Size Reference142143| Platform | Type | Size (px) |144|----------|------|-----------|145| Facebook | Cover | 820 x 312 |146| Twitter/X | Header | 1500 x 500 |147| LinkedIn | Personal | 1584 x 396 |148| YouTube | Channel art | 2560 x 1440 |149| Instagram | Story | 1080 x 1920 |150| Instagram | Post | 1080 x 1080 |151| Google Ads | Med Rectangle | 300 x 250 |152| Website | Hero | 1920 x 600-1080 |153154### Banner: Top Art Styles155156| Style | Best For |157|-------|----------|158| Minimalist | SaaS, tech |159| Bold Typography | Announcements |160| Gradient | Modern brands |161| Photo-Based | Lifestyle, e-com |162| Geometric | Tech, fintech |163| Glassmorphism | SaaS, apps |164| Neon/Cyberpunk | Gaming, events |165166### Banner: Design Rules167168- Safe zones: critical content in central 70-80%169- One CTA per banner, bottom-right, min 44px height170- Max 2 fonts, min 16px body, ≥32px headline171- Text under 20% for ads (Meta penalizes)172- Print: 300 DPI, CMYK, 3-5mm bleed173174## Icon Design (Built-in)17517615 styles, 12 categories. Gemini 3.1 Pro Preview generates SVG text output.177178### Icon: Generate Single Icon179180```bash181python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "settings gear" --style outlined182python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "shopping cart" --style filled --color "#6366F1"183python3 ~/.claude/skills/design/scripts/icon/generate.py --name "dashboard" --category navigation --style duotone184```185186### Icon: Generate Batch Variations187188```bash189python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "cloud upload" --batch 4 --output-dir ./icons190```191192### Icon: Multi-size Export193194```bash195python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "user profile" --sizes "16,24,32,48" --output-dir ./icons196```197198### Icon: Top Styles199200| Style | Best For |201|-------|----------|202| outlined | UI interfaces, web apps |203| filled | Mobile apps, nav bars |204| duotone | Marketing, landing pages |205| rounded | Friendly apps, health |206| sharp | Tech, fintech, enterprise |207| flat | Material design, Google-style |208| gradient | Modern brands, SaaS |209210**Model:** `gemini-3.1-pro-preview` — text-only output (SVG is XML text). No image generation API needed.211212## Social Photos (Built-in)213214Multi-platform social image design: HTML/CSS → screenshot export. Uses `ui-ux-pro-max`, `brand`, `design-system`, `chrome-devtools` skills.215216Load `references/social-photos-design.md` for sizes, templates, best practices.217218### Social Photos: Workflow2192201. **Orchestrate** — `project-management` skill for TODO tasks; parallel subagents for independent work2212. **Analyze** — Parse prompt: subject, platforms, style, brand context, content elements2223. **Ideate** — 3-5 concepts, present via `AskUserQuestion`2234. **Design** — `/ckm:brand` → `/ckm:design-system` → randomly invoke `/ck:ui-ux-pro-max` OR `/ck:frontend-design`; HTML per idea × size2245. **Export** — `chrome-devtools` or Playwright screenshot at exact px (2x deviceScaleFactor)2256. **Verify** — Use Chrome MCP or `chrome-devtools` skill to visually inspect exported designs; fix layout/styling issues and re-export2267. **Report** — Summary to `plans/reports/` with design decisions2278. **Organize** — Invoke `assets-organizing` skill to sort output files and reports228229### Social Photos: Key Sizes230231| Platform | Size (px) | Platform | Size (px) |232|----------|-----------|----------|-----------|233| IG Post | 1080×1080 | FB Post | 1200×630 |234| IG Story | 1080×1920 | X Post | 1200×675 |235| IG Carousel | 1080×1350 | LinkedIn | 1200×627 |236| YT Thumb | 1280×720 | Pinterest | 1000×1500 |237238## Workflows239240### Complete Brand Package2412421. **Logo** → `scripts/logo/generate.py` → Generate logo variants2432. **CIP** → `scripts/cip/generate.py --logo ...` → Create deliverable mockups2443. **Presentation** → Load `references/slides-create.md` → Build pitch deck245246### New Design System2472481. **Brand** (brand skill) → Define colors, typography, voice2492. **Tokens** (design-system skill) → Create semantic token layers2503. **Implement** (ui-styling skill) → Configure Tailwind, shadcn/ui251252## References253254| Topic | File |255|-------|------|256| Design Routing | `references/design-routing.md` |257| Logo Design Guide | `references/logo-design.md` |258| Logo Styles | `references/logo-style-guide.md` |259| Logo Colors | `references/logo-color-psychology.md` |260| Logo Prompts | `references/logo-prompt-engineering.md` |261| CIP Design Guide | `references/cip-design.md` |262| CIP Deliverables | `references/cip-deliverable-guide.md` |263| CIP Styles | `references/cip-style-guide.md` |264| CIP Prompts | `references/cip-prompt-engineering.md` |265| Slides Create | `references/slides-create.md` |266| Slides Layouts | `references/slides-layout-patterns.md` |267| Slides Template | `references/slides-html-template.md` |268| Slides Copy | `references/slides-copywriting-formulas.md` |269| Slides Strategy | `references/slides-strategies.md` |270| Banner Sizes & Styles | `references/banner-sizes-and-styles.md` |271| Social Photos Guide | `references/social-photos-design.md` |272| Icon Design Guide | `references/icon-design.md` |273274## Scripts275276| Script | Purpose |277|--------|---------|278| `scripts/logo/search.py` | Search logo styles, colors, industries |279| `scripts/logo/generate.py` | Generate logos with Gemini AI |280| `scripts/logo/core.py` | BM25 search engine for logo data |281| `scripts/cip/search.py` | Search CIP deliverables, styles, industries |282| `scripts/cip/generate.py` | Generate CIP mockups with Gemini |283| `scripts/cip/render-html.py` | Render HTML presentation from CIP mockups |284| `scripts/cip/core.py` | BM25 search engine for CIP data |285| `scripts/icon/generate.py` | Generate SVG icons with Gemini 3.1 Pro |286287## Setup288289```bash290export GEMINI_API_KEY="your-key" # https://aistudio.google.com/apikey291pip install google-genai pillow292```293294## Integration295296**External sub-skills:** brand, design-system, ui-styling297**Related Skills:** frontend-design, ui-ux-pro-max, ai-multimodal, chrome-devtools