What problem does it solve? Designers and developers often need to recreate existing webpage layouts in Figma, which normally requires manually rebuilding every element, style, and image. This Skill automates that process by capturing a live webpage's DOM, computed styles, and assets, then exporting them as a Figma-compatible JSON file. ## Core Features & Use Cases - Full-Page and Element Capture: Traverse the DOM to extract element positions, computed styles, text nodes, and layout data for an entire page or a specific selector. - Cross-Origin Image Proxy: A background service worker fetches CORS-blocked images and converts them to data URLs so no assets are missing from the export. - Configurable Concurrency: Control parallel image downloads (4/6/8/10/12/16/20/infinite) to balance speed and network load. - Use Case: A designer wants to study a competitor's landing page layout in Figma. They load the unpacked extension, click capture from the in-page toolbar, and receive a .json file containing the full element tree ready for conversion into Figma nodes. ## Quick Start Load the unpacked extension in Chrome via chrome://extensions with Developer mode enabled, then ask the agent to capture the current webpage and export it as a Figma-compatible JSON file.