implement-designs

Extract Figma design tokens and convert them to CSS custom properties.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/lushly-dev/afd --skill implement-designs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-designs
Source: https://github.com/lushly-dev/afd/tree/main/.claude/skills/implement-designs
Command: npx skills add https://github.com/lushly-dev/afd --skill implement-designs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of translating Figma designs into production-ready code, bridging the gap between design and development by automating the extraction and conversion of design specifications.

Core Features & Use Cases

  • Figma MCP Integration: Connects with Figma's MCP server for direct design data retrieval.
  • Token Extraction & Translation: Extracts design tokens (colors, typography, spacing) and converts them from Figma/Tailwind formats to CSS custom properties.
  • Component Mapping: Translates React Code Connect component names to your project's web component equivalents.
  • Asset Management: Handles the extraction and local storage of image assets from Figma, preventing broken links due to expiring URLs.
  • Use Case: When a designer provides a Figma link for a new feature, use this Skill to automatically extract all design tokens, map the components, and download necessary assets, providing a solid foundation for developers to build upon.

Quick Start

Use the implement-designs skill to process the Figma link: https://www.figma.com/design/filekey/node-id=12345

Frequently Asked Questions about implement-designs

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

FAQPage Schema
How do I convert Figma designs to code using MCP?

Figma design-to-code workflows using MCP involve setting up the Figma MCP server, authenticating, parsing the design URL, and retrieving design context. This Skill guides that entire process, from initial MCP connection to structured code implementation.

How do I translate Figma design tokens to CSS custom properties?

Translating Figma design tokens to CSS custom properties requires extracting color, typography, and spacing values from Figma or Tailwind output. This Skill automates that token extraction and converts them directly into CSS custom properties for your project.

How do I map React Code Connect components to web components?

Mapping React Code Connect components to web components involves translating React component names retrieved from Figma into your project's web component equivalents. This Skill handles the component mapping automatically during the design retrieval process.

Can I use this Figma MCP integration with Tailwind?

Yes, Figma MCP integration works with Tailwind by extracting design specifications from Figma and translating Tailwind output. The workflow converts Tailwind classes and Figma tokens into standard CSS custom properties for structured implementation.

How do I prevent broken image links from Figma in my code?

Preventing broken image links from Figma requires extracting and downloading image assets locally rather than relying on expiring Figma URLs. This Skill manages asset extraction and local storage automatically during the design-to-code implementation process.

What is the best way to implement a design from a Figma link?

The best way to implement a design from a Figma link is to use MCP integration to retrieve the design context, extract tokens, download assets, and map components. This Skill structures that entire workflow from URL parsing to code generation.