npx claudepluginhub seonghyeonkimm/my-claude-code-config --plugin workflowDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "command -v terminal-notifier >/dev/null 2>&1 && terminal-notifier -message \"Claude code has stopped.\" -title \"Status Alert\" || true"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/memory-persistence/session-end.sh"
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/memory-persistence/pre-compact.sh"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/strategic-compact/suggest-compact.sh"
}
],
"matcher": "Edit|Write"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/code-quality/post-edit.sh"
}
],
"matcher": "Edit|Write"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "command -v terminal-notifier >/dev/null 2>&1 && terminal-notifier -message \"Claude code needs your attention.\" -title \"Status Alert\" || true"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/memory-persistence/session-start.sh"
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 7}, \"eventStats\": {\"Stop\": 2, \"PreCompact\": 1, \"PreToolUse\": 1, \"PostToolUse\": 1, \"Notification\": 1, \"SessionStart\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 5, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 7}}"