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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/batch-optical-archivist:burn-discThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.