legacy-modernizer by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill legacy-modernizer提供在不进行完全重写的情况下逐步现代化遗留系统的专业知识。专长于迁移模式,如绞杀者模式、变更数据捕获(CDC)和防腐层,以安全演进系统,同时保持业务连续性。
在以下情况调用此技能:
在以下情况不要调用:
/microservices-architect/refactoring-specialist/database-optimizer/api-designer广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Migration Strategy?
├── Replace Incrementally
│ └── Strangler Fig: Route traffic to new service gradually
├── Abstract and Replace
│ └── Branch by Abstraction: Interface → implement new → switch
├── Data Sync Required
│ └── CDC with Debezium/similar for real-time sync
└── Protect New from Old
└── Anti-Corruption Layer: Translate between domains
| 反模式 | 问题 | 正确方法 |
|---|---|---|
| Big-bang rewrite | 高风险,时间线长 | 增量迁移 |
| No Anti-Corruption Layer | 新系统被遗留系统污染 | 使用 ACL 进行隔离 |
| Dual-write without CDC | 数据不一致 | 使用 CDC 进行同步 |
| Migrating everything at once | 复杂性过高 | 按业务价值确定优先级 |
| No rollback plan | 迁移失败时陷入困境 | 始终规划回退方案 |
每周安装次数
57
代码仓库
GitHub 星标数
45
首次出现
2026 年 1 月 24 日
安全审计
安装于
opencode46
claude-code45
codex42
gemini-cli42
cursor41
github-copilot36
Provides expertise in incrementally modernizing legacy systems without full rewrites. Specializes in migration patterns like Strangler Fig, Change Data Capture (CDC), and Anti-Corruption Layers to safely evolve systems while maintaining business continuity.
Invoke this skill when:
Do NOT invoke when:
/microservices-architect/refactoring-specialist/database-optimizer/api-designerMigration Strategy?
├── Replace Incrementally
│ └── Strangler Fig: Route traffic to new service gradually
├── Abstract and Replace
│ └── Branch by Abstraction: Interface → implement new → switch
├── Data Sync Required
│ └── CDC with Debezium/similar for real-time sync
└── Protect New from Old
└── Anti-Corruption Layer: Translate between domains
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Big-bang rewrite | High risk, long timeline | Incremental migration |
| No Anti-Corruption Layer | New system polluted by legacy | Isolate with ACL |
| Dual-write without CDC | Data inconsistency | Use CDC for sync |
| Migrating everything at once | Overwhelming complexity | Prioritize by business value |
| No rollback plan | Stuck if migration fails | Always plan fallback |
Weekly Installs
57
Repository
GitHub Stars
45
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode46
claude-code45
codex42
gemini-cli42
cursor41
github-copilot36
Flutter状态管理教程:MVVM与Provider实现单向数据流和架构模式
1,100 周安装