What problem does it solve? Building interactive web pages without verification leaves broken controls, rendering errors, and poor performance undetected. This Skill provides a workflow for creating HTML experiences in Web Studio's sandboxed preview and proving they work with automated browser checks. ## Core Features & Use Cases - Live HTML Development: Build pages with local JS, CSS, images, and ES modules through a shared viewer, with index.html as the entry point and no bundler required. - Automated Proof Verification: Define actions and assertions in proof.json (clicks, fills, text and attribute checks) that run against the real sandboxed HTTP viewer, saving screenshots and a dependency-hashed browser-proof.json. - Performance Measurement: Drive page controls while measuring rAF delays and long tasks, targeting at least 55 fps and under 2% slow frames. - Use Case: Create an interactive WebGL2 data visualization, then run the screenshot and perf scripts to confirm controls respond, no browser errors occur, and animation stays smooth on both desktop and narrow viewports. ## Quick Start Build an interactive HTML page in the workspace and verify it by running the screenshot and performance proof scripts against index.html.