By crashbytes
Migration Engineer skill for Claude Code. Assesses legacy systems, plans technology migrations using the 7 Rs framework, implements strangler fig patterns, and designs database migration strategies. Includes slash commands: /migrate, /legacy-audit.
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 |
/plugin install migration-engineer@claude-plugin-directory
Or install directly:
/plugin install-from https://github.com/CrashBytes/claude-migration-engineer
Connect 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 |
Apache 2.0
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Product Owner skill for Claude Code. Writes user stories with acceptance criteria, manages backlogs, applies prioritization frameworks (RICE, MoSCoW, WSJF), and plans releases. Includes slash commands: /user-story, /backlog-prioritize.
Product Manager skill for Claude Code. Drafts PRDs, builds roadmaps, conducts market analysis (TAM/SAM/SOM), defines OKRs, and plans go-to-market strategy. Includes slash commands: /prd, /roadmap.
7 role-based professional skills for software teams: Scrum Master, Product Owner, Product Manager, UX/UI Developer, InfoSec Engineer, DevOps Engineer, and Software Migration Engineer. Each skill includes MCP integration support for Jira, Azure DevOps, GitHub, GitLab, Linear, and Trello.
InfoSec Engineer skill for Claude Code. Runs STRIDE threat modeling with DREAD scoring, performs OWASP Top 10 security reviews, audits code for vulnerabilities, and guides incident response. Includes slash commands: /threat-model, /security-review.
UX/UI Developer skill for Claude Code. Designs component systems, runs WCAG 2.1 AA accessibility audits, applies Nielsen's heuristics, implements responsive layouts, and evaluates usability. Includes slash commands: /accessibility-audit, /design-system.
npx claudepluginhub crashbytes/claude-migration-engineerSafe database and system migration patterns - dual write, shadow mode, strangler fig
Framework updates, migration planning, and architectural transformation workflows
Generate database migrations and code migration scripts for framework upgrades
Migrator - The architect of transformation. Orchestrates complex code migrations between frameworks, libraries, and API versions with precision codemods, incremental strangler fig patterns, and automated transformation. Ensures zero-downtime migrations with comprehensive test coverage and rollback strategies.
Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking
Technical architecture skills for system design, API design, database design, event-driven systems, and migration planning.