Plan and burn batch M-Disc / BD-R / DVD archives from a source directory on Ubuntu, with copy multipliers for offsite duplicates.
Use when the user wants to build a UDF/ISO9660 hybrid image for one batch before burning, so the same image can be reused across multiple disc copies.
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.
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.
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.
Use when growisofs misbehaves on a particular drive/media combo and the user wants to fall back to k3b's GUI to burn one batch manually.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for batch-burning optical media (M-Disc, BD-R, DVD) on Ubuntu / Linux.
Point it at a directory, pick a media type, and it will plan ~24 GB batches, build ISOs, burn each disc N times for offsite copies, and verify the first copy of each batch — without leaving a Claude Code session.
Backend is growisofs (non-interactive, batch-friendly), with xorriso for ISO building, dvd+rw-mediainfo for media inspection, and an optional k3b --datacd handoff for manual fallback.
scan-source — walk a source directory and produce a file manifestplan-batches — group files into ~24 GB batches (first-fit-decreasing)build-iso — build a UDF/ISO9660 hybrid image per batchburn-disc — burn one batch to inserted media (1–5 copies)verify-disc — checksum the burned disc against the sourceburn-batch-job — end-to-end orchestrator (the headline skill)label-disc — generate printable disc labels (PDF or markdown)k3b-handoff — manual fallback: stage files and launch K3B GUIdrive-info — diagnostic dump of attached burners and loaded media/burn-archive <source-dir> — wrapper around burn-batch-job with defaults/optical-drive-info — wrapper around drive-infosudo apt install dvd+rw-tools wodim xorriso udftools
# Optional, only for the k3b-handoff skill:
sudo apt install k3b
The user must be in the cdrom group:
sudo usermod -aG cdrom $USER && newgrp cdrom
claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install batch-optical-archivist@danielrosehill
Job folders, manifests, ISOs, and burn logs are written under
${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/batch-optical-archivist/jobs/<YYYYMMDD-HHMM>/.
The original concept brief that seeded this plugin is preserved at idea/idea.md.
MIT
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.