What problem does it solve?
Translates application UI specifications into actionable Figma screen designs by reusing published design system tokens, components, and styles to ensure visual parity with code without manual pixel-pushing.
Core Features & Use Cases
- Reuses published design system components, variables, and text/effect styles to assemble screens rather than drawing primitives.
- Integrates with the figma-use skill and requires loading figma-use before any use_figma call; Always pass skillNames: "figma-generate-design" when invoking use_figma for logging.
- Step-by-step workflow: understand the screen, discover design system assets, create a wrapper frame, build sections inside it, validate with screenshots, and update as needed.
- Typical use: generating a new landing page in Figma from code or a detailed description, ensuring alignment with design system tokens.
Quick Start
Initialize by loading the figma-use skill, then invoke use_figma with the figma-generate-design workflow to create or update a Figma screen from code or a description.