What problem does it solve? Developers building Singapore government websites need accurate, component-level guidance for the SGDS web component library, including correct installation, framework-specific integration patterns, and per-component API details that generic documentation often misses. ## Core Features & Use Cases - Framework Integration Guidance: Covers React 19+, React 18 and below, Next.js (SSR), Vue, and Angular with correct import paths, event naming conventions, and hydration-safe patterns. - Component Reference Library: Detailed per-component references for 40+ <sgds-*> elements covering attributes, slots, events, methods, usage guidelines, and edge cases. - Troubleshooting Workflow: Directs inspection of compiled source in node_modules when component behavior is unexpected. - Use Case: A developer building a Next.js form asks how to use <sgds-combo-box> with validation; the Skill supplies the React wrapper import, camelCase event props, and the correct hasFeedback/invalidFeedback attributes. ## Quick Start Ask how to use a specific SGDS component such as sgds-button or sgds-combo-box in your React, Next.js, Vue, or Angular project.