skills/web-design-pro/SKILL.md
Modern web design engineering skills including design tokens, advanced UI/UX methodologies, accessibility, and game-specific UI patterns. Use for building commercial-grade, performant, and accessible web interfaces.
npx skillsauth add kjaylee/misskim-skills web-design-proInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
web-design-pro) for advanced design engineering: tokens, accessibility, performance, and production-grade UI systems.web-design-guidelines when the primary task is compliance auditing against external guideline rules.ui-ux-pro-max when you need deliverable-driven UX flows, component specs, and direct UI generation/refinement output.웹 디자인의 심미성을 넘어, 시스템 설계, 성능 최적화, 접근성, 그리고 게임 특화 UX를 통합한 전문가 레벨의 기술셋.
디자인 결정을 데이터로 관리하여 디자인과 코드 간의 간극을 없앤다.
blue-500: #3B82F6)action-primary: var(--blue-500))btn-bg: var(--action-primary))Style Dictionary 등을 통해 빌드 타임에 각 플랫폼에 배포.사용자의 "진짜" 문제를 해결하기 위한 프레임워크.
모든 기기에서 완벽한 레이아웃을 제공하는 현대적 CSS 기법.
clamp() 사용: 미디어 쿼리 없이 화면 크기에 따라 폰트/간격을 유동적으로 조절.
h1 { font-size: clamp(2rem, 5vw + 1rem, 4rem); }
@media (min-width: ...)로 점진적 확장.누락된 사용자가 없도록 하는 디자인의 기본.
<div> 대신 <nav>, <main>, <article>, <section> 사용.aria-label 부여.prefers-reduced-motion을 존중하여 과한 애니메이션 제어.속도가 곧 사용자 경험이다.
width/height 명시로 CLS 방지.defer나 async로 처리.플레이어의 몰입감을 극대화하는 UI 기법.
즉시 적용 가능한 3가지 기술:
clamp로 변경하여 모바일-데스크톱 간 전환을 매끄럽게 함.clamp()를 통해 유동적으로 변하는가?width/height가 지정되었는가?prefers-reduced-motion 설정 시 번쩍이는 효과가 꺼지는가?testing
게임 아이디어를 검토해 와우 팩터 5개를 추가하고, 스펙→TC→구현→QA→런칭까지 한 번에 밀어붙이는 일일 게임 런칭 써클. 기존 자동 게임 파이프라인을 대체/승격할 때 사용.
data-ai
Advanced YouTube analysis, transcripts, and metadata extraction.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.