npx claudepluginhub masseater/claude-code-plugin --plugin progress-trackerDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entry/progress-hooks.ts"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install --production 2>/dev/null || true"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entry/progress-hooks.ts"
}
]
}
]
}"On Stop, stores conversation via Python script. On SessionStart, checks config; if autoMaterialize enabled, outputs instructions to invoke we:materialize skill before responding."