careful

Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE,

Content Preview
---
name: careful
version: 0.1.0
description: |
  Safety guardrails for destructive commands. 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".
allowed-tools:
  - Bash
  - Read
hooks:
  PreToolUse:
    - matcher: "Bash"
      hooks:
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/careful.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/careful/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at careful/SKILL.md

Related Skills