Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/trungdo9/ClauKit --skill ui-ux-pro-max명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | ui-ux-pro-max |
| description | 50+ styles, 161 color palettes, 57 font pairs |
| category | Design & Frontend |
| status | active |
Comprehensive UI/UX design workflow integrating 50+ design styles, 161 scientifically-balanced color palettes, and 57 curated font pairs from Material Design 3, Apple HIG, and modern web best practices. Systematically select and apply design tokens to ensure accessibility, hierarchy, and brand consistency.
Do NOT use when: Quick mockups or experimental prototypes where perfect consistency is not required.
Define Design Constraints — Establish platform (web, iOS, Android), audience, accessibility level, and brand mood (modern, minimal, playful, corporate).
Select Color Palette — Choose from 161 palettes organized by mood and use case. Leverage semantic color roles (Primary, Secondary, Success, Warning, Error) and ensure all text meets WCAG AA contrast ratios.
Choose Typography — Select from 57 font pairs (Heading + Body). Apply Material Design 3's scale: Display, Headline, Title, Body, Label—each in Small, Medium, Large variants.
Build Component Hierarchy — Layer colors, typography, spacing, and shadows to create clear visual hierarchy. Use grayscale first to test contrast without color distraction.
Validate & Iterate — Cross-check designs against Material Design 3, Apple HIG, and Rauno Freiberg's Web Interface Guidelines. Test for dark mode support and touch target sizes.
Material Design 3 uses HCT (Hue, Chroma, Tone) color space for perceptually accurate palettes that work across light and dark modes. Each palette includes semantic roles: Primary (brand), Secondary (accent), Tertiary (alternative), Success, Warning, Error, with corresponding "On" roles for text contrast.
A constrained type scale ensures hierarchy without overwhelming choice. Display (largest, rare headlines) → Headline (section titles) → Title (subsections) → Body (readable content) → Label (UI controls). Each level has 3 variants (Small, Medium, Large) for responsive scaling.
Use consistent spacing scales (4, 8, 12, 16, 24, 32, 48, 64px) derived from your base unit. Apply to margin, padding, gap. Rhythmic spacing creates visual cohesion and makes layouts predictable.
Minimum touch targets 44×44 points (iOS) or 48×48 dp (Material). Text contrast ratios: AA for body (4.5:1), AAA for small text (7:1). Support Dynamic Type/scalable fonts. Test with screen readers.
Export decisions as design tokens (CSS vars, JSON): --color-primary, --font-headline-medium, --spacing-md. Centralize tokens in configuration, not scattered in components.
Scenario: Building a financial app for desktop and mobile.