npx claudepluginhub hex/claude-marketplace --plugin claude-taskmasterDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-check.sh"
}
]
}
]
}"Runs Node.js CLI script from plugin dist/cli.js on Stop event for all matchers, piping stdin via cat. Enables session-end processing workflows."