Skill for creating mockups with UI/UX trends.
Designs HTML/CSS/JS prototypes before implementation.
Use proactively when user wants to validate UI/UX before coding.
Triggers: mockup, prototype, wireframe, UI design,
목업, 프로토타입, 와이어프레임,
モックアップ, プロトタイプ,
原型, 线框图,
maqueta, prototipo,
maquette, prototype,
Mockup, Prototyp,
mockup, prototipo
Do NOT use for: production code, API development
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Skill for creating mockups with UI/UX trends.
Designs HTML/CSS/JS prototypes before implementation.
Use proactively when user wants to validate UI/UX before coding.
Triggers: mockup, prototype, wireframe, UI design,
목업, 프로토타입, 와이어프레임,
モックアップ, プロトタイプ,
原型, 线框图,
maqueta, prototipo,
maquette, prototype,
Mockup, Prototyp,
mockup, prototipo
Do NOT use for: production code, API development
<!-- components/mockups/card.html --><divclass="card"><imgsrc="placeholder.jpg"alt=""><h3>Title</h3><p>Description text here</p><button>Action</button></div>
3. User Flows
Document user journeys:
Home → Browse Products → View Product → Add to Cart → Checkout → Payment → Confirmation
Tools
HTML/CSS prototypes (recommended)
Figma exports
ASCII diagrams
Output
Save to: docs/02-design/mockups/
Next Phase
After completion: /phase-4-api (Dynamic/Enterprise) or /phase-6-ui-integration (Starter)