implement-design

Translate Figma designs into code components using project conventions.

Updated Sep 6, 2024
One-click install
npx skills add https://github.com/rafazsh/dotfiles --skill implement-design-rafazsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-design
Source: https://github.com/rafazsh/dotfiles/tree/main/apps/claude/skills/implement-design
Command: npx skills add https://github.com/rafazsh/dotfiles --skill implement-design-rafazsh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between design files and implementation by helping developers convert Figma designs into production-ready components that match existing project patterns.

Core Features & Use Cases

  • Figma-to-Code Translation: Fetches design context, screenshots, tokens, and assets to guide accurate implementation.
  • Project Convention Discovery: Identifies existing UI libraries, styling systems, component patterns, and file structures before coding.
  • Use Case: Build a new interface component from a Figma URL while preserving the application's design system, accessibility standards, and reusable component architecture.

Quick Start

Ask the implement-design skill to implement the component from the provided Figma design URL using the project's existing conventions.

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?

To convert a Figma design to code, this Skill fetches design context, screenshots, tokens, and assets to guide accurate implementation of production-ready frontend components.

What is the best way to implement UI components from Figma while matching existing project conventions?

The best way to implement UI components from Figma while matching conventions is to discover existing UI libraries, styling systems, and file structures before writing code, ensuring new components integrate seamlessly.

Can I use design tokens from Figma when building frontend components?

Yes, you can use design tokens from Figma when building frontend components. The Skill retrieves these tokens during the design context retrieval phase to ensure accurate styling and design system integration.

Does Figma to code translation require manually copying visual references for validation?

No, Figma to code translation does not require manually copying visual references. The Skill automatically retrieves screenshots and assets to validate the implemented component against the original visual design.

How do I handle assets when implementing a screen from a Figma URL?

To handle assets when implementing a screen from a Figma URL, the Skill automatically retrieves required assets during context discovery and integrates them into your new component implementation.

When do I need to integrate a design system into frontend development using Figma?

You need to integrate a design system into frontend development using Figma when building new interface components, ensuring that reusable architecture, accessibility standards, and styling patterns match the application's existing conventions.