What problem does it solve? When you see a gradient, animation, or layout on the web and wonder how it was built, there is no easy way to get a reliable answer. Guessing from appearance produces wrong values, and dumping raw CSS produces noise. This Skill inspects the actual page and explains the technique behind what you see. ## Core Features & Use Cases - Effect decomposition: Identifies the full layer stack behind a visual effect (gradients, blur, masks, blend modes) in paint order, including pseudo-elements and animation-library idle states. - Whole-site analysis: Reads the frontend stack, design tokens, type scale, spacing rhythm, breakpoints, fonts, and motion system of any site. - Screenshot reconstruction: When only an image is available, extracts exact colors and contrast ratios while clearly labeling everything else as inference. - Use Case: Ask how the hero gradient on a marketing site was built, and receive the layer stack (oversized element, multi-stop gradient at low alpha, large blur filter) with measured values and the technique behind each layer. ## Quick Start Ask the assistant to explain how the gradient on a specific website was built by providing its URL.