npx claudepluginhub mikaelweiss/spectreDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hash-check.sh"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hash-check.sh"
}
],
"matcher": "Write|Edit"
}
]
}"Runs post-tool checks after Edit/Write and Skill events, captures feedback on Stop. Executes shell commands involving file writes."