Stats
Actions
Tags
Use when the user wants a diagnostic dump of attached optical drives and the media currently loaded — useful before starting a burn job or troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/batch-optical-archivist:drive-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Diagnostic snapshot of attached optical burners and any currently-loaded media.
Diagnostic snapshot of attached optical burners and any currently-loaded media.
/dev/sr0, etc.). Otherwise enumerate all.cdrom group: groups | grep -q cdrom. If not, instruct sudo usermod -aG cdrom $USER && newgrp cdrom. (Read-only ops may still work without it, but burns will not.)wodim --devices — shows recognised burners with bus/lun and capabilities.lsblk -o NAME,TYPE,RM,MODEL filtered to TYPE=rom.lsblk -nro NAME,TYPE | awk '$2=="rom"{print "/dev/"$1}' | head -1.dvd+rw-mediainfo <device> — shows media type, capacity, blank/used status, write speeds.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivist