Use when the user wants to burn one batch (from an ISO or directly from a folder) onto blank optical media, with optional multiple copies.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistThis skill uses the workspace's default tool permissions.
Burn a single batch via `growisofs`. Preferred path is from a pre-built ISO; direct burn is supported as a fallback. Verifies media is blank and matches expected capacity before writing.
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.
Burn a single batch via growisofs. Preferred path is from a pre-built ISO; direct burn is supported as a fallback. Verifies media is blank and matches expected capacity before writing.
burn-batch-job for each disc in a multi-disc plan.lsblk -nro NAME,TYPE | awk '$2=="rom"{print "/dev/"$1}' | head -1. Allow override.cdrom group: groups | grep -q cdrom. If not, instruct: sudo usermod -aG cdrom $USER && newgrp cdrom. Abort.dvd+rw-mediainfo <device>. Verify:
Disc status: blank).C from 1 to N:
growisofs -Z <device>=$WORKSPACE/iso/disc-NN.iso.growisofs -Z <device> -V <label> -R -J -udf <staging-dir>.$WORKSPACE/logs/disc-NN-burn-<C>.log.C < N, eject (eject <device>), prompt the user to insert the next blank disc, wait for dvd+rw-mediainfo to report blank again before continuing.$WORKSPACE/logs/disc-NN-burn-<C>.log per copy.