Appearance
Figma 设计转代码
← All use cases
难度:中等
适用场景:Implementing already designed screens or flows from Figma in an existing codebase Teams that want Codex to work from structured design context
启动提示
Implement this Figma design in the current project using the Figma skill. Requirements:
- Start with
get_design_contextfor the exact node or frame. - If the response is truncated, use
get_metadatato map the file and then re-fetch only the needed nodes withget_design_context. - Run
get_screenshotfor the exact variant before you start coding. - Reuse the existing design system components and tokens.
- Translate the Figma output into this repo's utilities and component patterns in...