migrate-status

migrate-status is a skill for Claude Code, Codex from Blazity/nextjs-migration-plugin. It costs 15 tokens per session (255 once invoked), scanned A, original, MIT.

A command that shows the current state of a website migration, including approvals for the site inventory, components, and pages.

In plain words
What is it for?
Use it to check the migration source, approval counts, stale items, and whether the migration can continue.
Why use it?
It gives a short, consistent status report without requiring you to inspect migration files or guess what is complete.

Skill for Claude CodeCodex

Part of the nextjs-migration-plugin plugin — 18 skills, 4 commands, 15 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/blazity/nextjs-migration-plugin/migrate-status
Any agent
npx skills add Blazity/nextjs-migration-plugin --skill migrate-status
Clone the repo
git clone --depth 1 https://github.com/Blazity/nextjs-migration-plugin

Made for: Claude Code, Codex.

Or install nextjs-migration-plugin, the plugin that ships this one along with the rest of its 18 skills, 4 commands, 15 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migrate-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/blazity/nextjs-migration-plugin/migrate-status.svg)](https://agentmods.dev/skills/blazity/nextjs-migration-plugin/migrate-status)
Your own site
<a href="https://agentmods.dev/skills/blazity/nextjs-migration-plugin/migrate-status"><img src="https://agentmods.dev/badge/skills/blazity/nextjs-migration-plugin/migrate-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00015 $0.00255
Opus 5 $0.00008 $0.00128
Sonnet 5 $0.00003 $0.00051
Haiku 4.5 $0.00002 $0.00026

Measured 3d ago against content hash 094e4749c0e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

migrate-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/migrate-status/SKILL.md · 35 lines

What it actually says

/migrate:status

Read the current migration state and print a short human-readable approval-state summary.

Step 1 — Invoke status script

tsx ${PLUGIN_DIR}/lib/status.ts --target "${PWD}"

Use the script output as the source of truth. Do not infer progress from legacy phase directories.

Step 2 — Format output

If initialized: false: print "No migration in this directory. Run /migrate:new <url> to start."

If initialized: true: print:

Migration: [sourceUrl]
Input: [inputMode]
Inventory: [approvals.inventory]
Draft inventory: revision [draftInventory.revision], hash [draftInventory.hash], blocking names [draftInventory.blockingNames.length]
Components: [approved count] approved, [pending count] pending, [stale count] stale
Pages: [approved count] approved, [stale count] stale
Browser queue concurrency: [queueConcurrency]

Then suggest /migrate:continue unless inventory, components, or pages have stale approvals. For stale approvals, tell the user which approval bucket needs review before continuing.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 35 lines · 15 tokens per session scan A 094e4749c0e4

Subscribe to this mod's changes

migrate-status is a skill published in the GitHub repository Blazity/nextjs-migration-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 255 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

arcgis-to-portaljs

Migrate a whole ArcGIS Hub site into a PortalJS Arc portal end-to-end. Harvests the Hub /data.json (DCAT-US) inventory, exports every FeatureService layer through the ArcGIS REST query API with resultOffset paging, converts each to the serverless dual tier (PMTiles render + GeoParquet query) with tabular items to…

datopian/portaljs · 134 tokens

portaljs-migrate

Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or RDF/XML), Socrata, OpenDataSoft, or an ArcGIS FeatureServer, and writes them to a static PortalJS catalog or pushes them into a CKAN instance…

datopian/portaljs · 122 tokens

nextjs-upgrade

Next.js version migrations using official guides and codemods. Use when migrating a Next.js project to a new major version using codemods.

FilippoDeSilva/skills · 34 tokens

next-upgrade

Upgrade Next.js to the latest version following official migration guides and codemods.

zebbern/termstack · 19 tokens

migrate-radix-to-base

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

shadcn-ui/ui · 61 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens