Framework Migration
Picks a migration strategy by codebase size instead of recommending one for everyone.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install framework-migration@claude-code-workflows
Bir çatı sürümü yükseltilirken, eski kod tabanı modernleştirilirken ya da bağımlılık yükseltme planı çıkarılırken.
- Author
- Seth Hobson
- License
- MIT
Three commands and four skills for the work of moving a codebase forward. The Angular skill is the clearest example of the approach: it lists big bang, incremental hybrid through ngUpgrade, and vertical slice, then attaches a size criterion to each rather than declaring a winner, with big bang reserved for small or greenfield apps and the hybrid path for large ones under continuous delivery. React is handled version by version, and the sixteen to eighteen path spells out what actually breaks, including Strict Mode invoking effects twice and automatic batching. Dependency upgrades get their own risk assessment and ordering pass, and an architect review agent works beside the legacy modernizer to keep the target architecture from drifting mid-migration.
Similar skills
Copilot PR Autopilot
SkillRuns a pull request through review rounds until no thread is waiting on the agent.
Semgrep Rule Creator
SkillWrites custom Semgrep rules and refuses to call one done before its tests pass.
Ponytail
SkillArgues for the smallest change that actually solves the problem.
Comments(0)
Sign in to comment