PreToolUse
49Hook Claude Code
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing pre-bash-safety.sh and pre-write-protect.sh (2 commands). From chmonitor/chmonitor.
Hook Claude Code
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing pre-bash-safety.sh and pre-write-protect.sh (2 commands). From chmonitor/chmonitor.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing post-edit-format.sh and validate-query-config.sh (2 commands). From chmonitor/chmonitor.
Hook Claude Code
Runs when a session starts on startup and resume, executing session-start.sh. From chmonitor/chmonitor.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user-prompt-context.sh. From chmonitor/chmonitor.
Settings file Claude Code
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, SessionStart, UserPromptSubmit).
Skill Claude CodeCodex
Work on chmonitor's Cloud (SaaS) vs self-hosted (OSS) behaviour from ONE codebase. Use when changing how dash.chmonitor.dev differs from Docker/K8s/OSS builds: the cloud-mode flag, public read-only demo hosts, the welcome/setup onboarding page, per-user (D1) ClickHouse connections, host visibility for anonymous vs…
Skill Claude CodeCodex
The rulebook for keeping new features visually + behaviourally consistent. When in doubt, COPY the closest existing component rather than inventing. Full token values and file paths: docs/knowledge/product-design.md.
Skill Claude CodeCodex
Automated UI/UX + accessibility audit for the ClickHouse Monitor dashboard (apps/dashboard-tsr). Use this whenever the user wants to "test all pages", "audit the dashboard", "find UI/UX issues", "check accessibility / a11y", "spot visual regressions", "screenshot every route", "reproduce a UI bug", or asks to verify…
MCP server Claude CodeCodexCursor +2
Add components to your apps. Runs locally from the shadcn npm package.
Instructions file CodexOpenCode
AGENTS.md instructions for chmonitor/chmonitor, covering agents.md, git commit convention, pr workflow, scheduled desk (herdr-desk plugin) and project overview.
Instructions file
Claude Code instructions for chmonitor/chmonitor: Do not duplicate instructions here. The single source of truth is AGENTS.md.
Agent
This guide is for developers who want to extend or customize the AI agent system.
Agent
Agent "feature-guide" from chmonitor/chmonitor, covering ai agents feature guide, setup, 1. configure llm provider, agent configuration - openrouter free router and 2. verify installation.