Author and run a custom Workflow (the Workflow tool's agent()/pipeline()/parallel() orchestration, a.k.a. "ultracode") that BLENDS Codex headless (codex exec) nodes into otherwise-Claude orchestration — for cross-model adversarial verification, judge panels with a Codex juror, and second-opinion generation. This is "Pattern A": the orchestration logic stays in Claude's Workflow JS, and selected nodes shell out to a genuinely different model family (the Codex CLI / GPT) to catch correlated Claude failure modes. Use this skill whenever the user asks to run a task as a "custom workflow using codex", "a workflow that mixes in codex", "blend codex into a custom workflow", "cross-model verify while orchestrating", "have codex verify/double-check the findings", "use codex as a verifier/juror/second opinion in the workflow", "Claude and codex both in one workflow", or any equivalent phrasing. Trigger even when the user only implies it — if they want a Workflow AND a second model family in the loop, this is the skill. Do NOT use it for a pure single Codex handoff (use a dedicated codex handoff command/agent instead), for codex image generation, or for a plain Claude-only Workflow with no second model.
$npx -y skills add kinggyusuh/ultracodex --skill codex-workflowInstalls into the current project.
Run `npx skills use "https://github.com/kinggyusuh/ultracodex" --skill "kinggyusuh/ultracodex/codex-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kinggyusuh/ultracodex" that are relevant to the current task. Run `npx skills add "https://github.com/kinggyusuh/ultracodex"` and select the relevant skills, then follow their instructions.