What problem does it solve?
This Skill eliminates the risk of accidental destructive changes and out-of-scope file edits when working on production environments, live systems, or sensitive project directories, preventing costly outages or data loss from unintended actions.
Core Features & Use Cases
- Destructive command warnings: Alerts you before executing dangerous commands like rm -rf, DROP TABLE, or force-push, with the option to override if the action is intentional.
- Directory-scoped edit restrictions: Blocks all file edits outside a user-specified directory, so you can never accidentally modify unrelated files outside your intended work scope.
- Use Case: When debugging a live production server, activate guard mode and set the edit boundary to your app's config directory to avoid accidentally deleting critical system files or editing unrelated code, while still getting warnings for any risky commands you intentionally run.
Quick Start
Activate guard mode and set the edit boundary to your project's /config directory to block all out-of-scope edits and receive warnings before any destructive commands run.