npx claudepluginhub kivilaid/plugin-marketplace --plugin security-guidanceDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py"
}
],
"matcher": "Edit|Write|MultiEdit"
}
]
}"Runs `bun check.ts` script before Edit, MultiEdit, or Write on Go files (*.go) via PreToolUse hook. Involves file writes, no bash execution."