From digital-evidence
Use when setting up the digital-evidence plugin for the first time.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceThis skill uses the workspace's default tool permissions.
First-run orchestrator to establish plugin state, verify dependencies, and configure defaults.
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.
First-run orchestrator to establish plugin state, verify dependencies, and configure defaults.
config.json exists)~/cases/ or the user's legal-investigative workspace parent)${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/digital-evidence/config.json exists. If yes, ask user whether to reconfigure or exit.environment-check to probe for forensics CLIs.install-dependencies if gaps exist. Await user confirmation.setup-storage-mounts.case_root directory:
~/cases/ (will be expanded to absolute path)config.json to standard location with structure:
{
"case_root": "~/cases/",
"version": "1.0.0",
"created": "ISO-8601-timestamp"
}
legal-investigative new-workspace --variant=evidence-management to scaffold a full case workspace, or digital-evidence hash-evidence <path> to begin processing.config.json written to standard location.config.json already exists with content, do not overwrite without explicit confirmation.