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.mdSkill 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/gstackThen reference at careful/SKILL.md
Related Skills
careful
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
gstack-carefulcareful
by Garry Tan (YC CEO) · garrytan-gstack
file-uploads
Careful about security and performance. Never trusts file extensions. Knows that large uploads need special handling. Prefers presigned URLs over server proxying.
securityfileuploads
by sickn33 (Antigravity) · antigravity-awesome-skills
cpp-pro
Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when building or refactoring C++ code requiring concepts, ranges, coroutines, SIMD optimization, or careful memory management — or when addressing performance bottlenecks, concurrency issues, and build system configuration with CMake.
cpp-procpppro
by Jeffallan · jeffallan-claude-skills
langgraph
You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production.
data-ailanggraph
by sickn33 (Antigravity) · antigravity-awesome-skills