什麼是 migration-planning?
當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。 來源:blazity/next-migration-skills。
當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。
透過命令列快速安裝 migration-planning AI 技能到你的開發環境
來源:blazity/next-migration-skills。
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當使用者要求規劃 Next.js 遷移、建立遷移路線圖、決定遷移順序、安排遷移階段或詢問「我應該以什麼順序遷移路由?」時使用。透過 AST 分析路由並生成分階段遷移計劃 (.migration/plan.md)。首先需要進行遷移評估。 來源:blazity/next-migration-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/blazity/next-migration-skills --skill migration-planning 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/blazity/next-migration-skills