website agents

19 tagged website, measured the same way as everything else here.

Browse within: nextjs 18migration 15

docs-reviewer

01

reactjs/react.dev

Agent Claude Code

Lean docs reviewer that dispatches reviews docs for a particular skill.

12k 8d ago A 17 tokens CC-BY-4.0

claudemd-maintainer

02

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.

2 1mo ago A 61 tokens

docs-syncer

03

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.

2 1mo ago A 50 tokens

rot-sweeper

04

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…

2 1mo ago A 70 tokens

adapter-repairer

05

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

page-extractor

06

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

site-crawler

07

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