Standardizes the creation and configuration of Hookify rules to enforce project-specific guardrails and automated workflows within Claude Code.
This skill provides comprehensive guidance for authoring Hookify rules, which are specialized markdown files that intercept Claude Code's actions to provide warnings, block dangerous commands, or enforce best practices. It helps developers set up automated triggers based on regex patterns in bash commands, file edits, and user prompts, enabling a more secure and disciplined development environment by defining custom project-level guardrails and automated completion checklists.
주요 기능
01Step-by-step guidance for YAML frontmatter syntax and rule structure
02Event-specific configuration for bash commands, file operations, and completion steps
03Integration support for local .claude/ directory organization and gitignore workflows
04Advanced pattern matching using multi-condition regex and field-specific filters
051 GitHub stars
06Best practices for writing effective warning messages and alternative suggestions
사용 사례
01Automatically warning against committing sensitive information like API keys or debug logs
02Enforcing a pre-flight checklist before the AI agent finishes a task
03Preventing accidental execution of destructive shell commands like 'rm -rf'