Back to Plugins
Variable Migration Tool

Variable Migration Tool

Fast variable migration between design systems using JSON mapping

Plugin Preview

Variable Migration Tool preview

About this plugin

Automate variable migration when transitioning between design systems or updating tokens. The plugin allows you to bulk replace old variables with new ones using a JSON mapping file.


Key Features:

  1. Batch variable import — automatically imports all required variables from libraries
  2. Selective migration — update only selected elements or the entire page
  3. Simple JSON format — use an intuitive mapping format with old and new variable keys
  4. Safe operation — changes are applied only to variables specified in the mapping file


Perfect for:

  1. Migrating between design system versions
  2. Transitioning to a new token library
  3. Bulk updating outdated variables
  4. Synchronizing variables across projects


Upload a JSON with mappings, select elements, and run migration — the plugin handles the rest!


JSON Format Example:

[
{
"old": {
"key": "6bf7c5214692f16b93",
"name": "comp/button/primary"
},
"new": {
"key": "6654b308bfe1d45b11",
"name": "button/primary"
}
}
]

Plugin Details

Version1
CreatedAugust 5, 2025
Last UpdatedAugust 5, 2025
CategoryFile organization plugins
CreatorAnton Trofimov
Stats1 installs, 2 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none