npx claudepluginhub kwiggen/claude-code-plugin --plugin kw-pluginDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/session-start.mjs\"",
"timeout": 5
}
],
"matcher": "*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/keyword-detector.mjs\"",
"timeout": 5
}
],
"matcher": "*"
}
]
}"Runs configure-statusline.sh script on SessionStart and UserPromptSubmit events to configure the status line. No bash execution risks or file writes."