Extract design tokens, screen structure, and visual references from Figma files.
Process: CHECK → PARSE → DISCOVER → EXTRACT → ORGANIZE
The goal is to pull structured, source-tracked design data from Figma for use in design-setup pipelines, conflict resolution, and downstream code generation. Every extracted value carries its source tag — this matters because downstream consumers (like design-setup Phase 3) need to know whether a token came from an explicit Figma Variable definition or was inferred from applied styles, since that affects conflict...
Figma 파일에서 디자인 토큰, 화면 구조 및 시각적 참조를 추출합니다. 누군가가 Figma 토큰, 변수, 디자인 시스템 추출 또는 화면 캡처를 언급할 때 figma.com URL이 대화에 나타날 때마다 사용하세요. get_variable_defs, get_design_context, get_metadata 또는 get_screenshot을 호출할 때도 사용합니다. 이 기술은 이를 효과적으로 사용하는 방법을 정의합니다. "Figma에서 가져오기", "디자인 추출", "Figma 변수", "Figma에서 디자인 토큰", "화면 캡처" 또는 figma.com/design 링크와 같은 문구에 대해 트리거됩니다. 사용자가 별다른 설명 없이 그냥 Figma 링크를 붙여넣었다고 해도 이 스킬을 활용해 파싱하고 무엇을 추출할지 결정해보세요. 출처: petbrains/mvp-builder.