npx claudepluginhub arize-ai/arize-claude-code-plugin --plugin claude-code-tracingDefined inline in plugin.json manifest
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"Executes custom bash scripts on 9 Claude Code lifecycle events: SessionStart, PreToolUse, PostToolUse, Stop, SessionEnd, Notification, SubagentStop, UserPromptSubmit, PermissionRequest. Enables event-driven automation via shell commands.
Share bugs, ideas, or general feedback.