From dak
Prevents accidental irreversible data loss by requiring explicit user consent before destructive SQL, cloud storage, or infrastructure commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dak:accidental-data-loss-preventionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> [!CAUTION]
[!CAUTION]
STOP AND VERIFY: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent.
npx claudepluginhub gemini-cli-extensions/data-agent-kit-starter-pack --plugin dakWarns before destructive commands like rm -rf, DROP TABLE, force-push. Activates when user requests careful mode or safety mode. Useful for prod or shared environments.
Blocks destructive Bash commands like rm -rf, DROP TABLE, git force-push, reset --hard, and restricts file edits to a specific directory. Use for protection on critical systems.