From digital-evidence
Use when environment-check reports missing tools and you need to install them.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin digital-evidenceThis skill uses the workspace's default tool permissions.
Install missing forensics CLIs based on environment-check results, grouped by package manager.
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.
Install missing forensics CLIs based on environment-check results, grouped by package manager.
environment-check reports gapsonboard)state/env.json (defaults to plugin's standard location)state/env.json (or run environment-check if absent).sudo apt-get update && sudo apt-get install -y <pkg> …python3 -m pip install …)npm install -g … or npx)environment-check and diff the new state/env.json against the old.state/env.json updated with new tool availability.sudo apt-get.apt install mat2 plus python3 -m pip install … for extras; check package notes.