fec-implement-from-design

Translate design context into frontend components with token mapping and accessibility.

21|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/bovinphang/frontend-craft --skill fec-implement-from-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fec-implement-from-design
Source: https://github.com/bovinphang/frontend-craft/tree/main/localized/zh-CN/skills/fec-implement-from-design
Command: npx skills add https://github.com/bovinphang/frontend-craft --skill fec-implement-from-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

基于 Figma、Sketch、MasterGo、Pixso、墨刀、摹客、截图及设计 Token 的设计上下文,产出可投入生产的前端组件/页面实现,确保高保真、可复用、可维护并符合无障碍要求。

Core Features & Use Cases

  • 支持从多种设计数据源读取设计上下文(Figma、Sketch、MasterGo、Pixso、墨刀、摹客)并提取结构与变量
  • 优先复用现有组件、遵循设计 Token 映射,避免硬编码
  • 将实现计划以计划文件形式产出,包含组件拆分、状态流、响应式行为与测试要点
  • 产出生产级实现代码前的实现计划与变更清单

Quick Start

Implement production-grade frontend components from the provided design context using MCP-integration enabled workflows.

Frequently Asked Questions about fec-implement-from-design

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

FAQPage Schema
How do I convert Figma designs into production-ready frontend components?

Converting Figma designs into production-ready frontend components involves reading design context via MCP integration, extracting structural variables, mapping design tokens to styling, decomposing UI into reusable components, and generating an implementation plan document before writing code.

What's the best way to implement design tokens without hardcoding frontend styles?

Implementing design tokens without hardcoding frontend styles requires mapping extracted design variables from sources like Sketch or MasterGo to token-driven styling systems, ensuring reusable component architecture while maintaining accessibility standards throughout the generated implementation plan.

Can I use MCP integration to read design context from MasterGo or Pixso?

MCP integration supports reading design context from MasterGo, Pixso, Figma, Sketch, Modao, and Mockplus, extracting structural data and design variables to translate into production-ready frontend components with faithful UI implementation and accessibility compliance.

How do I decompose a design system into reusable frontend components?

Decomposing a design system into reusable frontend components involves extracting the design context, prioritizing existing component reuse, applying design token mapping, and producing a plan file that documents component splits, state flows, responsive behavior, and testing requirements.

Does design-to-code implementation support accessibility requirements?

Design-to-code implementation emphasizes accessibility requirements by ensuring generated production-ready frontend components from design ecosystems like Figma or Sketch comply with accessibility standards while maintaining high fidelity, reusability, and maintainability.

What should an implementation plan document include for frontend component generation?

An implementation plan document for frontend component generation should include component decomposition, state flows, responsive behavior, testing requirements, and a change checklist, all derived from extracted design context and token mappings before producing production-grade code.