npx claudepluginhub jabberlockie/the-human-stack-plugins-public --plugin hoardinatorDefined in hooks/hooks.json
{
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/save-session.sh",
"timeout": 30
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/query-sessions.sh",
"timeout": 10
}
],
"matcher": "startup"
}
]
}"Executes the 'bd prime' command via hooks on SessionStart and PreCompact events, automating custom actions at session initialization and pre-compaction phases."