implement-design

Translate Figma designs into UI code using design tokens and validation.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/OpenElementsLabs/claude-base --skill implement-design-openelementslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-design
Source: https://github.com/OpenElementsLabs/claude-base/tree/main/claude-project-base/skills/implement-design
Command: npx skills add https://github.com/OpenElementsLabs/claude-base --skill implement-design-openelementslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translating Figma designs into production-ready UI code with pixel-perfect fidelity is time-consuming and error-prone without a structured workflow.

Core Features & Use Cases

  • Figma MCP integrated: Connects to a Figma MCP server to fetch design data, tokens, and assets for accurate implementation.
  • Design system alignment: Maps Figma design tokens to the project's design system tokens and reuses existing components where possible.
  • End-to-end UI implementation: Provides a deterministic workflow from design context extraction to code generation and validation against screenshots.
  • Code-quality compliance: Enforces project conventions, component reuse, and accessibility standards.
  • Use Case: A developer needs to implement a new UI screen from a Figma file and ensure pixel-perfect parity with the design while reusing existing components.

Quick Start

Provide a Figma URL to begin implementation and let the skill fetch the design context and generate initial code scaffolding.

Frequently Asked Questions about implement-design

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

FAQPage Schema
How do I convert a Figma design to code with pixel-perfect fidelity?

To convert a Figma design to code with pixel-perfect fidelity, provide a Figma URL so the skill can fetch design data via a Figma MCP server, map design tokens, and generate validated production-ready UI code.

How does a Figma MCP server help translate design tokens into a component library?

A Figma MCP server fetches design data and assets directly, allowing an automated workflow to map Figma design tokens to your project's existing design system tokens and reuse current component library elements automatically.

Do I need a Figma MCP server to automate UI implementation from a Figma URL?

Yes, a connected Figma MCP server is required to automate UI implementation, as it fetches the design data, tokens, and assets needed to generate accurate code scaffolding from the Figma URL.

What is the best way to ensure design-to-code compliance with project conventions and accessibility standards?

The best way to ensure design-to-code compliance is using an end-to-end workflow that enforces project conventions, maximizes component reuse, validates generated code against screenshots, and checks accessibility standards automatically.

Can I use my existing component library when implementing Figma layouts into production UI?

Yes, you can use your existing component library, as the implementation process specifically maps Figma design tokens to your project's design system and prioritizes reusing existing components to maintain strict design system alignment.