design-to-swiftui
Installation
SKILL.md
Design to SwiftUI
Convert design component specifications to SwiftUI view code.
Overview
This skill transforms design specifications (from Figma, Sketch, or Penpot) into idiomatic SwiftUI views with proper modifiers, layout containers, and theme token integration.
This skill covers:
- Converting design frames to SwiftUI layouts (VStack, HStack, ZStack)
- Mapping design properties to SwiftUI modifiers
- Generating reusable SwiftUI components
- Integrating with extracted design tokens
This skill does NOT cover: