Stats
Actions
Tags
From mockup-gallery
Automates accessibility checks on file writes via a Node script, and runs session start and prompt submission beacons. Modifies files.
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 '{}'; fi25plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 25 plugins
npx claudepluginhub tyroneross/mockup-gallery --plugin mockup-gallery