What problem does it solve? Translating an application page or multi-section layout into Figma by hand leads to hardcoded colors, detached primitives, and screens that drift from the published design system. This Skill assembles full Figma screens from existing design system components, variables, and styles so the result stays linked and updatable. ## Core Features & Use Cases - Design System Discovery: Finds components, color/spacing variables, and text/effect styles via search_design_system or by inspecting existing screens in the file. - Incremental Section-by-Section Assembly: Creates a page wrapper frame, then builds each section in its own use_figma call with variable bindings instead of hardcoded values. - Parallel Pixel Reference Workflow: For web apps, runs generate_figma_design alongside use_figma to match exact layout while keeping proper component instances. - Use Case: Given a React landing page, the Skill maps its sections (header, hero, pricing grid, footer) to published Figma components, overrides placeholder text via setProperties, and validates each section with screenshots. ## Quick Start Ask the agent to take this app page and build it in Figma using the existing design system components and styles.