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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistThis skill uses the workspace's default tool permissions.
Manual fallback. Stage one batch's files (or symlinks) into a temp folder and launch `k3b --datacd <path>` so the user can drive the burn through the GUI.
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.
Manual fallback. Stage one batch's files (or symlinks) into a temp folder and launch k3b --datacd <path> so the user can drive the burn through the GUI.
growisofs repeatedly fails on a specific drive/media combination.symlink (default, fast, no extra disk use) or copy (slower, but safe across removable media).k3b is installed (command -v k3b). If not, instruct sudo apt install k3b and abort.$WORKSPACE/k3b-staging/disc-NN/.$WORKSPACE/batches/disc-NN/filelist-graftpoints.txt. For each archive_path=source_path:
symlink mode: ln -s <source_path> <staging>/<archive_path> (mkdir -p parents as needed).copy mode: cp --reflink=auto <source_path> <staging>/<archive_path>.k3b --datacd "$WORKSPACE/k3b-staging/disc-NN/" &. Print the PID.$WORKSPACE/k3b-staging/disc-NN/ populated.