Event Hooks

zkfy

1 event · 1 hook

From zkfy
Install
1
Run in your terminal
$
npx claudepluginhub jasonsie/zkfy --plugin zkfy
Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/validate-zk-structure.sh"
        }
      ],
      "matcher": "(tool == \"Write\" || tool == \"Edit\") && tool_input.file_path matches \"\\.md$\"",
      "description": "Validate ZK folder structure and redirect notes to /output if structure is invalid"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PreToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars0
Forks1
Last CommitFeb 10, 2026