agent-guardrails-test

Installation
SKILL.md

Agent Guardrails Test

Verify that the installed stop-guardrails.sh hook catches all six rules by sending test phrases through it.

Workflow

Step 1: Check Hook Installation

Verify the hook is installed and executable:

if [ ! -x .claude/hooks/stop-guardrails.sh ]; then
  echo "FAIL: .claude/hooks/stop-guardrails.sh not found or not executable"
  exit 1
fi
Installs
2
GitHub Stars
15
First Seen
Apr 15, 2026
agent-guardrails-test — florianbuetow/claude-code