What problem does it solve?
This Skill eliminates the risk of accidental data loss, system outages, and unintended code changes when working on production or live systems, which can occur from unplanned destructive commands or edits outside of a safe working directory.
Core Features & Use Cases
- Destructive command warnings: Alerts you before executing high-risk commands like rm -rf, DROP TABLE, or git force-push, with the option to override if the action is intentional.
- Directory-scoped edit restrictions: Blocks all file edits outside a user-specified safe directory, preventing accidental modifications to unrelated parts of the codebase.
- Use Case: Ideal for debugging live exam proctoring infrastructure or making changes to critical production systems where even small unintended edits could disrupt active student exams or delete sensitive proctoring data.
Quick Start
Activate guard mode and set the edit boundary to your project's root directory to enable both destructive command warnings and out-of-scope edit blocking immediately.