What problem does it solve?
This skill eliminates the manual, error-prone process of translating Figma designs into SwiftUI by reading design files directly through the Figma MCP. It removes the need for screenshot exports, PNG uploads, or pixel-guessing, ensuring layout accuracy and preserving design intent while generating native, adaptive iOS code.
Core Features & Use Cases
- Direct Figma Integration: Reads frame dimensions, hierarchy, text, colors, and spacing directly from Figma via MCP, with no intermediate image exports.
- Native SwiftUI Translation: Maps Figma layout and tokens to native SwiftUI components and HIG values, covering screen states and accessibility verification.
- Use Case: A designer hands off a Figma file for a new settings screen. Use this skill to automatically generate the SwiftUI implementation, verify it against the design using accessibility frame math, and iterate until it matches perfectly.
Quick Start
Use the figma-to-swiftui skill to translate the Figma frame at [URL] into native SwiftUI code by describing the screen's behavior and letting Claude handle the read, build, preview, and verification loop.