Extracts design tokens from Figma files and converts them into production-ready CSS variables, JSON, or Tailwind configurations.
This skill automates the design-to-code pipeline by connecting Claude directly to the Figma REST API to bridge the gap between design and development. It fetches published styles and variables—including colors, typography, and spacing—then processes them into developer-friendly formats. The skill intelligently handles complex conversions, such as translating Figma's 0-1 float color values into standard Hex or RGBA strings and organizing typography properties into usable CSS custom properties, ensuring your codebase remains perfectly synchronized with your design system.
主な機能
01Supports both Figma Styles and the Enterprise Figma Variables API
02Automates synchronization between Figma design systems and codebases
032,028 GitHub stars
04Extracts color, typography, and spacing tokens via Figma REST API
05Converts Figma internal color formats to standard Hex and RGBA
06Generates CSS custom properties and JSON token files automatically
ユースケース
01Setting up an automated design-to-code pipeline for new web projects
02Auditing and exporting design tokens from large-scale Figma libraries
03Syncing design system updates from Figma to a React or Tailwind CSS codebase