npx claudepluginhub inkeep/team-skills --plugin sharedDefined in hooks/hooks.json
{
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/code-mode-cleanup.sh",
"timeout": 5
}
]
}
]
}"Executes trigger.sh script asynchronously on SessionEnd event with 1-second timeout. Enables custom post-session automation for workflows like logging or notifications, without bash execution or file writes."