nextjs-migration-toolkit
Installation
SKILL.md
Next.js Migration Toolkit
AST-powered analysis and transform tools for Next.js Pages Router to App Router migration. This skill is a dependency for all other migration skills — install it alongside them.
Setup
Before using any migration skill, run the setup script to install toolkit dependencies:
TOOLKIT_DIR="$(cd "$(dirname "$SKILL_PATH")" && pwd)"
if [ ! -d "$TOOLKIT_DIR/node_modules" ]; then
cd "$TOOLKIT_DIR" && npm install --silent 2>/dev/null
fi
Available Commands
All commands output structured JSON to stdout.
Related skills