# Guard

> Maximum safety mode — combines careful (destructive command warnings) with freeze (edit scope restriction). Use when working with production systems or making sensitive changes.

- Skill: `aspectrr/guard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aspectrr/guard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aspectrr/guard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aspectrr (https://skillmd.com/u/aspectrr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aspectrr/guard

---


# Guard — Maximum Safety Mode

Activates both [careful](../careful/SKILL.md) and [freeze](../freeze/SKILL.md) simultaneously. Maximum safety for production work.

**Related skills:** [careful](../careful/SKILL.md) | [freeze](../freeze/SKILL.md) | [unfreeze](../unfreeze/SKILL.md)

---

## Activation

When the user says "guard mode" or "be very careful":

1. Activate [careful](../careful/SKILL.md) — warn before destructive commands
2. Activate [freeze](../freeze/SKILL.md) — restrict edits to specified directory
3. Display status:

```
🛡️  GUARD MODE ACTIVE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Destructive command warnings: ON
Edit scope: [directory] (or "ask user to specify")
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

---

## Deactivation

Use [unfreeze](../unfreeze/SKILL.md) to remove both restrictions.

