npx claudepluginhub roxabi/roxabi-plugins --plugin dev-coreDefined in hooks/hooks.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.jsEnforces git and GitHub workflow policies by blocking dangerous operations like raw commits, PR creation, protected branch work, and unauthorized merges. Also detects deprecation warnings after tool use. Runs bash scripts on Write/Edit events.
Share bugs, ideas, or general feedback.