Turns Figma design URLs into production SwiftUI code with a structured workflow that actually respects your existing codebase. It uses Figma MCP to pull design context, screenshots, and tokens, then walks through asset export, design token mapping, and component implementation. The adaptation audit is the standout piece: when updating an existing screen, it builds an element-by-element diff checklist before touching any code, which catches the spacing and layout tweaks that usually get missed. Requires Figma MCP server connection and works best when you have design specs or PM briefs to pair with the Figma link. Opinionated about exporting real Figma assets instead of faking them with SF Symbols or placeholder shapes.
npx skills add https://github.com/daetojemax/figma-to-swiftui-skill --skill figma-to-swiftui