Setup Hooks
Configure Claude Code hooks for your project. Hooks are deterministic automation that runs before or after Claude's tool calls.
Usage
/setup-hooks
Background
Claude Code supports these hook events:
- PreToolUse: Runs BEFORE a tool call. Can block the call.
- PostToolUse: Runs AFTER a tool call completes.
- Notification: Runs when Claude sends a notification.
- Stop: Runs when Claude finishes its turn.
Hooks are configured in .claude/settings.json und
[Description truncada. Veja o README completo no GitHub.]