figma

Extract Figma design context and generate React + Tailwind components.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ollieb89/.codex --skill figma-ollieb89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma
Source: https://github.com/ollieb89/.codex/tree/main/skills/.curated/figma
Command: npx skills add https://github.com/ollieb89/.codex --skill figma-ollieb89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables teams to fetch structured design context, assets, and styling data from Figma via the MCP and translate it into production-ready UI code, reducing handoffs and rework.

Core Features & Use Cases

  • Figma context extraction: Retrieve structured node data from Figma frames and layers to drive code generation.
  • Design-to-code translation: Convert Figma outputs into React + Tailwind code aligned with the project's design system and tokens.
  • Use Case: Given a Figma frame URL, generate production-ready components and accompanying assets that conform to the codebase conventions.

Quick Start

Fetch the design context for a given Figma frame URL and generate React + Tailwind-ready components following the project design 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 React components?

To convert Figma designs to React components, this skill extracts structured node data and assets via Figma MCP, then translates design context into production-ready React + Tailwind code aligned with your project tokens.

What is Figma MCP and how does it translate design to code?

Figma MCP provides structured design context, metadata, and screenshots from specific frames. This skill applies that output to generate UI code, fetching design_context, downloading assets, and validating against design references.

Can I generate Tailwind code directly from a Figma frame URL?

Yes, you can generate Tailwind code from a Figma frame URL. The skill processes the URL to retrieve design context and assets, converting styling data into Tailwind-ready components conforming to your codebase conventions.

How do I extract design tokens and assets from Figma for a design system?

You extract design tokens and assets from Figma by applying this skill to tasks involving node IDs and frame URLs. It retrieves structured styling data and downloads assets to translate outputs into your project design system conventions.

Do I need a specific Figma node ID to fetch design context for UI generation?

You need a Figma frame URL or node ID to fetch design context. The skill uses these inputs to retrieve structured node data, screenshots, and metadata required to translate designs into production-ready UI components.

Why does my Figma to React code generation not match the design system?

Figma to React code generation may not match your design system if extracted tokens are not properly mapped to project conventions. This skill validates generated components against design references to ensure alignment and reduce rework.