Agent Claude Code
Lean docs reviewer that dispatches reviews docs for a particular skill.
19 tagged website, measured the same way as everything else here.
Browse within: nextjs 18migration 15
Agent Claude Code
Lean docs reviewer that dispatches reviews docs for a particular skill.
roshantaneja/roshantaneja.github.io
Agent Claude Code
Use right after any substantive repo change to keep CLAUDE.md accurate. Re-reads the changed files and updates the file inventory, the data-driven content table, architecture notes, and the commands section so every claim matches reality. Read-only except for CLAUDE.md.
roshantaneja/roshantaneja.github.io
Agent Claude Code
Use after a change to sync the human-facing docs — README.md, data/ADDINGCONTENT.md, and affected code comments/inline docstrings — with the new reality. Leaves CLAUDE.md to claudemd-maintainer.
roshantaneja/roshantaneja.github.io
Agent Claude Code
Use after a change to remove what it deprecated — now-unused npm dependencies, orphaned files/components/styles, dead exports, stale config/scripts. Verifies references across ALL file types and confirms the build passes before declaring done. Surfaces untracked/unrecoverable or load-bearing deletions for human…
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 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 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.