Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Comprehensive AI design skill providing design intelligence across platforms with 161 reasoning rules.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
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."4argument-hint: "[design-type] [context]"5license: MIT6metadata:7author: claudekit8version: "2.1.0"9---1011# Design1213Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons.1415## When to Use1617- Brand identity, voice, assets18- Design system tokens and specs19- UI styling with shadcn/ui + Tailwind20- Logo design and AI generation21- Corporate identity program (CIP) deliverables22- Presentations and pitch decks23- Banner design for social media, ads, web, print24- Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok2526## Sub-skill Routing2728| Task | Sub-skill | Details |29|------|-----------|---------|30| Brand identity, voice, assets | `brand` | External skill |31| Tokens, specs, CSS vars | `design-system` | External skill |32| shadcn/ui, Tailwind, code | `ui-styling` | External skill |33| Logo creation, AI generation | Logo (built-in) | `references/logo-design.md` |34| CIP mockups, deliverables | CIP (built-in) | `references/cip-design.md` |35| Presentations, pitch decks | Slides (built-in) | `references/slides.md` |36| Banners, covers, headers | Banner (built-in) | `references/banner-sizes-and-styles.md` |37| Social media images/photos | Social Photos (built-in) | `references/social-photos-design.md` |38| SVG icons, icon sets | Icon (built-in) | `references/icon-design.md` |3940## Logo Design (Built-in)414255+ styles, 30 color palettes, 25 industry guides. Gemini Nano Banana models.4344### Logo: Generate Design Brief4546```bash47python3 ~/.claude/skills/design/scripts/logo/search.py "tech startup modern" --design-brief -p "BrandName"48```4950### Logo: Search Styles/Colors/Industries5152```bash53python3 ~/.claude/skills/design/scripts/logo/search.py "minimalist clean" --domain style54python3 ~/.claude/skills/design/scripts/logo/search.py "tech professional" --domain color55python3 ~/.claude/skills/design/scripts/logo/search.py "healthcare medical" --domain industry56```5758### Logo: Generate with AI5960**ALWAYS** generate output logo images with white background.6162```bash63python3 ~/.claude/skills/design/scripts/logo/generate.py --brand "TechFlow" --style minimalist --industry tech64python3 ~/.claude/skills/design/scripts/logo/generate.py --prompt "coffee shop vintage badge" --style vintage65```6667**IMPORTANT:** When scripts fail, try to fix them directly.6869After generation, **ALWAYS** ask user about HTML preview via `AskUserQuestion`. If yes, invoke `/ui-ux-pro-max` for gallery.7071## CIP Design (Built-in)727350+ deliverables, 20 styles, 20 industries. Gemini Nano Banana (Flash/Pro).7475### CIP: Generate Brief7677```bash78python3 ~/.claude/skills/design/scripts/cip/search.py "tech startup" --cip-brief -b "BrandName"79```8081### CIP: Search Domains8283```bash84python3 ~/.claude/skills/design/scripts/cip/search.py "business card letterhead" --domain deliverable85python3 ~/.claude/skills/design/scripts/cip/search.py "luxury premium elegant" --domain style86python3 ~/.claude/skills/design/scripts/cip/search.py "hospitality hotel" --domain industry87python3 ~/.claude/skills/design/scripts/cip/search.py "office reception" --domain mockup88```8990### CIP: Generate Mockups9192```bash93# With logo (RECOMMENDED)94python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --deliverable "business card" --industry "consulting"9596# Full CIP set97python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo /path/to/logo.png --industry "consulting" --set9899# Pro model (4K text)100python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TopGroup" --logo logo.png --deliverable "business card" --model pro101102# Without logo103python3 ~/.claude/skills/design/scripts/cip/generate.py --brand "TechFlow" --deliverable "business card" --no-logo-prompt104```105106Models: `flash` (default, `gemini-2.5-flash-image`), `pro` (`gemini-3-pro-image-preview`)107108### CIP: Render HTML Presentation109110```bash111python3 ~/.claude/skills/design/scripts/cip/render-html.py --brand "TopGroup" --industry "consulting" --images /path/to/cip-output112```113114**Tip:** If no logo exists, use Logo Design section above first.115116## Slides (Built-in)117118Strategic HTML presentations with Chart.js, design tokens, copywriting formulas.119120Load `references/slides-create.md` for the creation workflow.121122### Slides: Knowledge Base123124| Topic | File |125|-------|------|126| Creation Guide | `references/slides-create.md` |127| Layout Patterns | `references/slides-layout-patterns.md` |128| HTML Template | `references/slides-html-template.md` |129| Copywriting | `references/slides-copywriting-formulas.md` |130| Strategies | `references/slides-strategies.md` |131132## Banner Design (Built-in)13313422 art direction styles across social, ads, web, print. Uses `frontend-design`, `ai-artist`, `ai-multimodal`, `chrome-devtools` skills.135136Load `references/banner-sizes-and-styles.md` for complete sizes and styles reference.137138### Banner: Workflow1391401. **Gather requirements** via `AskUserQuestion` — purpose, platform, content, brand, style, quantity1412. **Research** — Activate `ui-ux-pro-max`, browse Pinterest for references1423. **Design** — Create HTML/CSS banner with `frontend-design`, generate visuals with `ai-artist`/`ai-multimodal`1434. **Export** — Screenshot to PNG at exact dimensions via `chrome-devtools`1445. **Present** — Show all options side-by-side, iterate on feedback145146### Banner: Quick Size Reference147148| Platform | Type | Size (px) |149|----------|------|-----------|150| Facebook | Cover | 820 x 312 |151| Twitter/X | Header | 1500 x 500 |152| LinkedIn | Personal | 1584 x 396 |153| YouTube | Channel art | 2560 x 1440 |154| Instagram | Story | 1080 x 1920 |155| Instagram | Post | 1080 x 1080 |156| Google Ads | Med Rectangle | 300 x 250 |157| Website | Hero | 1920 x 600-1080 |158159### Banner: Top Art Styles160161| Style | Best For |162|-------|----------|163| Minimalist | SaaS, tech |164| Bold Typography | Announcements |165| Gradient | Modern brands |166| Photo-Based | Lifestyle, e-com |167| Geometric | Tech, fintech |168| Glassmorphism | SaaS, apps |169| Neon/Cyberpunk | Gaming, events |170171### Banner: Design Rules172173- Safe zones: critical content in central 70-80%174- One CTA per banner, bottom-right, min 44px height175- Max 2 fonts, min 16px body, ≥32px headline176- Text under 20% for ads (Meta penalizes)177- Print: 300 DPI, CMYK, 3-5mm bleed178179## Icon Design (Built-in)18018115 styles, 12 categories. Gemini 3.1 Pro Preview generates SVG text output.182183### Icon: Generate Single Icon184185```bash186python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "settings gear" --style outlined187python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "shopping cart" --style filled --color "#6366F1"188python3 ~/.claude/skills/design/scripts/icon/generate.py --name "dashboard" --category navigation --style duotone189```190191### Icon: Generate Batch Variations192193```bash194python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "cloud upload" --batch 4 --output-dir ./icons195```196197### Icon: Multi-size Export198199```bash200python3 ~/.claude/skills/design/scripts/icon/generate.py --prompt "user profile" --sizes "16,24,32,48" --output-dir ./icons201```202203### Icon: Top Styles204205| Style | Best For |206|-------|----------|207| outlined | UI interfaces, web apps |208| filled | Mobile apps, nav bars |209| duotone | Marketing, landing pages |210| rounded | Friendly apps, health |211| sharp | Tech, fintech, enterprise |212| flat | Material design, Google-style |213| gradient | Modern brands, SaaS |214215**Model:** `gemini-3.1-pro-preview` — text-only output (SVG is XML text). No image generation API needed.216217## Social Photos (Built-in)218219Multi-platform social image design: HTML/CSS → screenshot export. Uses `ui-ux-pro-max`, `brand`, `design-system`, `chrome-devtools` skills.220221Load `references/social-photos-design.md` for sizes, templates, best practices.222223### Social Photos: Workflow2242251. **Orchestrate** — `project-management` skill for TODO tasks; parallel subagents for independent work2262. **Analyze** — Parse prompt: subject, platforms, style, brand context, content elements2273. **Ideate** — 3-5 concepts, present via `AskUserQuestion`2284. **Design** — `/ckm:brand` → `/ckm:design-system` → randomly invoke `/ck:ui-ux-pro-max` OR `/ck:frontend-design`; HTML per idea × size2295. **Export** — `chrome-devtools` or Playwright screenshot at exact px (2x deviceScaleFactor)2306. **Verify** — Use Chrome MCP or `chrome-devtools` skill to visually inspect exported designs; fix layout/styling issues and re-export2317. **Report** — Summary to `plans/reports/` with design decisions2328. **Organize** — Invoke `assets-organizing` skill to sort output files and reports233234### Social Photos: Key Sizes235236| Platform | Size (px) | Platform | Size (px) |237|----------|-----------|----------|-----------|238| IG Post | 1080×1080 | FB Post | 1200×630 |239| IG Story | 1080×1920 | X Post | 1200×675 |240| IG Carousel | 1080×1350 | LinkedIn | 1200×627 |241| YT Thumb | 1280×720 | Pinterest | 1000×1500 |242243## Workflows244245### Complete Brand Package2462471. **Logo** → `scripts/logo/generate.py` → Generate logo variants2482. **CIP** → `scripts/cip/generate.py --logo ...` → Create deliverable mockups2493. **Presentation** → Load `references/slides-create.md` → Build pitch deck250251### New Design System2522531. **Brand** (brand skill) → Define colors, typography, voice2542. **Tokens** (design-system skill) → Create semantic token layers2553. **Implement** (ui-styling skill) → Configure Tailwind, shadcn/ui256257## References258259| Topic | File |260|-------|------|261| Design Routing | `references/design-routing.md` |262| Logo Design Guide | `references/logo-design.md` |263| Logo Styles | `references/logo-style-guide.md` |264| Logo Colors | `references/logo-color-psychology.md` |265| Logo Prompts | `references/logo-prompt-engineering.md` |266| CIP Design Guide | `references/cip-design.md` |267| CIP Deliverables | `references/cip-deliverable-guide.md` |268| CIP Styles | `references/cip-style-guide.md` |269| CIP Prompts | `references/cip-prompt-engineering.md` |270| Slides Create | `references/slides-create.md` |271| Slides Layouts | `references/slides-layout-patterns.md` |272| Slides Template | `references/slides-html-template.md` |273| Slides Copy | `references/slides-copywriting-formulas.md` |274| Slides Strategy | `references/slides-strategies.md` |275| Banner Sizes & Styles | `references/banner-sizes-and-styles.md` |276| Social Photos Guide | `references/social-photos-design.md` |277| Icon Design Guide | `references/icon-design.md` |278279## Scripts280281| Script | Purpose |282|--------|---------|283| `scripts/logo/search.py` | Search logo styles, colors, industries |284| `scripts/logo/generate.py` | Generate logos with Gemini AI |285| `scripts/logo/core.py` | BM25 search engine for logo data |286| `scripts/cip/search.py` | Search CIP deliverables, styles, industries |287| `scripts/cip/generate.py` | Generate CIP mockups with Gemini |288| `scripts/cip/render-html.py` | Render HTML presentation from CIP mockups |289| `scripts/cip/core.py` | BM25 search engine for CIP data |290| `scripts/icon/generate.py` | Generate SVG icons with Gemini 3.1 Pro |291292## Setup293294```bash295export GEMINI_API_KEY="your-key" # https://aistudio.google.com/apikey296pip install google-genai pillow297```298299## Integration300301**External sub-skills:** brand, design-system, ui-styling302**Related Skills:** frontend-design, ui-ux-pro-max, ai-multimodal, chrome-devtools303