Agent Governance Skill Implement security and governance controls for custom agents using hooks. Purpose Design and implement hook-based governance that controls agent permissions, blocks dangerous operations, and provides audit trails. When to Use - Building agents with security requirements - Need to block access to sensitive files/operations - Require audit logging of agent actions - Implementing permission policies Hook Architecture Hook Types Documentation Verification: Hook event types (PreToolUse, PostToolUse, etc.) are Claude Code internal types. For authoritative current types, verif…