npx claudepluginhub desplega-ai/ai-toolbox --plugin teamsDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-registry.py"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-registry.py"
}
],
"matcher": "*"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-registry.py"
}
],
"matcher": "*"
}
]
}"Saves tool observations on PostToolUse, session summaries on Stop, and runs memory init on SessionStart matching startup|clear|compact. Executes bash scripts."