What problem does it solve? When working on production systems or debugging live environments, a single accidental command like rm -rf or an edit to the wrong file can cause serious damage. This Skill combines two safety layers so destructive commands trigger warnings and file edits are confined to a directory you choose. ## Core Features & Use Cases - Destructive Command Warnings: Intercepts dangerous Bash commands such as rm -rf, DROP TABLE, and force-push, warning you before execution with the option to override. - Directory-Scoped Edit Boundary: Blocks Edit and Write operations outside a user-specified directory, enforced through PreToolUse hooks. - Use Case: You are hotfixing a bug in a live deployment's config directory. Activate guard mode, restrict edits to that config path, and any accidental edit attempt elsewhere is blocked while risky shell commands prompt for confirmation. ## Quick Start Ask the AI to activate guard mode and restrict edits to a specific directory such as your project's src folder.