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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistThis skill uses the workspace's default tool permissions.
Diagnostic snapshot of attached optical burners and any currently-loaded media.
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.
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.