hookify▌
4 indexed skills · max 10 per page
writing-hookify-rules
anthropics/claude-code · Productivity
Define patterns and messages that trigger Claude warnings or blocks on specific agent actions. \n \n Supports four event types (bash commands, file edits, agent stop, user prompts) plus an \"all\" catch-all, each with regex or multi-condition matching \n Rules use markdown files with YAML frontmatter stored in .claude/hookify.{name}.local.md ; changes take effect immediately on next tool use \n Two matching modes: simple pattern field for single-condition rules, or advanced conditions array for
writing-hookify-rules
aiskillstore/marketplace · Productivity
Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files.
writing-hookify-rules
anthropics/claude-plugins-official · Productivity
Define patterns and messages that trigger contextual warnings or blocks during agent tool use. \n \n Rules are markdown files with YAML frontmatter stored in .claude/hookify.{rule-name}.local.md that match against bash commands, file edits, agent stops, or user prompts \n Supports simple regex patterns or advanced multi-condition rules with operators like regex_match, contains, equals, and starts_with \n Actions include warn (show message, allow operation) or block (prevent operation or stop ses
writing-hookify-rules
davila7/claude-code-templates · Productivity
Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files.