legacy-modernizer
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
擅长可执行的渐进迁移路线与风险管控。
这个 Skill 做什么
为遗留系统提供评估、分阶段迁移、依赖图与风险控制方案。
先帮你把老系统从头把脉:画出依赖图、列出风险,给出分阶段迁移和回滚方案,甚至设计 API facade。适合要拆单体、升级框架或逐步替换功能时用。特别之处是能边跑业务边迁移,降风险并产出可执行的路线图。
▸ 展开 SKILL.md 英文原文
Designs incremental migration strategies, identifies service boundaries, produces dependency maps and migration roadmaps, and generates API facade designs for aging codebases. Use when modernizing legacy systems, implementing strangler fig pattern or branch by abstraction, decomposing monoliths, upgrading frameworks or languages, or reducing technical debt without disrupting business operations.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/legacy-modernizer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/legacy-modernizer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Legacy Modernizer ## Core Workflow 1. **Assess system** — Analyze codebase, dependencies, risks, and business constraints. Produce a dependency map and risk register before proceeding. - *Validation checkpoint:* Confirm all external integrations and data contracts are documented before moving to step 2. 2. **Plan migration** — Design an incremental roadmap with explicit rollback strategies per phase. Reference `references/system-assessment.md` for code analysis templates. - *Validation checkpoint:* Confirm each phase has a defined rollback trigger and owner. 3. **Build safety net** — Create characterization tests and monitoring before touching production code. Target 80%+ coverag
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有