·migration-planning
>_

migration-planning

當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。

5安裝·0熱度·@blazity

安裝

$npx skills add https://github.com/blazity/next-migration-skills --skill migration-planning

如何安裝 migration-planning

透過命令列快速安裝 migration-planning AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/blazity/next-migration-skills --skill migration-planning
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:blazity/next-migration-skills。

SKILL.md

查看原文

Create a detailed, phased migration plan based on the assessment data. The plan prioritizes low-risk routes first and handles dependencies between components.

Note: This skill creates a migration-specific plan for ordering route conversions. It is NOT the same as generic plan mode (which is for designing implementation approaches). Use THIS skill when the user says "plan this migration" in a Next.js context.

This skill requires the nextjs-migration-toolkit skill to be installed. All migration skills depend on it for AST analysis.

當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。 來源:blazity/next-migration-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/blazity/next-migration-skills --skill migration-planning
分類
>_效率工具
認證
收錄時間
2026-02-22
更新時間
2026-03-10

Browse more skills from blazity/next-migration-skills

快速解答

什麼是 migration-planning?

當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。 來源:blazity/next-migration-skills。

如何安裝 migration-planning?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/blazity/next-migration-skills --skill migration-planning 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/blazity/next-migration-skills