guard

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->

Content Preview
---
name: guard
description: |
  Full safety mode: destructive command warnings + directory-scoped edits.
  Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with
  /freeze (blocks edits outside a specified directory). Use for maximum safety
  when touching prod or debugging live systems. Use when asked to "guard mode",
  "full safety", "lock it down", or "maximum safety".
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly -->
<!-- Regenerate: bun run gen:skill
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/guard.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack-guard/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 .agents/skills/gstack-guard/SKILL.md

Related Skills