figma-mapper

Map task breakdowns to Figma frames and extract design properties.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Nikhil-Chopra-7/claude-frontend-skills --skill figma-mapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-mapper
Source: https://github.com/Nikhil-Chopra-7/claude-frontend-skills/tree/main/figma-mapper
Command: npx skills add https://github.com/Nikhil-Chopra-7/claude-frontend-skills --skill figma-mapper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the alignment between a feature's task breakdown and a Figma design file, producing a precise mapping of frames to tasks and a complete design-spec alongside enriched task data.

Core Features & Use Cases

  • Automatically discovers dweb and mweb frames from a Figma design parent layer.
  • Maps tasks with Needs Design: yes to relevant frames and captures design contexts for code generation.
  • Extracts design properties (layout, typography, colors, spacing) and references design tokens for downstream styling.
  • Outputs two artifacts: an enriched task breakdown and a design-spec companion file for frontend code generation.
  • Triggers when a user provides a Figma URL together with a task breakdown, or when a Figma URL is pasted in a design-aware conversation.

Quick Start

Provide a Figma file URL and a task breakdown to generate mapping and a design-spec companion.

Frequently Asked Questions about figma-mapper

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

FAQPage Schema
How do I map a task breakdown to Figma frames for frontend code generation?

To map tasks to Figma frames, provide a task breakdown and a Figma file URL. The system parses the URL, retrieves metadata, and outputs an enriched task breakdown with frame-to-task mappings alongside a design-spec companion file.

How does frame mapping extract design properties from a Figma URL?

Frame mapping extracts design properties by parsing a provided Figma URL to retrieve metadata. It automatically discovers dweb and mweb frames, capturing layout, typography, colors, and spacing to generate a full design-spec companion file.

Can I automatically generate design specs from a Figma file for my task breakdown?

Yes, you can automatically generate design specs by supplying a Figma URL and a task breakdown. The system maps tasks with design requirements to relevant frames and extracts design tokens for downstream frontend styling.

Do I need a Figma URL to extract design tokens and map frames to tasks?

Yes, a Figma URL is required to trigger the frame mapping and design spec extraction. The workflow relies on parsing the URL to discover dweb and mweb frames and capture design contexts for code generation.

What is the best way to align a feature's task breakdown with a Figma design file?

The best way to align a task breakdown with a Figma design is to input both the task list and the Figma URL. The system automatically discovers applicable frames, maps them to tasks, and outputs an enriched breakdown plus a design-spec companion.

Does frame mapping work with both dweb and mweb Figma design parent layers?

Yes, frame mapping works with both dweb and mweb frames. It automatically discovers these frame types from a Figma design parent layer to ensure both desktop and mobile design contexts are mapped to the corresponding tasks.