
Z M Huang Claude Codex
- 26 repo stars
- Updated February 22, 2026
- Z-M-Huang/claude-codex
z-m-huang-claude-codex is a Claude Code plugin that orchestrates sequential AI reviews with a Codex final gate and hook-based step enforcement.
About
z-m-huang-claude-codex is a Claude Code plugin that turns loose multi-model hacking into an orchestrated pipeline: work proceeds through sequential reviews, Codex acts as a final gate, and hooks enforce that you finish mandated steps before moving on. It targets developers who already use Claude Code and sometimes lean on Codex for a second opinion but lack a repeatable ritual. You reach for it during active build work when agent tooling needs structure, and especially in the ship phase when every merge should pass a deliberate review chain rather than a single-pass skim. Compared with a plain agent skill, this is enforcement and routing at the Claude Code plugin layer—less about prompting tricks and more about making multi-AI collaboration the default path. Repository metadata lists about 25 GitHub stars and one plugin in the bundle; treat install popularity as unverified on Skillselion. If you only need occasional lint fixes, the overhead may not pay off; if you ship fast and regret review gaps, the pipeline framing is the point.
- Sequential multi-AI review pipeline with Codex as the final approval gate
- Hook-based enforcement so task-based and multi-session flows cannot skip mandated steps
- Orchestrates Claude and Codex roles instead of manual model hopping in one session
- Task-based and multi-session patterns for longer solo-builder implementation arcs
- Single-plugin bundle from Z-M-Huang/claude-codex focused on pipeline discipline
Z M Huang Claude Codex by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install z-m-huang-claude-codex@Z-M-Huang/claude-codexAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 26 |
|---|---|
| Last updated | February 22, 2026 |
| Repository | Z-M-Huang/claude-codex ↗ |
What it does
Install this plugin when you want Claude Code sessions to chain Sonnet work with Codex review and hook-enforced gates before you ship.
Who is it for?
Best when you already use Claude Code plus Codex and want mandatory review gates on meaningful changes.
Skip if: Skip if you want a single-model, lightweight assistant without orchestration hooks or multi-session ceremony.
What you get
After you register the plugin, Claude Code sessions can follow a enforced multi-AI review pipeline with Codex signing off at the end.
- Hook-enforced multi-AI review pipeline inside Claude Code
- Codex final-gate step before treated-as-complete work
- Repeatable task-based and multi-session orchestration pattern
By the numbers
- 1 plugin in bundle (pluginCount: 1)
- Repository: Z-M-Huang/claude-codex
- Catalog lists ~25 GitHub stars (starsFetchedAt 2026-04-06)
Recommended Plugins
How it compares
Claude Code orchestration plugin with hooks, not a standalone markdown agent skill for one-off prompts.
FAQ
Who is Z M Huang Claude Codex for?
It is for and small-team developers using Claude Code who want Sonnet-to-Codex pipelines and enforced review gates instead of informal model switching.
When should I use Z M Huang Claude Codex?
Use it when you are implementing features or preparing merges and need sequential AI reviews with a Codex final gate before you call the work done.
How do I add Z M Huang Claude Codex to my agent?
Add the Z-M-Huang/claude-codex marketplace plugin to Claude Code from the repo bundle, then enable hooks and follow the task-based or multi-session workflow described in the plugin docs.