What problem does it solve? Destructive commands such as rm -rf, DROP TABLE, git push --force, and kubectl delete can cause irreversible data loss or production outages when run accidentally. This Skill intercepts every bash command before execution and warns you when a destructive pattern is detected, letting you confirm or cancel. ## Core Features & Use Cases - Pre-execution command scanning: A PreToolUse hook checks every Bash command against patterns for recursive deletes, SQL DROP/TRUNCATE, git force-push, git reset --hard, kubectl delete, and Docker prune. - Safe exceptions: Deleting build artifacts like node_modules, dist, .next, pycache, and coverage is allowed without warnings. - Use Case: While debugging a live production system, you ask the AI to clean up resources. Before any kubectl delete or rm -rf runs, you receive a warning explaining the risk and can choose to proceed or cancel. ## Quick Start Ask the AI to enable careful mode so it warns you before running any destructive commands in this session.