Extract design tokens from Figma and sync to your codebase.
Bridge the gap between design and code by extracting, transforming, and syncing design tokens from Figma into your codebase as CSS variables, Tailwind config, or theme objects.
claude skill install figma-tokens
# Extract tokens from a Figma file and generate Tailwind config
/figma-tokens extract --format tailwind
# Compare current tokens with last synced version
/figma-tokens diff
Connects to the Figma API to read your design file's style definitions and local variables. Transforms raw Figma data into structured design tokens following the W3C Design Token specification. Outputs platform-specific formats ready for direct integration into your build pipeline.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.