export-to-figma

Push React components and pages to Figma via the Figma MCP server.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/TETRA2000/figma-web-studio --skill export-to-figma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-to-figma
Source: https://github.com/TETRA2000/figma-web-studio/tree/main/.claude/skills/export-to-figma
Command: npx skills add https://github.com/TETRA2000/figma-web-studio --skill export-to-figma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to export React components and pages to Figma via the Figma MCP server, streamlining design handoff and synchronization between code and design.

Core Features & Use Cases

  • Identify target (component or page) and verify source files exist
  • Generate a Figma design from code and establish a code-connect mapping
  • Update design indexes and component registry with the Figma link for traceability
  • Use Case: A developer exports a new ProductCard component to a Figma project and links it to the corresponding React file to keep both in sync.

Quick Start

Push a component or page to Figma using the MCP-enabled export flow and map it to the corresponding code.

Frequently Asked Questions about export-to-figma

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

FAQPage Schema
How do I export React components to Figma for design handoff?

You can export React components to Figma by pushing them through the Figma MCP server, which renders the code-derived designs and establishes a code-connect mapping for synchronization during design handoff.

What is needed to push code to Figma designs using an MCP server?

Pushing code to Figma designs requires an active Figma MCP server and a running development environment to render components, verify source files exist, and generate the corresponding Figma designs.

How does code-connect mapping work when exporting React pages to Figma?

Code-connect mapping links the exported Figma designs directly to your React source files, updating the design index and component registry with the Figma link to ensure traceability and keep both in sync.

Can I update the component registry automatically when pushing React code to Figma?

Yes, pushing React components to Figma via the MCP server automatically updates your design indexes and component registry with the corresponding Figma links to maintain traceability between code and design.

Does exporting React pages to Figma require a running development environment?

Yes, a running development environment is strictly required to render the React components and pages, allowing the Figma MCP server to generate accurate designs from the live code.