Firebender Sync Figma Token Skill
Open-source skill detecting drift between Figma tokens and code tokens. Run via Claude Code Skills CLI, it compares the Figma source-of-truth file (variables, modes, styles) against your tokens.json / Style Dictionary / Tailwind config and lists gaps by category: divergent value, missing token, broken alias.
Strengths
- Automatically compares Figma variables and code tokens, no need to script the diff by hand
- Standard Anthropic Skill format, portable across Claude Code, Cursor, OpenCode, Goose
- Open-source: extensible if your DS has custom conventions (e.g. device-aware tokens Smart TV vs Web)
Limitations
- Initial coverage Figma variables + Style Dictionary, if you use Terrazzo or an exotic format, plan an adaptation
- Young project (firebenders), less battle-tested than Fragments or Tidy MCP, validate on sandbox before prod
Best for
- Teams already running Tokens Studio + Style Dictionary wanting a drift check without paying for Fragments
- DS managers wanting an auto-run drift report in pre-commit or weekly routine
- CI pipelines blocking PRs that introduce a Figma token not replicated in code