figma-css-json

Extract CSS properties from Figma nodes into structured JSON grouped by component parts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of CSS properties from Figma designs, organizing them into structured JSON for easier integration into development workflows.

Core Features & Use Cases

  • CSS Property Extraction: Retrieves CSS properties like colors, typography, and layout from Figma nodes.
  • Structured JSON Output: Organizes extracted design tokens by component parts (e.g., label, input, icon).
  • Use Case: When a user provides a Figma URL for a UI component, this Skill can extract its design specifications (sizes, colors, typography) into a JSON format, grouped by visual elements like labels, inputs, and icons, and identify any discrepancies with Tailwind CSS.

Quick Start

Use the figma-css-json skill to extract CSS properties from the Figma URL https://www.figma.com/file/example.

Frequently Asked Questions about figma-css-json

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

FAQPage Schema
How do I extract CSS properties from a Figma design as JSON?

To extract CSS properties from a Figma design as JSON, share the Figma URL with the tool to retrieve design tokens, sizes, colors, and typography. It merges metadata and visual styles to output structured JSON grouped by component parts.

Can I identify discrepancies between my Figma UI design and Tailwind CSS?

You can identify discrepancies between your Figma UI design and Tailwind CSS by processing the Figma URL. The tool analyzes the extracted design tokens and compares them against Tailwind specifications to highlight mismatches.

What is the best way to get structured design tokens from a Figma file for development?

The best way to get structured design tokens from a Figma file is to provide the component's URL. The system retrieves pixel sizes and visual styles, organizing the extracted specifications into a JSON format grouped by visual sections like labels and inputs.

Does extracting Figma CSS require a specific file format or URL?

Extracting Figma CSS requires a standard Figma file URL. Once provided, the system uses metadata for pixel sizes and design context for visual styles, merging them to produce structured JSON without needing extra file formats.

How are extracted design specifications grouped in the JSON output?

Extracted design specifications are grouped by component parts in the JSON output. This means visual elements like labels, inputs, and icons are organized into structured sections, making the design tokens easier to integrate into development workflows.