figma

Translate Figma designs into UI code matching SCSS or Tailwind CSS styling systems.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ThaddeusJiang/agent-skills --skill figma-thaddeusjiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma
Source: https://github.com/ThaddeusJiang/agent-skills/tree/main/figma
Command: npx skills add https://github.com/ThaddeusJiang/agent-skills --skill figma-thaddeusjiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates Figma designs into production-ready UI code that matches the project's styling system, reducing manual handoff and potential implementation errors.

Core Features & Use Cases

  • Reads frames, components, and styles from Figma via the official remote MCP server.
  • Detects the repo's styling system (SCSS or Tailwind CSS) and generates code aligned with existing tokens and conventions.
  • Use Case: Seamlessly convert a design in Figma into ready-to-implement UI components in your codebase.

Quick Start

Provide a Figma file link with node-id and let the agent generate UI code that matches the project's styling system.

Frequently Asked Questions about figma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Figma designs to UI code using Tailwind CSS?

To convert Figma designs to Tailwind CSS UI code, provide a Figma file link with a node-id. The skill reads design frames via the official Figma remote MCP server, detects your repo's styling system, and outputs code aligned to your existing Tailwind tokens.

What do I need to generate production-ready UI code from a Figma file?

You need a Figma file link that includes a specific node-id. The skill uses this link to access the official Figma remote MCP server, reads the selected frames and styles, and translates them into UI code matching your project's conventions.

Can I use this to translate Figma frames into SCSS components?

Yes, you can translate Figma frames into SCSS components. The skill automatically detects whether your repository uses SCSS or Tailwind CSS, then generates production-ready UI code that matches your existing styling tokens and conventions.

Does the generated UI code automatically match my project's existing design tokens?

Yes, the generated UI code automatically matches your project's design tokens. The skill detects your repo's styling system and reads Figma styles via the remote MCP server to ensure the output code aligns with your existing styling conventions.

What is the best way to automate design-to-code handoff for frontend development?

Automating design-to-code handoff involves reading Figma frames through the official remote MCP server and translating them directly into frontend code. This approach reduces manual implementation errors and ensures the output aligns with your SCSS or Tailwind CSS styling system.