Blazity/nextjs-migration-plugin

Pixel-perfect, multi-page Next.js migration via phased, stateful Claude Code agents.

2Stars on the repository
40Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adapter-repairer

01

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.

2 1mo ago A 34 tokens original MIT

component-deduper

02

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.

2 1mo ago A 45 tokens original MIT

migration-planner

05

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.

2 1mo ago A 31 tokens original MIT

page-builder

06

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.

2 1mo ago A 56 tokens original MIT

page-extractor

07

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.

2 1mo ago A 75 tokens original MIT

page-verifier

08

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.

2 1mo ago A 32 tokens original MIT

phase-executor

09

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.

2 1mo ago A 39 tokens original MIT

phase-verifier

10

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.

2 1mo ago A 43 tokens original MIT

prop-classifier

12

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.

2 1mo ago A 38 tokens original MIT

route-mapper

13

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.

2 1mo ago A 46 tokens original MIT

site-crawler

14

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.

2 1mo ago A 46 tokens original MIT

state-repairer

15

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.

2 1mo ago A 57 tokens original MIT