murphytrueman

Migration Agent — Security skill for Claude Code

Security community

Plans a token migration (format, tool, naming or tier): chains token-audit and naming-audit, builds the transformation table, then codemod-generator, deprecation-process and change-communication for c.

How to install Migration Agent

Installs to ~/.claude/skills/murphytrueman-design-system-ops-migration-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/murphytrueman-design-system-ops-migration-agent && curl -fsSL https://raw.githubusercontent.com/murphytrueman/design-system-ops/HEAD/skills/migration-agent.md -o ~/.claude/skills/murphytrueman-design-system-ops-migration-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Migration Agent does


name: migration description: "Plans a token migration (format, tool, naming or tier): chains token-audit and naming-audit, builds the transformation table, then codemod-generator, deprecation-process and change-communication for codemods, deprecation and comms. Plan only. Invoked by /migration."

Token migration

A chained workflow that runs token-audit and naming-audit, builds a transformation table and staged rollout plan, generates codemods with `codemod-generator`, plans the deprec

Alternatives in Security

  • Kali Pentest — Kali Linux penetration testing skill for AI agents (Claude Code, OpenClaw, Hermes Agent) 100 ★
  • API Contract Review — API platform contract review 83 ★
  • Audit Test — Audit test quality 63 ★

Full documentation available on GitHub

View Source Repository