Leaderboard/Agent Orchestration/claude-dynamic-workflows-codex
Last commit on July 10, 2026·Created on June 1, 2026

scasella/claude-dynamic-workflows-codex

Orchestrates fleets of GPT agents for codebase audits and large-scale migrations
Combined rank
#606
across all skills
In Agent Orchestration
#34
category rank
Stars
321
+0.3% in last 7d
Forks
16
-5.9% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Codex Workflows enables the execution of dynamic-workflow scripts against a local Codex App Server. By utilizing a domain-specific language for agents, pipelines, and phases, it allows developers to coordinate multiple GPT threads for complex research or multi-agent reviews.

The system supports the creation of supervised fleets of concurrent workflows, providing a structured harness for tasks that require parallel execution and strict budget controls across an entire codebase.

WHO IT'S FOR
AI agent / automation builders
orchestrate multi-agent GPT workflows for codebase audits
Platform / DevEx teams
run supervised fleets of concurrent AI workflows
Backend / infrastructure engineers
execute large-scale codebase migrations using GPT agents
Technical leads / architects
rapidly prototype AI agent harnesses from rough intent
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code plugin

Installs: Complete codex-workflows plugin · Claude Code

Before you start
  • Claude Code with plugin marketplace support
  • Node ≥ 18 already installed
  • The codex CLI available on PATH
  1. Ensure Node version 18 or newer is already installed.

  2. In a terminal, authenticate the codex CLI.

    codex login
  3. In a Claude Code session, add the author's plugin marketplace.

    /plugin marketplace add scasella/claude-dynamic-workflows-codex
  4. In the same Claude Code session, install the codex-workflows plugin.

    /plugin install codex-workflows@codex-workflows
  5. Optionally, in a terminal, verify that Codex is reachable.

    npx github:scasella/claude-dynamic-workflows-codex doctor   # → state: ready
.claude-plugin/marketplace.json · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Audit routes for missing authorization

Uses codex-workflows

  • A repository opened in Claude Code
  • Replace the sample `src/` path with the directory containing the routes to audit, if different
/codex-workflows  Audit every route under src/ for missing authorization, read-only
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Author’s example

Review changed files with an independent gate

Uses codex-workflows

  • A repository opened in Claude Code
  • A current set of changed files for the workflow to review
/codex-workflows  Review the files I changed for bugs with a fresh-context review gate
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026