What problem does it solve? When you see a gradient, animation, or layout on the web and wonder how it was built, inspecting it manually is slow and error-prone. This Skill reverse-engineers any web interface or visual effect into a clear explanation of the layers, techniques, and values that produce it. ## Core Features & Use Cases - Effect Deconstruction: Identifies the full layer stack behind a single effect (gradients, blurs, shadows, animations) in paint order, including pseudo-elements and filtering out idle animation-library values. - Whole-System Analysis: Reads a site's framework, styling system, design tokens, type scale, spacing rhythm, breakpoints, fonts, and motion via browser scripts or raw HTML/CSS fetching. - Screenshot Reconstruction: When only an image is available, extracts exact colors and contrast ratios while clearly labeling everything else as inference rather than measurement. - Use Case: Ask how the hero gradient on a competitor's landing page was built, and receive the layer stack (oversized element, multi-stop low-alpha gradient, large blur filter) with the technique and perceptual role of each layer. ## Quick Start Ask the assistant to explain how the gradient on a specific website URL was built.