What problem does it solve? Manually translating Figma designs into front-end code is slow and error-prone. This Skill runs an MCP service that converts Figma frames into structured HTML, sliced assets, fonts, and DSL data, ready for conversion to React, Vue, Swift, Kotlin, or React Native. ## Core Features & Use Cases - Figma-to-Code Conversion: The figma_to_code_package tool takes a Figma URL and returns a ZIP containing index.html, sliced images, fonts, dsl.json, and a design screenshot. - Layout and Component Detection: Recognizes distributed alignment, linear and overlapping layouts, lists, red-dot badges, and system bars, with optional VLM multimodal support for complex UIs. - Extensible DSL Pipeline: A priority-based processor registry lets you add, reorder, or disable DSL processors for platform-specific output. - Use Case: A developer pastes a Figma design URL into Cursor, the MCP service exports a ZIP package, and the agent converts the HTML and DSL into production-ready React components. ## Quick Start Set up the huolala figma mcp service with my Figma token and convert this Figma design URL into React code.