What problem does it solve?
This Skill eliminates the risk of accidental data loss, system damage, and production outages caused by unvetted destructive command execution, especially when working in live production environments, shared team workspaces, or debugging critical systems.
Core Features & Use Cases
- Destructive Pattern Detection: Automatically flags high-risk operations including recursive file deletion, database drops, forced git pushes, hard git resets, and Kubernetes resource deletions.
- Safe Exception Handling: Allows common non-destructive cleanup commands (such as removing node_modules, build artifacts, or cache directories) to run without unnecessary warnings.
- Use Case: When performing a routine cleanup on a production server, the Skill warns you if your command matches a destructive pattern, preventing accidental deletion of critical user data or system files.
Quick Start
Activate the careful skill before running any bash commands in production or shared environments to receive automatic warnings for destructive operations.