What problem does it solve? When working on production systems or live environments, a single destructive command (rm -rf, DROP TABLE, force-push) or an edit to the wrong file can cause serious damage. This Skill activates a combined safety mode that warns before dangerous commands and blocks edits outside a directory you specify. ## Core Features & Use Cases - Destructive Command Warnings: PreToolUse hooks intercept Bash commands matching dangerous patterns (rm -rf, DROP TABLE, force-push) and warn before execution, with the option to override. - Directory-Scoped Edit Boundary: Edit and Write operations are restricted to a user-specified directory; changes outside the freeze boundary are blocked. - Use Case: While debugging a live production service, you tell the agent to lock edits to /srv/app/config. Any attempt to modify files elsewhere is blocked, and risky shell commands trigger a confirmation warning first. ## Quick Start Ask the agent to activate guard mode and restrict edits to your target directory, for example: enable full safety mode and only allow edits under /srv/app/config.