npx claudepluginhub raisedadead/dotplugins --plugin dp-lspDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
"timeout": 10
}
],
"matcher": ".*"
}
]
}"Executes check-mcp.sh script via command hook on SessionStart event at the beginning of each Claude Code session."