Skill: UI Translation Purpose Translate natural language UI descriptions into IDS (Iress Design System) component implementations using and . Translation Workflow 1. Identify the UI elements — Break the description into components: actions (buttons), inputs (fields), layout (stacks, grids), content (text, cards), overlays (modals, slideouts), navigation 2. Map to IDS components — Use the component mapping to find the right IDS component for each element 3. Verify component capabilities — Before recommending a component, read its doc (in ) to verify it supports the required features (async, fi…