Design
Overview
Use this skill as the top-level design router. Start here only when the request spans multiple design domains or the right specialized skill is not obvious:
- brand voice or visual identity
- design tokens or component specs
- UI implementation
- logo, icon, banner, social photo, CIP, or slide generation
Typical Triggers
Use this skill when requests sound like:
- "This request spans brand, UI, and creative deliverables; help me plan it"
- "I am not sure whether to start with brand, design system, or implementation"
- "Help me unify the logo, banner, slides, and interface direction"
- "Give me a full design execution path, not just a single page"
- "Break this design request into the right specialized skills"
Route implementation work to these skills first:
$brand for identity, voice, assets, and palette rules
$design-system for tokens, component specs, and slide decision systems
$ui-styling for shadcn/ui, Tailwind, and frontend implementation
$ui-ux-pro-max for style, palette, typography, UX, and layout decisions
Router Rules
- prefer
$brand for identity, voice, palette governance, and brand-source-of-truth work
- prefer
$ui-ux-pro-max for choosing interface direction before implementation
- prefer
$design-system for token architecture, specs, and systematic slide search
- prefer
$ui-styling for concrete frontend implementation
- prefer
$slides for deck-specific narrative and slide authoring
- prefer
$banner-design for banner-specific sizing, safe zones, and composition
- stay in
$design only when multiple of the above must be coordinated together
Quick Start
Use the bundled scripts from the skill root:
python scripts/logo/search.py "minimalist clean" --design-brief -p "BrandName"
python scripts/cip/search.py "tech startup" --cip-brief -b "BrandName"
python scripts/icon/generate.py --prompt "settings gear" --style outlined
Routing
Brand Work
Use $brand when the task is about voice, palette, typography, asset governance, or brand-token sync.
Tokens and System Design
Use $design-system when the task is about token architecture, component states, or slide strategy/layout/copy/chart decisions.
UI Implementation
Use $ui-styling when the task needs shadcn/ui, Tailwind, responsive layout, or accessibility-aware component code.
Interface Direction
Use $ui-ux-pro-max when the task still needs the visual direction chosen before implementation.
Built-In Deliverables
Use the bundled local workflows for:
- logo generation
- CIP mockups
- SVG icon generation
For slides, banners, and broader UI system work, route to companion skills and use the references here as supplemental guidance.
Read the matching reference file before editing or extending a workflow.
References
references/design-routing.md for the routing map
references/logo-design.md for logo workflow and styles
references/cip-design.md for corporate identity programs
references/slides-create.md for slide workflow
references/banner-sizes-and-styles.md for banner sizes and styles
references/social-photos-design.md for social image workflow
references/icon-design.md for SVG icon generation
Resources
scripts/
logo/search.py
logo/generate.py
logo/core.py
cip/search.py
cip/generate.py
cip/render-html.py
cip/core.py
icon/generate.py
data/
The CSV files under data/ are the knowledge base for logo, CIP, and icon workflows.
1---2name: design3description: Top-level design router for requests that span multiple design domains or when the correct specialized skill is unclear. Use when Codex needs to coordinate brand, design-system, ui-styling, ui-ux-pro-max, logo, CIP, icon, slide, or banner workflows rather than executing a single narrow design task directly.4---56# Design78## Overview910Use this skill as the top-level design router. Start here only when the request spans multiple design domains or the right specialized skill is not obvious:1112- brand voice or visual identity13- design tokens or component specs14- UI implementation15- logo, icon, banner, social photo, CIP, or slide generation1617## Typical Triggers1819Use this skill when requests sound like:2021- "This request spans brand, UI, and creative deliverables; help me plan it"22- "I am not sure whether to start with brand, design system, or implementation"23- "Help me unify the logo, banner, slides, and interface direction"24- "Give me a full design execution path, not just a single page"25- "Break this design request into the right specialized skills"2627Route implementation work to these skills first:2829- `$brand` for identity, voice, assets, and palette rules30- `$design-system` for tokens, component specs, and slide decision systems31- `$ui-styling` for shadcn/ui, Tailwind, and frontend implementation32- `$ui-ux-pro-max` for style, palette, typography, UX, and layout decisions3334## Router Rules3536- prefer `$brand` for identity, voice, palette governance, and brand-source-of-truth work37- prefer `$ui-ux-pro-max` for choosing interface direction before implementation38- prefer `$design-system` for token architecture, specs, and systematic slide search39- prefer `$ui-styling` for concrete frontend implementation40- prefer `$slides` for deck-specific narrative and slide authoring41- prefer `$banner-design` for banner-specific sizing, safe zones, and composition42- stay in `$design` only when multiple of the above must be coordinated together4344## Quick Start4546Use the bundled scripts from the skill root:4748```bash49python scripts/logo/search.py "minimalist clean" --design-brief -p "BrandName"50python scripts/cip/search.py "tech startup" --cip-brief -b "BrandName"51python scripts/icon/generate.py --prompt "settings gear" --style outlined52```5354## Routing5556### Brand Work5758Use `$brand` when the task is about voice, palette, typography, asset governance, or brand-token sync.5960### Tokens and System Design6162Use `$design-system` when the task is about token architecture, component states, or slide strategy/layout/copy/chart decisions.6364### UI Implementation6566Use `$ui-styling` when the task needs shadcn/ui, Tailwind, responsive layout, or accessibility-aware component code.6768### Interface Direction6970Use `$ui-ux-pro-max` when the task still needs the visual direction chosen before implementation.7172### Built-In Deliverables7374Use the bundled local workflows for:7576- logo generation77- CIP mockups78- SVG icon generation7980For slides, banners, and broader UI system work, route to companion skills and use the references here as supplemental guidance.8182Read the matching reference file before editing or extending a workflow.8384## References8586- `references/design-routing.md` for the routing map87- `references/logo-design.md` for logo workflow and styles88- `references/cip-design.md` for corporate identity programs89- `references/slides-create.md` for slide workflow90- `references/banner-sizes-and-styles.md` for banner sizes and styles91- `references/social-photos-design.md` for social image workflow92- `references/icon-design.md` for SVG icon generation9394## Resources9596### `scripts/`9798- `logo/search.py`99- `logo/generate.py`100- `logo/core.py`101- `cip/search.py`102- `cip/generate.py`103- `cip/render-html.py`104- `cip/core.py`105- `icon/generate.py`106107### `data/`108109The CSV files under `data/` are the knowledge base for logo, CIP, and icon workflows.