Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs a preflight audit on stop, a Dart gate on file writes, and a skill reminder on user prompts. Executes shell scripts that write files.
3 events · 3 hooks
npx claudepluginhub sgaabdu4/building-flutter-apps --plugin building-flutter-appsSafety 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
bash -lc 'p="${CLAUDE_PLUGIN_ROOT}"; [ -z "$p" ] && p="${CODEX_PLUGIN_ROOT:-}"; if [ -z "$p" ]; then for d in "$HOME"/.codex/plugins/cache/*/building-flutter-apps/*; do [ -x "$d/hooks/scripts/preflight_audit.sh" ] && p="$d" && break; done; fi; exec "${p:?building-flutter-apps plugin root not found}/hooks/scripts/preflight_audit.sh"'Write|Edit|MultiEditbash -lc 'p="${CLAUDE_PLUGIN_ROOT}"; [ -z "$p" ] && p="${CODEX_PLUGIN_ROOT:-}"; if [ -z "$p" ]; then for d in "$HOME"/.codex/plugins/cache/*/building-flutter-apps/*; do [ -x "$d/hooks/scripts/dart_gate.sh" ] && p="$d" && break; done; fi; exec "${p:?building-flutter-apps plugin root not found}/hooks/scripts/dart_gate.sh"'bash -lc 'p="${CLAUDE_PLUGIN_ROOT}"; [ -z "$p" ] && p="${CODEX_PLUGIN_ROOT:-}"; if [ -z "$p" ]; then for d in "$HOME"/.codex/plugins/cache/*/building-flutter-apps/*; do [ -x "$d/hooks/scripts/skill_reminder.sh" ] && p="$d" && break; done; fi; exec "${p:?building-flutter-apps plugin root not found}/hooks/scripts/skill_reminder.sh"'Share bugs, ideas, or general feedback.