Stats
Actions
Tags
From claude-code-tracing
Runs shell scripts on all 9 Claude Code lifecycle events: start, stop, tool use, sessions, prompts, permissions, and subagent stops. Executes bash commands.
9 events · 9 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
bash "${CLAUDE_PLUGIN_ROOT}/hooks/stop.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/pre_tool_use.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/session_end.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/post_tool_use.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/notification.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/session_start.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/subagent_stop.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/user_prompt_submit.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/permission_request.sh"npx claudepluginhub arize-ai/arize-claude-code-plugin --plugin claude-code-tracing