npx claudepluginhub inkeep/team-skills --plugin gtmDefined in hooks/hooks.json
{
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/code-mode-cleanup.sh",
"timeout": 5
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/cleanup-figma-mcp.sh"
}
],
"matcher": "startup"
}
]
}"Executes a Node.js script on SessionStart and SessionEnd events to manage session lifecycle. No bash execution or file writes."