npx claudepluginhub layerdynamics/lore --plugin findlazyDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lazy-dead-code-scan.sh",
"timeout": 10
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lazy-import-check.sh",
"timeout": 5
}
],
"matcher": "Write|Edit"
}
]
}"Tracks file Write/Edit tool inputs after execution via shell script and runs session review on Stop. Executes commands, touches files."