Use when the user wants to archive a whole source directory across multiple discs end-to-end — scans, plans, builds ISOs, burns N copies per disc, and verifies.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistThis skill uses the workspace's default tool permissions.
End-to-end orchestrator for multi-disc optical archive jobs. Drives `scan-source` → `plan-batches` → per-disc (`build-iso` → `burn-disc` × copies → `verify-disc` on first copy). Pauses for media swaps.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
End-to-end orchestrator for multi-disc optical archive jobs. Drives scan-source → plan-batches → per-disc (build-iso → burn-disc × copies → verify-disc on first copy). Pauses for media swaps.
m-disc-25 | bd-r-25 | bd-r-50 | dvd-dl-8.5 | dvd-4.7.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/batch-optical-archivist/jobs/$(date +%Y%m%d-%H%M).cdrom group: groups | grep -q cdrom. If not, instruct sudo usermod -aG cdrom $USER && newgrp cdrom and abort.xorriso, growisofs, dvd+rw-mediainfo installed.scan-source against the source.plan-batches with the chosen media type. Show the user the disc plan and total wall-clock estimate (sum per-disc burn time × copies + verify time). Ask for go-ahead once.NN in the plan:
build-iso for the batch.dvd+rw-mediainfo to report blank.burn-disc with copy count from input. Between copies, prompt for swap.verify-disc. If verify fails, halt the job and surface the log.$WORKSPACE/job-summary.json (per-disc burn duration, verify result, copy count, ISO sha256).$WORKSPACE/: manifest.json, plan.json, batches/, iso/, logs/, job-summary.json.