Stats
Actions
Tags
From agent-harness
Logs all tool calls to a file on PostToolUse, runs a coach on SessionStart, and detects decisions on Stop. Uses PowerShell scripts for lifecycle automation.
3 events · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
SCRIPT="${CLAUDE_PLUGIN_ROOT}/hooks/stop.sh"; [ -f "$SCRIPT" ] || SCRIPT="${CLAUDE_PROJECT_DIR}/.claude/hooks/stop.sh"; [ -f "$SCRIPT" ] && bash "$SCRIPT" || trueSCRIPT="${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use.sh"; [ -f "$SCRIPT" ] || SCRIPT="${CLAUDE_PROJECT_DIR}/.claude/hooks/post-tool-use.sh"; [ -f "$SCRIPT" ] && bash "$SCRIPT" || truestartup|clear|compactSCRIPT="${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"; [ -f "$SCRIPT" ] || SCRIPT="${CLAUDE_PROJECT_DIR}/.claude/hooks/session-start.sh"; [ -f "$SCRIPT" ] && bash "$SCRIPT" || truenpx claudepluginhub ghosteken/agent-harness --plugin agent-harness20plugins reuse this hooks config
First indexed Dec 4, 2025
Showing the 6 earliest of 20 plugins