npx claudepluginhub nthplusio/functional-claude --plugin agent-teamsDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/dedup-guard.js",
"timeout": 5
}
],
"matcher": "TeamCreate|Task"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-compact-recovery.js",
"timeout": 5
}
],
"matcher": "compact"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stale-cleanup.js",
"timeout": 10
}
]
}
]
}"Executes verify-weekday.sh via PreToolUse hook before che-ical-mcp create/update event tools and check-mcp.sh on SessionStart."