From guardrails
Safety guardrails overview — explains available guard modes and how to activate them
How this skill is triggered — by the user, by Claude, or both
Slash command
/guardrails:guardrailsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin provides safety guardrails for Claude Code sessions.
This plugin provides safety guardrails for Claude Code sessions.
/careful — Activate destructive command warnings (rm -rf, DROP TABLE, force push, etc.)/freeze <dir> — Restrict file edits to a specific directory/unfreeze — Remove directory freeze restriction/guard <dir> — Activate both careful + freeze together~/.claude/guardrails-careful-active and ~/.claude/guardrails-freeze-dir.txtnpx claudepluginhub artofrawr/claude-control --plugin guardrailsBlocks destructive Bash commands like rm -rf, DROP TABLE, git force-push, reset --hard, and restricts file edits to a specific directory. Use for protection on critical systems.
Prevents destructive operations via three modes: cautious (warns on dangerous commands like rm -rf, git push --force, SQL drops), lockdown (restricts edits to one directory), and clear (removes restrictions). Uses PreToolUse hooks for Bash, Edit, and Write.
Prevents destructive operations on production systems and autonomous agents by intercepting dangerous commands, restricting edits to a directory, or combining both protections.