npx claudepluginhub queelius/claude-anvil --plugin jotDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/detect-jot-context.sh",
"timeout": 15
}
],
"matcher": "*"
}
]
}"Runs bash script check-intelephense.sh on SessionStart to verify Intelephense PHP language server presence for PHP development setup. Executes bash commands."