skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

guard

Full Safety: /careful + /freeze in one command for maximum safety

Developer Setup

Setup & Installation

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

Overview

What This Skill Does

Full Safety: /careful + /freeze in one command for maximum safety

Application

When to use this Skill

Documentation

Show Skills.md file

When to invoke this skill

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".

/guard — Full Safety Mode

Activates both destructive command warnings and directory-scoped edit restrictions. This is the combination of /careful + /freeze in a single command.

Dependency note: This skill references hook scripts from the sibling /careful and /freeze skill directories. Both must be installed (they are installed together by the gstack setup script).

mkdir -p ~/.gstack/analytics
echo '{"skill":"guard","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
Lines 1 - 25 of 60

Recommendations

Explore other random skills

All skillsMy patterns