Component Audit Audit existing code components for Webflow-specific architecture decisions . This skill focuses on how well components integrate with Webflow Designer, not generic React best practices. When to Use This Skill Use when: - User wants to improve how their components work in Webflow Designer - Reviewing whether the right things are exposed as props vs hardcoded - Checking if state management patterns are Webflow-compatible - Looking for opportunities to make components more designer-friendly - Component isn't rendering or behaving as expected in Webflow Do NOT use when: - Validati…