npx claudepluginhub camoa/claude-skills --plugin brand-content-designDefined in hooks/hooks.json
{
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.sh",
"timeout": 10
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/setup-env.sh",
"timeout": 5
}
]
}
]
}"Executes the 'bd prime' command via hooks on SessionStart and PreCompact events, automating custom actions at session initialization and pre-compaction phases."