route-conversion とは?
特定のページを pages/ ディレクトリから app/ ディレクトリに変換する場合、またはルートをエンドツーエンドで移行する場合 (ファイル構造、データのフェッチ、メタデータ、インポート) に使用します。ルートごとの移行の主力スキル。 ソース: blazity/next-migration-skills。
特定のページを pages/ ディレクトリから app/ ディレクトリに変換する場合、またはルートをエンドツーエンドで移行する場合 (ファイル構造、データのフェッチ、メタデータ、インポート) に使用します。ルートごとの移行の主力スキル。
コマンドラインで route-conversion AI スキルを開発環境にすばやくインストール
ソース: blazity/next-migration-skills。
Convert a specific page from pages/ directory to app/ directory, handling data fetching migration, metadata extraction, and file structure changes.
Every route follows the full cycle: analyze → convert → validate → delete old file → build. Skip a step? You'll ship broken code. "I'll validate later" means "I'll debug for hours later."
This skill requires the nextjs-migration-toolkit skill to be installed. All migration skills depend on it for AST analysis.
特定のページを pages/ ディレクトリから app/ ディレクトリに変換する場合、またはルートをエンドツーエンドで移行する場合 (ファイル構造、データのフェッチ、メタデータ、インポート) に使用します。ルートごとの移行の主力スキル。 ソース: blazity/next-migration-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/blazity/next-migration-skills --skill route-conversion特定のページを pages/ ディレクトリから app/ ディレクトリに変換する場合、またはルートをエンドツーエンドで移行する場合 (ファイル構造、データのフェッチ、メタデータ、インポート) に使用します。ルートごとの移行の主力スキル。 ソース: blazity/next-migration-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/blazity/next-migration-skills --skill route-conversion インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/blazity/next-migration-skills