Hooks Manager Overview hooks-manager enables sophisticated workflow automation through Claude Code's hooks system (released June 2025). Purpose : Create event-driven automation for code formatting, security gates, observability, and validation Pattern : Task-based (8 operations, one per hook event + management) Key Innovation : Hooks transform Claude Code from interactive to automated - reducing manual work by up to 92% Hook Events Available (8): 1. UserPromptSubmit - Before Claude sees prompts 2. PreToolUse - Before tool execution 3. PostToolUse - After tool execution 4. PermissionRequest -…