From data-agent-kit-starter-pack
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
/data-agent-kit-starter-pack: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 aquedies/data-agent-kit-starter-pack4plugins reuse this skill
First indexed Jun 3, 2026
Prevents accidental irreversible data loss by requiring explicit user consent before destructive SQL, cloud storage, or infrastructure commands.
Warns 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.
Safety guardrails that warn before destructive commands like rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete. Active per session, user can override.