npx claudepluginhub punt-labs/claude-plugins --plugin luxDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/suppress-output.sh"
}
],
"matcher": "mcp__(plugin_lux(-dev)?_)?lux__.*"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/signal-beads.sh"
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}"Runs bash script session-start.sh on every SessionStart and post-push-check.sh after Bash tool use (PostToolUse matcher Bash). Executes bash commands, no file writes."