Stats
Actions
Tags
From shipyard
Blocks editing/writing tools like Write and Edit unless a precondition script passes. Also displays a nudge message at session start. Uses bun, writes files.
2 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
Edit|Writebash "${CLAUDE_PLUGIN_ROOT}/hooks/ci-syntax-guard.sh" 2>&1 || { echo '[shipyard:ci-syntax] hook failed' >&2; exit 0; }10msbash "${CLAUDE_PLUGIN_ROOT}/hooks/dockerfile-guard.sh" 2>&1 || { echo '[shipyard:dockerfile] hook failed' >&2; exit 0; }5msstartupbash "${CLAUDE_PLUGIN_ROOT}/hooks/init-check.sh" 2>&1 || exit 03msnpx claudepluginhub hrconsultnj/claude-plugins --plugin shipyard