Blazity/nextjs-migration-plugin
Agent
Repairs a Zod-invalid adapter JSON file to satisfy AdapterSchema. Dispatched by any phase that loads an adapter and receives a diagnostic result.
Blazity/nextjs-migration-plugin
Agent
Repairs a Zod-invalid adapter JSON file to satisfy AdapterSchema. Dispatched by any phase that loads an adapter and receives a diagnostic result.
Blazity/nextjs-migration-plugin
Agent
Phase 2 sub-agent. Reviews algorithmic clusters and ambiguous-pair proposals from lib/cluster.ts, refines names, and decides whether ambiguous pairs should merge. Operates on cluster summaries only.
Blazity/nextjs-migration-plugin
Agent
Converts Component Inventory Review chat feedback into InventoryCorrection[] JSON.
Blazity/nextjs-migration-plugin
Agent
Produces the initial LLM-led Component Inventory Review corrections from raw evidence.
Blazity/nextjs-migration-plugin
Agent
Phase 3 recovery sub-agent. Refines the analyzed library and crawl into an ordered build roadmap using cluster summaries and route data only.
Blazity/nextjs-migration-plugin
Agent
Refines generated TSX produced by scripts/generate-jsx.ts into visual-parity React components for one cluster, given the cluster's section spec digest. Used only by /migrate:build --refine. Not on the default Phase 5 hot path.
Blazity/nextjs-migration-plugin
Agent
Phase 4 sub-agent. Extracts per-page styles, images, and animations into .migration/pages/[slug]/spec/ by invoking the vendored extract-styles / extract-images / extract-animations scripts. Operates on one URL at a time. Dispatched in parallel by the /migrate:extract skill, capped at maxParallelPages.
Blazity/nextjs-migration-plugin
Agent
Phase 6 visual polish sub-agent. Fixes visual parity for one page section at one viewport using live browser inspection and per-change verification.
Blazity/nextjs-migration-plugin
Agent
Generic phase executor. Reads a phase dir's PLAN.md, drives the work, and writes EXECUTION.md as steps complete. Hands off to phase-verifier for the gate.
Blazity/nextjs-migration-plugin
Agent
Generic goal-backward phase verifier. Reads a phase dir's PLAN.md goal statement, checks the artifacts in the dir against it, writes verification.json, and emits VERIFICATION.md only on pass.
Blazity/nextjs-migration-plugin
Agent
Phase 3 recovery sub-agent. Reviews ROADMAP.md frontmatter before later recovery phases consume it.
Blazity/nextjs-migration-plugin
Agent
Phase 2 sub-agent. Diffs cluster member content samples and proposes a TS prop interface per multi-member component. Operates on sample text only, never full specs.
Blazity/nextjs-migration-plugin
Agent
Phase 2 sub-agent. Reviews the algorithmic route table from lib/route-map.ts, fixes obviously wrong dynamic-segment promotions, and emits the final routes.json shape. Operates on URL paths only.
Blazity/nextjs-migration-plugin
Agent
Phase 1 main agent. Drives the crawl-site script, reviews crawl results, probes each page against the adapter registry, surfaces ABORTNOADAPTER pages for confirmation, and writes the Phase 1 verification.
Blazity/nextjs-migration-plugin
Agent
Repairs a Zod-invalid state JSON file (crawl.json, probe.json, etc.) so it satisfies its schema. Dispatched by any phase that loads a state file and receives a diagnostic result. Format-only repair, identical contract to adapter-repairer.
Blazity/nextjs-migration-plugin
Command
Continue the guided migration from the current approval state.
Blazity/nextjs-migration-plugin
Command
Show guided migration workflow help.
Blazity/nextjs-migration-plugin
Command
Start a new Next.js migration — wizard intake, scaffolds .migration/.
Blazity/nextjs-migration-plugin
Command
Print current guided migration approvals, progress, and blockers.
Blazity/nextjs-migration-plugin
Skill Claude CodeCodex
Resume the active guided migration from approval-state scheduler output.
Blazity/nextjs-migration-plugin
Skill Claude CodeCodex
Static help for the guided migration workflow with a final context-aware next-step recommendation.
Blazity/nextjs-migration-plugin
Skill Claude CodeCodex
Wizard intake for a new migration. Asks three questions with sensible defaults, then reaches the Component Inventory Review.
Blazity/nextjs-migration-plugin
Skill Claude CodeCodex
Prints a concise status overview of the current migration.