Automates and customizes Claude Code behavior by creating shell-based or LLM-driven lifecycle hooks for tasks like formatting, security, and logging.
Hook Creator empowers developers to extend Claude Code's functionality by configuring hooks that execute during specific lifecycle events. Whether you need to auto-format code with Prettier after an edit, block access to sensitive files like .env, or log command history to external files, this skill provides a structured workflow for implementation. It supports both shell-based commands for performance and prompt-based LLM evaluations for complex decision-making, allowing for deep integration between Claude and your local development environment.
Key Features
01Automated formatting and linting after file edits
02Tool execution logging and session monitoring
031 GitHub stars
04File protection and access control for sensitive data
05Prompt-based hooks for LLM-driven event logic
06Auto-approval workflows for permission requests
Use Cases
01Creating comprehensive audit trails of all CLI commands executed by the AI agent.
02Enforcing security policies by blocking edits to environment files or protected directories.
03Streamlining developer workflows by automatically running tests or formatters after Claude modifies code.