$npx skillfedfor your agent

figma-design-handoff

This skill bridges design and development by automating the Figma-to-code pipeline. It covers extracting design tokens from Figma Variables, mapping Auto Layout to CSS Flexbox/Grid, documenting component specifications, and validating production UI against Figma designs using visual regression.

Figma Design Handoff converts Figma designs to production code through design tokens, component specs, and visual regression.

AI-generated summary based on this skill's SKILL.md

208 20 MITupdated by yonatangross

Decision gist · record as of 2026-07-28

Figma Design Handoff converts Figma designs to production code through design tokens, component specs, and visual regression. This skill bridges design and development by automating the Figma-to-code pipeline. It covers extracting design tokens from Figma Variables, mapping Auto Layout to CSS Flexbox/Grid, documenting component specifications, and validating production UI against Figma designs using visual regression.

manual: git clone https://github.com/yonatangross/orchestkit → cp -r orchestkit/src/skills/figma-design-handoff ~/.claude/skills/figma-design-handoff
src/skills/figma-design-handoff/SKILL.md · version e353e574

Use it when

  • figma-design-handoff enables a structured handoff workflow by exporting component specifications, variants.
  • figma-design-handoff automates design tokens extraction from Figma Variables into CSS, Tailwind, and W3C token JSON formats.

Verify before relying

Read SKILL.md below before installing (12 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

yonatangross/orchestkit/figma-design-handoff · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does figma-design-handoff convert Figma designs to code?

figma-design-handoff automates the Figma-to-code pipeline by extracting design specifications directly from Figma and generating production-ready code with structured handoff. It maps Figma components to code artifacts, extracts design tokens from Figma Variables, and documents component specs to ensure developers receive complete, actionable design information rather than static screenshots.

What is the figma to react component handoff workflow?

figma-design-handoff enables a structured handoff workflow by exporting component specifications, variants, and states from Figma into documentation and code templates. The workflow captures Auto Layout constraints, typography, spacing, and color tokens, then maps them to React component props and CSS, reducing manual translation and design-to-code friction.

How does figma-design-handoff handle design tokens and variables?

figma-design-handoff automates design tokens extraction from Figma Variables into CSS, Tailwind, and W3C token JSON formats. It converts Figma's variable system into a pipeline that syncs color palettes, typography scales, spacing systems, and other design tokens directly to your codebase, eliminating manual token transcription.

Can figma-design-handoff map Auto Layout to CSS Flexbox and Grid?

Yes. figma-design-handoff analyzes Figma Auto Layout properties—direction, spacing, alignment, and wrapping—and translates them into equivalent CSS Flexbox or Grid layouts. This automation preserves design intent in code, ensuring responsive behavior and spacing rules defined in Figma are accurately reflected in production CSS.

How does figma-design-handoff perform visual regression testing?

figma-design-handoff validates production UI against Figma designs using visual regression testing. It captures Figma component screenshots and compares them against rendered production components, detecting visual drift, spacing misalignments, color deviations, and other discrepancies to ensure design fidelity throughout development.

What component specs can figma-design-handoff extract from Figma?

figma-design-handoff extracts comprehensive component specifications including variants, states, properties, constraints, typography, spacing, colors, shadows, borders, and interaction annotations. It generates structured documentation that developers can reference during implementation, covering everything needed to rebuild components accurately in code.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Figma Design Handoff

Figma dominates design tooling in 2026, with the majority of product teams using it as their primary design tool. A structured handoff workflow eliminates design drift —

(truncated - see the full file via the links below)

File tree — 12 files
src/skills/figma-design-handoff/SKILL.md
src/skills/figma-design-handoff/references/applitools-figma-plugin.md
src/skills/figma-design-handoff/references/design-dev-communication.md
src/skills/figma-design-handoff/references/figma-to-code-workflow.md
src/skills/figma-design-handoff/rules/_sections.md
src/skills/figma-design-handoff/rules/_template.md
src/skills/figma-design-handoff/rules/figma-auto-layout.md
src/skills/figma-design-handoff/rules/figma-component-specs.md
src/skills/figma-design-handoff/rules/figma-dev-mode.md
src/skills/figma-design-handoff/rules/figma-variables-tokens.md
src/skills/figma-design-handoff/rules/figma-visual-regression.md
src/skills/figma-design-handoff/test-cases.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Convert Figma designs to production code with structured handoff”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

design-system-tokens
by yonatangross · yonatangross/orchestkit

Manage design tokens using the W3C Design Token Community Group specification with a three-tier hierarchy (global, alias, component) that enables theme switching without touching component definitions. Built-in support for OKLCH color spaces ensures perceptually uniform shade scales, while Style Dictionary integration transforms tokens into CSS variables, Tailwind themes, and platform-specific outputs. Includes guidance on contrast enforcement, dark mode implementation, versioning strategies, and design-to-code pipelines.

MITupdated Jul 2026
★ 208repo stars
figma-expert
by RightNow-AI · RightNow-AI/openfang

Figma Expert teaches you to architect maintainable design systems through component best practices, auto-layout configuration, and design tokens. Learn how to structure libraries atomically, implement theme switching with variables, and streamline handoff to developers using Dev Mode and precise specifications.

Apache-2.0updated Jul 2026
★ 18,065repo stars
Product Design
by alekspetrov · alekspetrov/navigator

This skill streamlines the design-to-code workflow by connecting directly to Figma, extracting design tokens and component patterns, then auditing your codebase for alignment. It generates phased implementation plans with task breakdowns and acceptance criteria, cutting handoff time from hours to minutes.

no license declared → metadata onlyupdated Jul 2026
★ 196repo stars
Design Tokens
by glebis · glebis/claude-skills

Design Tokens manages design token files using the DTCG 2025.10 standard with a dependency-free Python core. It scaffolds token sets, validates them against the spec, merges project overrides with global brand bases, resolves aliases, and exports to CSS custom properties. The skill also generates preview pages, design documentation, and generation prompts for on-brand image creation.

no license declared → metadata onlyupdated Jul 2026
★ 334repo stars
design-context-extract
by yonatangross · yonatangross/orchestkit

Design Context Extract analyzes existing applications to capture their visual foundation—colors, fonts, spacing, and component structure—and exports the results as structured design tokens or Tailwind configuration. It works from screenshots, live URLs, screen recordings (including motion specs), or your project's existing styles, making it easy to audit designs or bootstrap a design system from a live reference.

MITupdated Jul 2026
★ 208repo stars
Figma
by johnlindquist · johnlindquist/claude

Figma brings your design system into automation by extracting tokens, component specs, and design data through the Figma API. Pull colors, typography, spacing, and component details directly into your workflows, then generate code or sync tokens to your codebase.

no license declared → metadata onlyupdated Dec 2025
★ 24repo stars

More skills Figma (NOASSERTION) · Figma (unlicensed) · design-md (Apache-2.0) · design-md (MIT) · ui-components (MIT) · Figma Design Analyzer (unlicensed) · qa-test-planner (MIT)

Tags
design-to-code-automationtoken-generation-pipelinecomponent-extractionlayout-mappingvisual-qa-testingdesign-system-workflowdev-mode-inspectiondesign-drift-prevention