From digital-evidence
Use when uploading evidence to immutable storage (S3 Object Lock, Wasabi) with integrity verification.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceThis skill uses the workspace's default tool permissions.
Push evidence files to immutable remote storage via rclone with Object Lock protection and integrity checks.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Push evidence files to immutable remote storage via rclone with Object Lock protection and integrity checks.
state/remotes.json (required; e.g., "s3-objectlock-primary")state/remotes.json to validate the remote alias exists and retrieve bucket/prefix.rclone copy --immutable --check-first <src> <alias>:<bucket>/<prefix>/--s3-object-lock-mode COMPLIANCE --s3-object-lock-retain-until-date <date> where <date> is current date plus retention days.rclone check <alias>:<bucket>/<prefix>/ <src> to verify remote hashes match local files.