dx-figma-extract

Extract design context, tokens, and screenshots from a Figma URL.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-figma-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-figma-extract
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/plugins/dx-core/skills/dx-figma-extract
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill dx-figma-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract design context, tokens, and screenshots from a Figma URL, enabling downstream prototype generation and design QA without manual data gathering.

Core Features & Use Cases

  • Extracts design context, tokens, and reference screenshots from a Figma file URL.
  • Saves figma-extract.md and collects reference visuals for use in later steps.
  • Triggers on commands like "extract figma", "figma design", or "get figma" and is intended to be used when a story includes a Figma URL.

Quick Start

Provide a Figma URL and the related story id, then run the skill to generate figma-extract.md with reference images.

Frequently Asked Questions about dx-figma-extract

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

FAQPage Schema
How do I extract design tokens and screenshots from a Figma URL?

Yes, extracting Figma design context for UI prototype generation automatically captures design tokens, UI components, and visual references. This eliminates manual data gathering and prepares a structured markdown file with reference images for immediate use in design QA and prototyping.

How do I get Figma design context using MCP on port 3845?

To capture Figma variable definitions and screenshots for a specific story, provide the Figma URL and story ID, then trigger the extraction command. The system generates a per-story figma-extract.md file containing all relevant design tokens and reference images.

Do I need the Figma desktop app running to extract design tokens via MCP?

Yes, you need the Figma desktop app running to extract design tokens via MCP, because the extraction process communicates locally through port 3845. This connection is required to access the design context, variable definitions, and screenshots.

When should I extract Figma design context during the development workflow?

You should extract Figma design context during the requirements phase when a story includes a Figma URL. Capturing design tokens and visual references at this stage ensures downstream prototype generation and design QA have accurate data without manual gathering.