npx claudepluginhub masup9/codex-collab --plugin codex-collabDefined inline in plugin.json manifest
Bashbash -c 'for d in "${CLAUDE_PLUGIN_ROOT:-}" "$(ls -td ~/.claude/plugins/cache/codex-collab/codex-collab/*/ 2>/dev/null | head -1)"; do [ -f "$d/hooks/enforce-skill-usage.sh" ] && exec bash "$d/hooks/enforce-skill-usage.sh"; done; exit 0'5msExecutes shell scripts before Bash and Read tool calls, enabling custom pre-checks, logging, or blocking for bash commands and file reads. Runs bash scripts, no file writes.