Turn an image (screenshot or mockup) into pixel-accurate vanilla HTML and CSS. No frameworks or libraries unless you ask. Analyze, generate, open in browser, iterate until the layout matches.
# Image to HTML conventions
When the user attaches or references an image (screenshot, mockup, or design) and asks to "convert to HTML," "turn this into HTML," "build this layout," "image to HTML," or runs the `/image-to-html` command, run the **image-to-html** skill.
- **Output is plain HTML and CSS only.** Do not use Tailwind, Bootstrap, or any other CSS library or frontend framework (React, Vue, etc.) unless the user explicitly asks for one.
- Do not ask for viewport or colors; infer everything from the image.
- Follow the full workflow: generate vanilla HTML/CSS → instruct to open in browser → iterate on feedback until the layout matches the design.