What problem does it solve?
Manually rewriting component guideline documentation from Figma into MDX is slow and error-prone. This Skill automates the migration by extracting text and images from Figma documentation layers and producing properly formatted MDX files for the SEED Design docs site.
Core Features & Use Cases
- Figma Content Extraction: Retrieves structured text from Figma node URLs using get_node_info, with parallel subagent dispatch for multiple URLs.
- MDX Generation with Established Patterns: Writes guideline docs following standard heading order (Anatomy, Properties, Guidelines, Comparison, V3 Changes, Specification) using components like PlatformStatusTable, FigmaImage, DoImage/DontImage, Grid, Card, and ComponentSpecBlock.
- Image ID Mapping: Locates Document / Image child nodes via find_nodes and maps them into placeholder fields, flagging mismatches to the user.
- Use Case: A designer provides a Figma URL for the Radio component documentation and asks for the guideline page; the Skill produces docs/content/components/radio.mdx with extracted Korean text, mapped images, and spec blocks.
Quick Start
Provide a Figma node URL and a file name, then ask to migrate the component documentation into an MDX guideline page.