Halodoc built a FigmaToSwiftUI Skill — a reusable AI agent task script — that generates production-ready SwiftUI code directly from Figma designs. The workflow chains Figma MCP (live API access), Figma Code Connect (mapping Figma components to Swift APIs), a Skill File (step-by-step agent instructions), and an AGENTS.md context file. Prerequisites are a Design System with Swift APIs and Code Connect mappings for every component. The Skill fetches the Figma node, maps components to DS equivalents, shows a confirmation table before writing code, generates View.swift and ViewModel.swift with proper tokens and localization keys, and runs SwiftLint. A mid-complexity screen that previously took 6 hours now takes 30–45 minutes at roughly $0.13 per screen. Known gaps include manual image asset export, dependency on a complete AGENTS.md for localization, and manual splitting of complex screens. The Skill is open-sourced on GitHub.