Blazity

47 mods across 2 repositories, 26 stars between them.

adapter-repairer

25

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

26

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

29

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

30

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

31

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

32

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

33

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

34

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

36

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

37

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

38

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

39

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

migrate-help

45

Blazity/nextjs-migration-plugin

Skill Claude CodeCodex

Static help for the guided migration workflow with a final context-aware next-step recommendation.

2 1mo ago A 20 tokens original MIT

migrate-new

46

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.

2 1mo ago A 26 tokens original MIT