Skip to content
Development
Command

/token-migration

Plan a token migration (format, tool, naming or tier) with codemods, deprecation and a comms plan

From plugin
design-system-ops
1964 skills4 commands
Install
$ npx -y skills add murphytrueman/design-system-ops --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/token-migration

Context preview

What this command does when you run it.

Plan a token migration (format, tool, naming or tier) with codemods, deprecation and a comms plan

Command definition

token-migration.md
description: Plan a token migration (format, tool, naming or tier) with codemods, deprecation and a comms plan
allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(diff:*), Bash(grep:*), Bash(rg:*), Bash(npx style-dictionary:*), Bash(npx terrazzo:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(sort:*), Bash(tail:*), Bash(wc:*), Bash(npx tsc:*), Bash(node:*), Bash(npx jscodeshift:*), Bash(npx jest:*), Bash(npx vitest:*)

Run the token-migration agent to plan a token migration. It produces a plan, codemods and a deprecation schedule; it doesn't apply them.

Load the agent from ${CLAUDE_PLUGIN_ROOT}/skills/token-migration-agent.md and follow its complete workflow.

The user should describe the migration context: $ARGUMENTS

Follow the chained-run rules in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/agent-orchestration-guide.md — load each chained skill and the knowledge notes in its `references:` field only when its step starts, and pass short hand-off cards between steps.

The agent chains token-audit, codemod-generator, deprecation-process and change-communication into one migration plan: a transformation table, codemods, a three-stage rollout (ship new names with the old ones aliased and deprecated, consumers migrate, remove in the next major) and a communication package. It stops for your confirmation before the communication phase.

Ships withdesign-system-ops

Claude Code skills for the work that keeps a design system alive.

Get the whole plugin

Other commands on design-system-ops.