Creates or updates Codex hooks in global or project scopes, clarifying scope and type (SessionStart, UserPromptSubmit, PreToolUse, etc.), writing configs/scripts/feature flags, and verifying behavior.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin am-will-codex-skills-5This skill uses the workspace's default tool permissions.
Use when the user wants to add Codex hooks and explains the behavior they want.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use when the user wants to add Codex hooks and explains the behavior they want.
Determine scope.
global, use the personal/home scope.project, use the repo scope.Should this be global or project-scoped?Determine hook type.
SessionStartUserPromptSubmitPreToolUsePostToolUseStopDetermine behavior.
Write the hook files in the chosen scope.
~/.codex/hooks.json and ~/.codex/hooks/<repo>/.codex/hooks.json and <repo>/.codex/hooks/Enable the feature flag if the target Codex build still gates hooks.
[features] codex_hooks = true in the relevant config.toml.Keep the hook output clear.
statusMessage for a short visible signal.Verify the result.
PreToolUse for prevention.PostToolUse for logging, formatting, or test follow-up.UserPromptSubmit for prompt shaping and injected context.SessionStart for startup context.Stop for end-of-turn checks.