Claude-skill-registry guardrails-control

Enforce governance, approvals, and safety boundaries for autonomous actions; use when asked to define or apply guardrails.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/guardrails-control" ~/.claude/skills/majiayu000-claude-skill-registry-guardrails-control && rm -rf "$T"
manifest: skills/data/guardrails-control/SKILL.md
source content

Guardrails Control

Use this skill to enforce policy constraints.

Workflow

  1. Identify action type and risk level.
  2. Apply approval and scope checks.
  3. Log decisions and rationale.
  4. Escalate when outside bounds.

Output expectations

  • Provide allowed/blocked decisions with reasons.