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