Stats
Actions
Tags
From mddesign
Blocks Write/Edit tool calls, enforces rules on session start and user prompts, and runs pre-completion checks. Modifies files via Node scripts.
4 events · 4 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
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/stop/promote.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/stop/promote.sh"Write|EditINPUT=$(cat); echo "$INPUT" | powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/gate.ps1" 2>/dev/null || echo "$INPUT" | bash "${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use/gate.sh"startup|clear|compactpowershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/session-start/preamble.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/session-start/preamble.sh"powershell.exe -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/prompt-submit/enforce.ps1" 2>/dev/null || bash "${CLAUDE_PLUGIN_ROOT}/hooks/prompt-submit/enforce.sh"npx claudepluginhub othmanadi/mddesign --plugin mddesign