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)