npx claudepluginhub johnhenry/clapplications --plugin morpheusDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/relevance_scorer.py"
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"once": true,
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/sleep_tracker.py check"
}
],
"matcher": "startup"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/relevance_scorer.py"
}
],
"matcher": ""
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 3}, \"eventStats\": {\"Stop\": 1, \"SessionStart\": 1, \"SubagentStop\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 3, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 3}}"