skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

careful

Safety Guardrails: warns before destructive commands (rm -rf, DROP ...

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/garrytan/gstack --skill careful
Or paste this URL into your assistant to install:

Overview

What This Skill Does

Safety Guardrails: warns before destructive commands (rm -rf, DROP TABLE, force-push)

Application

When to use this Skill

Documentation

Show Skills.md file

When to invoke this skill

Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety mode", "prod mode", or "careful mode".

/careful — Destructive Command Guardrails

Safety mode is now active. Every bash command will be checked for destructive patterns before running. If a destructive command is detected, you'll be warned and can choose to proceed or cancel.

mkdir -p ~/.gstack/analytics
echo '{"skill":"careful","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}'  >> ~/.gstack/analytics/skill-usage.jsonl 2>/dev/null || true

What's protected

Lines 1 - 25 of 48

Recommendations

Explore other random skills

All skillsMy patterns