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
React Native Skills
SkillSharper React Native and Expo decisions for coding agents
CI/CD Automation
SkillKeeps GitHub Actions and GitLab CI as separate skills instead of one generic CI abstraction.
Error Diagnostics
SkillTurns a stack trace into ranked hypotheses before any code gets edited.
Comments(0)
Sign in to comment