figma

Fetch Figma design context and generate React and Tailwind code.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill figma-ulises-jeremias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/figma
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill figma-ulises-jeremias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires figma-api, figma-mcp, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating and implementing Figma designs into code, reducing the complexity of design-to-code translation and streamlining the development workflow.

Core Features & Use Cases

  • Figma MCP Integration: Leverages the Figma MCP server to fetch design context, screenshots, variables, and assets.
  • Design-to-Code Translation: Translates Figma nodes into production code with support for React and Tailwind.
  • Use Case: When you need to implement a Figma design in your project, this Skill can automatically fetch the necessary design context and generate the corresponding code.

Quick Start

Use the figma skill to implement a design from a Figma URL.

Frequently Asked Questions about figma

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

FAQPage Schema
How do I convert a Figma design to React code?

You can convert Figma designs to React code by providing a Figma URL, which allows the Skill to fetch design context via the Figma MCP server and generate React components styled with Tailwind.

How does Figma MCP integration work for design context retrieval?

Figma MCP integration connects to the server using a valid OAuth token to automatically retrieve design context, screenshots, variables, and assets needed to generate code.

Do I need a Figma OAuth token to generate code from a design?

Yes, you need a valid Figma OAuth token and proper MCP configuration to authenticate requests and retrieve the design context required for code generation.

Can I use Tailwind CSS for styling when translating Figma designs to code?

Yes, Tailwind CSS is supported natively, allowing the Skill to translate Figma design variables and nodes into production code styled with Tailwind utility classes.

What is the best way to streamline Figma design implementation into a development workflow?

The best way to streamline Figma design implementation is using a Skill that automates design context retrieval and code generation, reducing the complexity of manual design-to-code translation.

Why does my Figma MCP connection fail when fetching design assets?

Figma MCP connection failures usually occur due to an invalid or missing Figma OAuth token, or incorrect MCP configuration required to authenticate and fetch design assets.