/plugin marketplace add masseater/claude-code-plugin/plugin install sdd@masseater-pluginsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/auto-contradiction-check.ts"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/block-archived-edit.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/require-phase-status.ts"
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 4
},
"eventStats": {
"Stop": 1,
"PreToolUse": 2,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 4,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 4
}
}