All skills
Skillintermediate
mockup
Generate UI mockups as HTML files with inline CSS for rapid visual prototyping.
Claude Code Knowledge Pack7/10/2026
Overview
Generate UI mockups as HTML files with inline CSS for rapid visual prototyping.
Steps
- Gather the mockup requirements:
- Create a single HTML file per screen with inline styles:
- Add realistic placeholder content:
- Make interactive elements functional with minimal JS:
- Add annotations explaining design decisions.
- Test that the mockup renders correctly in a browser.
Format
Mockup: <screen name>
File: <path to HTML file>
Screens: <list of views created>
Interactions: <what is clickable/interactive>
Rules
- Single HTML file per screen with zero external dependencies.
- Use CSS custom properties for colors so they are easy to change.
- Include mobile and desktop layouts using media queries.