Stats
Actions
Tags
From hyperflow
Enforces a Playbook session workflow: prompts LLM to read CLAUDE.md and WORK_LOG.md on session start/compact, and runs a bash script before compact to save session state.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
sh -c 'hook=pre-compact; for root in "${CODEX_PLUGIN_ROOT:-}" "${CLAUDE_PLUGIN_ROOT:-}" $(ls -dt "$HOME/.codex/plugins/cache/hyperflow-marketplace/hyperflow"/* "$HOME/.claude/plugins/cache/hyperflow-marketplace/hyperflow"/* 2>/dev/null) "$HOME/.codex/.tmp/marketplaces/hyperflow-marketplace" "$HOME/.claude/plugins/marketplaces/hyperflow-marketplace"; do [ -n "$root" ] && [ -x "$root/hooks/$hook" ] && exec "$root/hooks/$hook"; done; echo "hyperflow hook not found: $hook" >&2; exit 0'startup|clear|compactsh -c 'hook=session-start; for root in "${CODEX_PLUGIN_ROOT:-}" "${CLAUDE_PLUGIN_ROOT:-}" $(ls -dt "$HOME/.codex/plugins/cache/hyperflow-marketplace/hyperflow"/* "$HOME/.claude/plugins/cache/hyperflow-marketplace/hyperflow"/* 2>/dev/null) "$HOME/.codex/.tmp/marketplaces/hyperflow-marketplace" "$HOME/.claude/plugins/marketplaces/hyperflow-marketplace"; do [ -n "$root" ] && [ -x "$root/hooks/$hook" ] && exec "$root/hooks/$hook"; done; echo "hyperflow hook not found: $hook" >&2; exit 0'48plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 48 plugins
npx claudepluginhub mohammed-abdelhady/hyperflow --plugin hyperflow