What problem does it solve?
This Skill removes friction from design-to-code workflows by fetching structured Figma design context, screenshots, variables, and assets, and guiding the translation of Figma nodes into production-quality UI code that conforms to project conventions.
Core Features & Use Cases
- Figma MCP integration: Use get_design_context, get_metadata, get_screenshot and variable extraction to retrieve precise node data and visuals.
- Design-to-code guidance: Converts Figma outputs (default React + Tailwind) into project-specific components, tokens, and styles while enforcing reuse and parity rules.
- Asset and mapping management: Handles asset downloads, code-connect maps, and rules for avoiding placeholder icons or new icon packages.
- Use Case: Implement a Figma frame by extracting the node context and screenshot, mapping nodes to existing components, and producing code aligned with the repository's tokens and patterns.
Quick Start
Use the figma skill to fetch design context and a screenshot for the given Figma frame URL so I can implement it in the codebase.