npx claudepluginhub hgrafa/hypership --plugin hypershipDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start"
}
],
"matcher": "startup|clear|compact"
}
]
}"Runs bash script check-intelephense.sh on SessionStart to verify Intelephense PHP language server presence for PHP development setup. Executes bash commands."