enforcement

Installation
SKILL.md

Enforcement

Runtime mechanisms that block invalid actions.

Core Principle

"Rules are instructions, not enforcements. Systems need verification gates, not more documentation."

Instructions

  1. Identify what needs enforcement (not just documentation)
  2. Choose hook timing: PreToolUse, PermissionRequest, SubagentStop
  3. Implement blocking logic: scripts/block-*.sh
  4. Test with invalid action → verify block

Blocking Mechanisms

Installs
11
Repository
ingpoc/skills
GitHub Stars
9
First Seen
Jan 25, 2026
enforcement — ingpoc/skills