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
- A bundled bash script template lives at
templates/stop-guardrails.shinside this plugin - Rule definitions in
rules/no-*.mdare the source of truth for patterns and messages - The install skill copies the template to
.claude/hooks/stop-guardrails.shin the target project - The script is registered as a Stop hook in
.claude/settings.local.json - 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