Use when the user wants to inventory a source directory before burning it to optical media — produces a manifest of every file with size and mtime plus a summary.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin batch-optical-archivistThis skill uses the workspace's default tool permissions.
Walk a source directory, emit `manifest.json` (one entry per file: path, size, mtime), and print a human summary (total size, file count, largest file).
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.
Walk a source directory, emit manifest.json (one entry per file: path, size, mtime), and print a human summary (total size, file count, largest file).
--exclude '*.tmp').WORKSPACE="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/batch-optical-archivist/jobs/$(date +%Y%m%d-%H%M)". Create it if missing.find <src> -type f -printf '%p\t%s\t%T@\n' if Python is unavailable.$WORKSPACE/manifest.json as a JSON array of {path, size, mtime} (path relative to source root).du -sh <src> as a cross-check and surface mismatches.$WORKSPACE/manifest.jsonplan-batches.