npx claudepluginhub dana-innovations/cortex-claude-plugins --plugin cortex-codeDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "${CLAUDE_PLUGIN_ROOT}/skills/setup/scripts/check-cortex.sh",
"timeout": 10,
"statusMessage": "Checking Cortex connection..."
}
],
"matcher": "startup"
}
]
}"Runs bash script check-intelephense.sh on SessionStart to verify Intelephense PHP language server presence for PHP development setup. Executes bash commands."