What problem does it solve?
Designers and developers often manually inspect Figma files to understand structure, nodes, and styles. This Skill automates that discovery by using the Figma REST API to fetch file structure, node details, and style data, requiring only a FIGMA_TOKEN.
Core Features & Use Cases
- File information: Retrieve the full file structure, metadata, and version history.
- Node information: Query details about specific nodes (frames, components, groups) including position and size.
- Style information: Fetch color, text, and effect styles to support design system alignment.
- Use Case: Quickly audit a design library by exporting all node and style metadata for a design system doc.
Quick Start
Use the Figma skill to fetch data for a file by running: bash .claude/skills/figma/scripts/get-file.sh <FILE_KEY>