What problem does it solve? Frontend developers constantly switch between Figma and their editor to check colors, spacing, and layout values. This Skill links a Figma file to your project so the AI agent fetches exact design specs directly through the Figma REST API, eliminating manual inspection and guesswork during UI implementation. ## Core Features & Use Cases - Credential Provisioning: Validates and stores your Figma Personal Access Token, then links a file or team to the project via CLAUDE.md. - Design Spec Queries: Browse pages, frames, and nodes to get CSS-ready properties including flex layout, typography, fills, strokes, shadows, and border radius. - Asset Export: Download any node as PNG or SVG at configurable scale for icons and images. - Use Case: While implementing a billing page, the agent queries the linked Figma file, finds the matching frame, extracts exact padding, font sizes, and hex colors, then writes code that matches the design while following the codebase's existing component patterns. ## Quick Start Ask your agent to set up Figma for this project and paste your Figma file URL when prompted.