working-with-figma

Retrieve Figma design specifications via MCP and translate them into implementable code.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sekka/dotfiles --skill working-with-figma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: working-with-figma
Source: https://github.com/sekka/dotfiles/tree/main/home/.claude/skills/working-with-figma
Command: npx skills add https://github.com/sekka/dotfiles --skill working-with-figma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Figmaデザイン情報の取得と実装コードへの反映を一貫して支援します。

Core Features & Use Cases

  • MCPツールでのデザイン情報取得
  • 取得情報を設計体系へ適用
  • アクセシビリティと実装検証

Quick Start

Figma URLを指定してデザイン情報を取得し、コードへ適用します。

Frequently Asked Questions about working-with-figma

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

FAQPage Schema
How do I convert Figma design specifications into implementable code?

Extract design specifications from Figma using MCP tools, then translate colors, typography, spacing, layout, radii, shadows, and component variants into standardized code output. This bridges design-to-implementation workflows by retrieving exact design context and screenshots, then producing markdown documentation ready for build integration.

Can I automate pulling design tokens and design system data from Figma?

Yes. Use MCP to retrieve design tokens, themes, and component specifications directly from Figma files. The Skill extracts this data systematically and applies it to your design system structure, eliminating manual specification transcription.

What design properties can be extracted and converted to code?

Colors, typography, spacing, layout dimensions, border radii, shadows, and component variants. The Skill standardizes these properties into implementable formats while maintaining accessibility requirements and validation checks throughout the extraction and conversion process.

Does this approach support accessibility and validation during design-to-code conversion?

Yes. The Skill integrates accessibility checks and implementation validation into the design extraction and code generation workflow, ensuring converted specifications meet both design intent and accessibility standards before build integration.

How does MCP Figma integration differ from manual design handoff?

MCP enables direct, programmatic access to live Figma design data rather than static exports or screenshots. This eliminates manual transcription, keeps specifications in sync with design updates, and automates the mapping of design properties to code through standardized extraction and translation.

Can I integrate extracted design data into my build pipeline?

Yes. The Skill produces standardized markdown output designed for build integration, allowing you to embed design specifications, tokens, and component documentation directly into development workflows and continuous build processes.