Stats
Actions
Tags
From mockup-gallery
Runs Python scripts on session start, after file edits, and on user prompts to monitor drift, initialize sessions, and detect keywords. Helps maintain code consistency and respond to specific prompts.
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
Write|Editroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/check-after-mockup-edit.mjs"; if [ -f "$hook" ]; then node "$hook"; else printf '{}'; fistartup|resumeroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/check-pending.mjs"; if [ -f "$hook" ]; then node "$hook"; else printf '{}'; firoot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/check-shared-feedback.mjs"; if [ -f "$hook" ]; then node "$hook"; else printf '{}'; fi30plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 30 plugins
npx claudepluginhub tyroneross/mockup-gallery --plugin mockup-gallery