Stats
Actions
Tags
From dev-core
Runs shell scripts before Write/Edit/Bash to remind of skills, and after Skill events to mark completion. Executes bash commands and 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|Writenode ${CLAUDE_PLUGIN_ROOT}/hooks/security-check.jsBashif echo "$CLAUDE_TOOL_INPUT" | grep -qE '(^|\s|&&|;|\|)bun test(\s|$)' && ! echo "$CLAUDE_TOOL_INPUT" | grep -qE 'bun run test'; then echo 'Use bun run test (Vitest), not bun test (Bun runner)' >&2; exit 2; fiEdit|Writenode ${CLAUDE_PLUGIN_ROOT}/hooks/format.jsnpx claudepluginhub roxabi/roxabi-plugins --plugin dev-core