agent-guardrails-install

Installation
SKILL.md

Agent Guardrails Install

Install agent behavioral guardrail rules into the current project. Generates a bash script Stop hook and configures settings.local.json — no external plugin dependencies.

How It Works

  1. A bundled bash script template lives at templates/stop-guardrails.sh inside this plugin
  2. Rule definitions in rules/no-*.md are the source of truth for patterns and messages
  3. The install skill copies the template to .claude/hooks/stop-guardrails.sh in the target project
  4. The script is registered as a Stop hook in .claude/settings.local.json
  5. No runtime dependencies — just bash, jq, and grep

Curated Rule Set

Rule definitions: plugins/agent-guardrails/rules/no-*.md Bundled script: plugins/agent-guardrails/templates/stop-guardrails.sh

# Rule Description
Related skills
Installs
2
GitHub Stars
9
First Seen
Apr 15, 2026