npx claudepluginhub buldee/metrikia-claude-plugin --plugin metrikiaDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/health-check.sh\""
}
],
"matcher": ""
}
]
}"Executes para-session-start.sh shell script on SessionStart event for custom session initialization. No bash execution or file writes."