design-token-pipeline

design-token-pipeline is a skill for Claude Code from atezer/FMCP. It costs 149 tokens per session (6,243 once invoked), scanned A, original, MIT.

A pipeline that converts Figma design tokens—shared values such as colours, fonts, and spacing—into code files for iOS, Android, and web projects. It can also create Figma variables from token files in the reverse direction.

In plain words
What is it for?
Use it to produce Swift, Android XML or Compose, CSS, Tailwind, Sass, and TypeScript token files, or to send code token values back to Figma.
Why use it?
It reduces manual copying between design and code and helps keep shared visual values aligned across platforms.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: $skill-name invocation.

Part of the figma-mcp-bridge plugin — 28 skills, 11 commands, 3 agents, 1 MCP server shipped together

Good fit Use it to produce Swift, Android XML or Compose, CSS, Tailwind, Sass, and TypeScript token files, or to send code token values back to Figma.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atezer/fmcp/design-token-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add atezer/FMCP --skill design-token-pipeline
Clone the repo
git clone --depth 1 https://github.com/atezer/FMCP

Made for: Claude Code.

Or install figma-mcp-bridge, the plugin that ships this one along with the rest of its 28 skills, 11 commands, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-token-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/atezer/fmcp/design-token-pipeline/github.svg)](https://agentmods.dev/skills/atezer/fmcp/design-token-pipeline)
Your own site
<a href="https://agentmods.dev/skills/atezer/fmcp/design-token-pipeline"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/design-token-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-token-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/atezer/fmcp/design-token-pipeline"><img src="https://agentmods.dev/badge/skills/atezer/fmcp/design-token-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,243 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00149 $0.06243
Opus 5 $0.00075 $0.03121
Sonnet 5 $0.00030 $0.01249
Haiku 4.5 $0.00015 $0.00624

Measured 9d ago against content hash 1378c021c579, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

design-token-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/design-token-pipeline/SKILL.md · 664 lines

How it starts

The opening of the file, as written. The whole thing — 664 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design Token Pipeline (Multi-Platform)

Design Token Kuralı: Bu skill'deki kod örneklerinde geçen font adları, renk kodları, piksel boyutları yalnızca FORMAT gösterimidir. Çalışma anında tüm design token değerleri (font, renk, boyut, spacing, radius, gölge) kayıtlı kütüphaneden (figma_get_variables, figma_get_styles) veya kullanıcıdan okunmalıdır. Hardcoded token değeri kullanma. Detay: project-context.md → "Design Token Kuralı".

Overview

Bu skill, Figma'daki design token'ları (variable'lar ve style'lar) iOS, Android ve Web platformlarının kullandığı formatlarda kod dosyalarına dönüştürür. Resmi Figma plugininde bu özellik yoktur.

Önemli: MCP araçları (figma_get_variables, figma_get_styles, figma_get_token_browser) ham variable ve style verisi döner. Platform-spesifik dosya formatlarına dönüşüm (Swift, XML, CSS vb.) AI agent tarafından yapılır. Araçlar doğrudan Swift/XML/CSS export etmez.

Desteklenen çıktı formatları:

Platform Format Dosya
iOS Swift Color extension Colors.swift
iOS Swift Font extension Typography.swift
iOS Swift Spacing constants Spacing.swift
iOS Asset Catalog color set *.colorset/Contents.json
Android XML resources colors.xml, dimens.xml, styles.xml
Android Compose Color object AppColors.kt
Android Compose Typography AppTypography.kt
Android Compose Spacing AppSpacing.kt
Web CSS Custom Properties tokens.css
Web Tailwind config tailwind.config.js
Web TypeScript constants tokens.ts
Web Sass variables _tokens.scss
JSON W3C Design Tokens tokens.json

Ek özellikler:

  • Mode desteği (Light/Dark tema — variable'ların valuesByMode alanından)
  • Alias zinciri çözümleme (variable referansları type: "VARIABLE_ALIAS" olarak gelir, AI takip eder)
  • Incremental güncelleme (mevcut dosyalar okunup, sadece değişenler güncellenir)
  • Kategori bazlı export
  • Cross-platform token değeri tutarlılık doğrulaması

Read the full file on GitHub · 664 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 664 lines · 149 tokens per session scan A 1378c021c579

Subscribe to this mod's changes

design-token-pipeline is a skill published in the GitHub repository atezer/FMCP (9 stars, last pushed 1mo ago), licensed MIT. It adds 149 tokens to every session and 6,243 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

design-to-code-check

Check alignment between a specific design specification and its code implementation — a focused, single-component or single-screen comparison. Trigger when someone says: does this match the design, check implementation, design code alignment, what's different between the design and the build, spec check…

murphytrueman/design-system-ops · 95 tokens

design-engineering

Premium design engineering skill for agentic workflows — produces high-end, distinctive UI designs using DESIGN.md as the portable contract across Pencil MCP (in-IDE canvas), Figma MCP (team handoff + design tokens), and Google Stitch (vibe exploration + AI generation). Enforces anti-generic principles, WCAG 2.2 AA…

broomva/skills · 231 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

ss-lint

Quick automated lint — detects common design system violations in seconds.

bitjaru/styleseed · 15 tokens

ss-a11y

Audit a component or page for accessibility issues and fix them.

bitjaru/styleseed · 16 tokens