$npx -y skills add nextlevelbuilder/ui-ux-pro-max-skill --skill designComprehensive 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, G
| 1 | # Design |
| 2 | |
| 3 | Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons. |
| 4 | |
| 5 | ## When to Use |
| 6 | |
| 7 | - Brand identity, voice, assets |
| 8 | - Design system tokens and specs |
| 9 | - UI styling with shadcn/ui + Tailwind |
| 10 | - Logo design and AI generation |
| 11 | - Corporate identity program (CIP) deliverables |
| 12 | - Presentations and pitch decks |
| 13 | - Banner design for social media, ads, web, print |
| 14 | - Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok |
| 15 | |
| 16 | ## Sub-skill Routing |
| 17 | |
| 18 | | Task | Sub-skill | Details | |
| 19 | |------|-----------|---------| |
| 20 | | Brand identity, voice, assets | `brand` | External skill | |
| 21 | | Tokens, specs, CSS vars | `design-system` | External skill | |
| 22 | | shadcn/ui, Tailwind, code | `ui-styling` | External skill | |
| 23 | | Logo creation, AI generation | Logo (built-in) | `references/logo-design.md` | |
| 24 | | CIP mockups, deliverables | CIP (built-in) | `references/cip-design.md` | |
| 25 | | Presentations, pitch decks | Slides (built-in) | `references/slides.md` | |
| 26 | | Banners, covers, headers | Banner (built-in) | `references/banner-sizes-and-styles.md` | |
| 27 | | Social media images/photos | Social Photos (built-in) | `references/social-photos-design.md` | |
| 28 | | SVG icons, icon sets | Icon (built-in) | `references/icon-design.md` | |
| 29 | |
| 30 | ## Logo Design (Built-in) |
| 31 | |
| 32 | 55+ styles, 30 color palettes, 25 industry guides. Gemini Nano Banana models. |
| 33 | |
| 34 | ### Logo: Generate Design Brief |
| 35 | |
| 36 | ```bash |
| 37 | python3 ~/.claude/skills/design/scripts/logo/search.py "tech startup modern" --design-brief -p "BrandName" |
| 38 | ``` |
| 39 | |
| 40 | ### Logo: Search Styles/Colors/Industries |
| 41 | |
| 42 | ```bash |
| 43 | python3 ~/.claude/skills/design/scripts/logo/search.py "minimalist clean" --domain style |
| 44 | python3 ~/.claude/skills/design/scripts/logo/search.py "tech professional" --domain color |
| 45 | python3 ~/.claude/skills/design/scripts/logo/search.py "healthcare medical" --domain industry |
| 46 | ``` |
| 47 | |
| 48 | ### Logo: Generate with AI |
| 49 | |
| 50 | **ALWAYS** generate output logo images with white background. |
| 51 | |
| 52 | ```bash |
| 53 | python3 ~/.claude/skills/design/scripts/logo/generate.py --brand "TechFlow" --style minimalist --industry tech |
| 54 | python3 ~/.claude/skills/design/scripts/logo/generate.py --prompt "coffee shop vintage badge" --style vintage |
| 55 | ``` |
| 56 | |
| 57 | **IMPORTANT:** When scripts fail, try to fix them directly. |
| 58 | |
| 59 | After generation, **ALWAYS** ask user about HTML preview via `AskUserQuestion`. If yes, invoke `/ui-ux-pro-max` for gallery. |
| 60 | |
| 61 | ## CIP Design (Built-in) |
| 62 | |
| 63 | 50+ deliverables, 20 styles, 20 industries. Gemini Nano Banana (Flash/Pro). |
| 64 | |
| 65 | ### CIP: Generate Brief |
| 66 | |
| 67 | ```bash |
| 68 | python3 ~/.claude/skills/design/scripts/cip/search.py "tech startup" --cip-brief -b "BrandName" |
| 69 | ``` |
| 70 | |
| 71 | ### CIP: Search Domains |
| 72 | |
| 73 | ```bash |
| 74 | python3 ~/.claude/skills/design/scripts/cip/search.py "business card letterhead" --domain deliverable |
| 75 | python3 ~/.claude/skills/design/scripts/cip/search.py "luxury premium elegant" --domain style |
| 76 | python3 ~/.claude/skills/design/scripts/cip/search.py "hospitality hotel" --domain industry |
| 77 | python3 ~/.claude/skills/design/scripts/cip/search.py "office reception" --domain mockup |
| 78 | ``` |
| 79 | |
| 80 | ### CIP: Generate Mockups |
| 81 | |
| 82 | ```bash |
| 83 | # With logo (RECOMMENDED) |
| 84 | python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --deliverable "business card" --industry "consulting" |
| 85 | |
| 86 | # Full CIP set |
| 87 | python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --industry "consulting" --set |
| 88 | |
| 89 | # Pro model (4K text) |
| 90 | python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo logo.png --deliverable "business card" --model pro |
| 91 | |
| 92 | # Without logo |
| 93 | python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TechFlow" --deliverable "business card" --no-logo-prompt |
| 94 | ``` |
| 95 | |
| 96 | Models: `flash` (default, `gemini-2.5-flash-image`), `pro` (`gemini-3-pro-image-preview`) |
| 97 | |
| 98 | ### CIP: Render HTML Presentation |
| 99 | |
| 100 | ```bash |
| 101 | python3 ~/.claude/skills/design/scripts/cip/render-html.py --brand "TopGroup" --industry "consulting" --images /path/to/cip-output |
| 102 | ``` |
| 103 | |
| 104 | **Tip:** If no logo exists, use Logo Design section above first. |
| 105 | |
| 106 | ## Slides (Built-in) |
| 107 | |
| 108 | Strategic HTML presentations with Chart.js, design tokens, copywriting formulas. |
| 109 | |
| 110 | Load `references/slides-create.md` for the creation workflow. |
| 111 | |
| 112 | ### Slides: Knowledge Base |
| 113 | |
| 114 | | Topic | File | |
| 115 | |-------|------| |
| 116 | | Creation Guide | `references/slides-cr |