Safety Guard banner
naimkatiman naimkatiman

Safety Guard

AI community

Description

--- name: safety-guard tier: "2" description: Enforces Law 3 (One Thing at a Time) of the 7 Laws of AI Agent Discipline by scoping edits to a directory and blocking destructive shell commands. Use this skill to prevent destructive operations when working on production systems or running agents autonomously. origin: continuous-improvement disable-model-invocation: true --- # Safety Guard — Prevent Destructive Operations ## When to Use - When working on production systems - When agents are runn

Installation

Installs to ~/.claude/skills/naimkatiman-continuous-improvement-safety-guard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naimkatiman-continuous-improvement-safety-guard && curl -fsSL https://raw.githubusercontent.com/naimkatiman/continuous-improvement/HEAD/skills/safety-guard.md -o ~/.claude/skills/naimkatiman-continuous-improvement-safety-guard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository