Figma Implement Design

Point this skill at a Figma file, frame, or component and it produces pixel-perfect, production-ready code — HTML/CSS, React, Vue, or Tailwind — that faithfully reproduces the design. It reads layout, spacing, typography, colors, and assets directly from the Figma file via MCP, then generates clean, semantic markup with responsive considerations. Use it when you have a finalized design and need to ship code that matches exactly.

First-party, by Skills and Agents Co

June 22, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Figma MCP

Read access to Figma files, frames, components, and design tokens

View config snippet
{
  "mcpServers": {
    "figma": {
      "url": "https://mcp.figma.com/mcp"
    }
  }
}