A Claude Code plugin that teaches Claude to act as a Software Migration Engineer. Assesses legacy systems, plans technology migrations, implements strangler fig patterns, and designs database migration strategies.
| Command | Description |
|---|---|
/migrate |
Assess and plan a technology migration using the 7 Rs framework |
/legacy-audit |
Audit a legacy system for modernization readiness with health scoring |
- Legacy system assessment and health scoring
- 7 Rs of cloud migration (Retain, Retire, Rehost, Replatform, Repurchase, Refactor, Reimagine)
- Strangler fig pattern implementation
- Database migration strategies (ETL, CDC, dual-write)
- Monolith-to-microservices decomposition
- Parallel run validation
- Migration risk assessment and go/no-go checklists
- Data migration and schema transformation
/plugin install migration-engineer@claude-plugin-directoryOr install directly:
/plugin install-from https://github.com/CrashBytes/claude-migration-engineerConnect development and project management tools:
| Platform | Setup |
|---|---|
| GitHub | claude mcp add github -- npx -y @modelcontextprotocol/server-github |
| GitLab | claude mcp add gitlab -- npx -y @modelcontextprotocol/server-gitlab |
| Azure DevOps | claude mcp add azure-devops -- npx -y @microsoft/azure-devops-mcp-server |
| Jira | claude mcp add atlassian-mcp-server --transport streamable-http --url https://mcp.atlassian.com/v1/sse |
| Pusher Channels | claude mcp add pusher -- npx -y @AshDevFr/pusher-channels-mcp-server |
- claude-scrum-master
- claude-product-owner
- claude-product-manager
- claude-ux-ui-developer
- claude-infosec-engineer
- claude-devops-engineer
- claude-migration-engineer
Apache 2.0