with one click
web-design-pro
// 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.
// 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.
Fetch and rank Jable latest-update videos by likes within a recent time window (default 48h). Use when asked to pull Jable recent updates, sort by likes/popularity, and return top N links in a formatted list.
DeFi intelligence powered by Silverback — market data, swap quotes, technical analysis, yield opportunities, token audits, whale tracking, and AI chat via 11 real-time tools on Base chain
Best practices for Stripe payment integration. Use when implementing payments, subscriptions, checkout flows, or any monetization feature in games or web apps. Covers CheckoutSessions, Payment Element, subscriptions, and Connect.
Test web applications and games using Playwright on MiniPC. Use when verifying frontend functionality, debugging UI behavior, capturing screenshots, or QA testing games. Supports headless browser automation via nodes.run or browser.proxy.
Blender 양방향 소켓 통신 스킬. TCP 소켓 서버로 실시간 씬 조작, 상태 조회, Poly Haven/Sketchfab 에셋 통합. 기존 blender-pipeline (배치 처리)와 상호보완 — 복잡한 씬 구축, 반복 조작, 실시간 피드백에 사용. 트리거: Blender 실시간 조작, 씬 상태 확인, Poly Haven 에셋, Sketchfab 모델, 양방향 Blender 통신.
AI image, video, and music generation + editing. Flux, Veo 3.1, Suno V5.
| name | web-design-pro |
| description | 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. |
| metadata | {"author":"misskim","version":"1.0","origin":"Synthesized from 2024-2026 web design standards research"} |
웹 디자인의 심미성을 넘어, 시스템 설계, 성능 최적화, 접근성, 그리고 게임 특화 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 설정 시 번쩍이는 효과가 꺼지는가?