← ClaudeAtlas

codex-workflowslisted

Run a dynamic-workflow script on a local Codex App Server — orchestrate many Codex / GPT agents (the agent / parallel / pipeline / phase / budget DSL) instead of Claude subagents, for codebase audits, large migrations, and multi-agent review or research. Give it one or two rough sentences and it compiles the right harness for you. Manual-invoke only via /codex-workflows.
scasella/claude-dynamic-workflows-codex · ★ 1 · AI & Automation · score 77
Install: claude install-skill scasella/claude-dynamic-workflows-codex
# Codex Workflows Run a Claude Code dynamic-workflow script against a local **Codex App Server**. The authoring surface is identical to native dynamic workflows — `export const meta` plus a body using `agent()`, `parallel()`, `pipeline()`, `phase()`, `log()`, `args`, `budget`, `workflow()` — but every `agent()` call runs as one Codex (GPT) thread+turn instead of a Claude subagent. **Manual-invoke only.** Claude does not auto-trigger this skill (`disable-model-invocation: true`); it runs only when the user types `/codex-workflows` or explicitly asks for a Codex workflow. Once invoked, follow the loop below — the work runs on Codex/GPT agents. If the user actually wanted Claude subagents, say so and point them at the native Workflow tool. `RUNNER` below means the bundled runner directory: `~/.claude/skills/codex-workflows/runner` (also at `runner/` relative to this skill). It is dependency-free Node ≥ 18. ## Default rough-intent mode **One or two rough sentences is enough.** You do not need to hand this skill a fully-engineered spec — describe what you want (e.g. `/codex-workflows Harden this goal before I run it`) and the skill compiles it into an operational harness itself: it classifies the job, picks the smallest workable scale, an archetype, and a harness pattern, builds a task contract, composes phases, casts personas, applies the quality/epistemic standards, authors the script, picks safe run settings, and runs it — **stating its assumptions** as it goes. Operating