From design-system-ops
Plans and executes design system migrations: audits tokens, generates codemods, manages deprecations, communicates changes, and creates rollback strategies.
How this command is triggered — by the user, by Claude, or both
Slash command
/design-system-ops:migrationThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run the migration agent to plan and execute a design system migration.
Load the migration agent from ${CLAUDE_PLUGIN_ROOT}/skills/migration-agent.md and follow its complete workflow.
The user should describe the migration context: $ARGUMENTS
The agent chains multiple skills (token-audit, codemod-generator, deprecation-process, change-communication) into a coordinated migration plan with impact analysis, codemods, communication packages, and rollback strategy.Run the migration agent to plan and execute a design system migration.
Load the migration agent from ${CLAUDE_PLUGIN_ROOT}/skills/migration-agent.md and follow its complete workflow.
The user should describe the migration context: $ARGUMENTS
The agent chains multiple skills (token-audit, codemod-generator, deprecation-process, change-communication) into a coordinated migration plan with impact analysis, codemods, communication packages, and rollback strategy.
npx claudepluginhub murphytrueman/design-system-ops/align-design-systemApplies codemods for DRIFT-T001/T002/T003 token-bypass findings and emits suggestions for deprecated tokens and primitive adoption. Supports --path, --dry-run, --files, --mode, and --revert flags.
/source-ux-design-from-codeSynchronizes design system document (design_system.md) with codebase changes in provided files, capturing design implementation decisions and updating specs.
/frontend-designImplements high-quality UI components compliant with existing design systems like shadcn/ui and Tailwind, covering all states (hover, loading, error, empty).
/hatch3r-migration-planCreates a phased migration plan for a major dependency or framework upgrade, analyzing breaking changes and producing actionable rollback procedures plus todo.md entries.
/refactor-uiRefactor existing UI component with modern design principles and design preset
/migration-guideGenerates detailed migration guides for software updates, covering scope analysis, impact assessment, prerequisites, step-by-step processes, breaking changes, configurations, and database migrations.