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.mdsource content
Guardrails Control
Use this skill to enforce policy constraints.
Workflow
- Identify action type and risk level.
- Apply approval and scope checks.
- Log decisions and rationale.
- Escalate when outside bounds.
Output expectations
- Provide allowed/blocked decisions with reasons.