What problem does it solve? Deploying Webflow Code Components without validation leads to failed builds, oversized bundles, SSR crashes, and unstyled components in the Shadow DOM. This Skill catches these issues before you run webflow library share. ## Core Features & Use Cases - Project Structure Validation: Verifies webflow.json configuration, glob patterns, required dependencies (@webflow/webflow-cli, @webflow/data-types, @webflow/react), and component file integrity. - Component & SSR Analysis: Checks declareComponent usage, validates the 11 supported prop types, detects browser-only API usage (window, document, localStorage) that breaks server-side rendering, and flags Shadow DOM + React Context conflicts. - Framework Detection: Validates setup for styled-components, Emotion, Tailwind CSS, Sass/Less, and custom webpack bundleConfig files, including Shadow DOM decorator requirements. - Use Case: Before sharing a component library, run this check to get a pass/fail/warning report covering bundle size (50MB limit), build errors, and styling configuration, with concrete fix suggestions for each issue. ## Quick Start Check if my Webflow components are ready to deploy and report any issues before I run webflow library share.