What problem does it solve?
This Skill ensures safety against destructive commands and unauthorized directory edits in systems, preventing unintentional damage and improving operational security.
Core Features & Use Cases
- Destructive Command Warnings: Warns users before executing potentially harmful commands like 'rm -rf' and 'DROP TABLE'.
- Directory Edit Restrictions: Blocks edits outside a specified directory, ensuring users can only modify files within a trusted location.
- Use Case: When operating on production systems or during debugging, the guard skill can be used to enforce strict safety checks, reducing the risk of critical errors.
Quick Start
Activate Guard mode and specify the directory to restrict edits to: ask user "Guard mode: which directory should edits be restricted to? Destructive command warnings are always on. Files outside the chosen path will be blocked from editing."