Stats
Actions
Tags
From digital-evidence
Use when packaging evidence into a BagIt-compliant archival container.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-evidence:bag-evidenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Package a directory as a BagIt bag for standardized archival transfer and integrity tracking.
Package a directory as a BagIt bag for standardized archival transfer and integrity tracking.
bagit.py --processes 4 --sha256 <dir> to create BagIt structure in-place:
bagit.txt (BagIt version declaration)bag-info.txt (metadata: Bagging-Date, Bag-Size, etc.)manifest-sha256.txt (hash entries for all payload files)tagmanifest-sha256.txt (hashes of bag metadata files)bagit.py --validate <dir> to verify bag integrity./timestamp-evidence on bag-info.txt and manifest-sha256.txt for tamper-evident archival (OpenTimestamps proof).bagit.txt, bag-info.txt, manifest-sha256.txt created.bagit.py to re-validate).--bag-info if available.npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.