By johnpsasser
Route a prompt to OpenAI Codex (gpt-5.6 sol/luna/terra) via /codex and get a synthesized answer back — like delegating to a subagent. Supports read-only advisory mode and workspace-write execution.
Route a prompt to OpenAI Codex (gpt-5.6 sol / luna / terra) from Claude Code and get a synthesized answer back — like delegating to a subagent. The Claude main agent dispatches a self-contained task, Codex runs it (with real file access), and Claude digests the result into a concise synthesis with its own judgment layered on top.
/plugin marketplace add 0-to-1-Labs/claude-marketplace
/plugin install codex-dispatch@0to1-labs
Requires the codex CLI installed and authenticated:
codex login
/codex <prompt> # defaults to gpt-5.6-sol, workspace-write
/codex luna <prompt> # pick a variant
/codex terra <prompt> # deepest reasoning
/codex ro <prompt> # read-only / advisory — Codex can inspect but not edit files
/codex ro terra <prompt> # modifiers combine, in any order
| Variant | Model id | Use for |
|---|---|---|
sol | gpt-5.6-sol | Fast default driver |
luna | gpt-5.6-luna | Balanced |
terra | gpt-5.6-terra | Deepest reasoning — hard bugs, architecture |
ro / read-only: Codex inspects files but only returns advice. Nothing is modified./codex (or the codex-dispatch skill, invoked autonomously) parses the variant and mode.skills/codex-dispatch/dispatch.sh runs codex exec non-interactively (approval_policy=never, so it never hangs), streaming the trace and writing two artifacts to the session scratchpad:
-o)The helper honors these env vars:
CODEX_DISPATCH_DIR — where artifacts are written (default: $TMPDIR/codex-dispatch)CODEX_SANDBOX — workspace-write (default), read-only, or danger-full-accessIf OpenAI renames a variant, edit the case map in skills/codex-dispatch/dispatch.sh.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub 0-to-1-labs/claude-marketplace --plugin codex-dispatchWrap a prompt in <optimize>...</optimize> and it is rewritten into a sharper prompt before it runs (Claude Opus 4.8). Hook-based (UserPromptSubmit).
Analyzes Infrastructure as Code (Terraform, CloudFormation, Kubernetes, Docker Compose) and generates professional cloud architecture diagrams with Nano Banana Pro (Gemini 3 Pro Image).
Context-aware documentation for Claude Code: a UserPromptSubmit hook that lexically retrieves and injects the most relevant doc sections under a token budget. Optional glossary pins; no keyword map required.
Generate and edit photorealistic images with perfect text rendering using Nano Banana Pro (Gemini 3 Pro Image). Auto-enhances prompts and supports aspect ratio, resolution, and reference-image editing.
Create distinctive, production-grade frontend interfaces with high design quality — expanded, anti-AI-slop fork of the stock skill with stronger triggering, richer typographic and aesthetic direction.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.