suede-codex-fleet
SolidClaude-directed parallel OpenAI Codex CLI worker fleet for bulk generation. Use when a job is high-volume, well-specified, and splits into independent worker-sized tasks (content batches, test generation, bulk refactors) and Codex CLI is installed and logged in. Claude decomposes, briefs, spawns codex exec runs in parallel, and review-gates every output. Workers are always codex exec processes billed to the user's OpenAI subscription — never substitute Claude subagent fan-out on any model, and halt rather than fall back if Codex CLI is unavailable. NOT FOR: multi-lane Claude agents coordinating one complex change (use suede-agent-teams); low-volume, judgment-dense copy Claude should write itself (use suede-copy or johnny-suede-write).
Install
Quality Score: 86/100
Skill Content
Details
- Author
- JasonColapietro
- Repository
- JasonColapietro/suede-creator-skills
- Created
- 3 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
codex-director
A way of working where Codex is the default executor and Claude only directs. Load this skill for any task that involves reading code to understand current behavior, finding the root cause of a bug, implementing a change from requirements, reviewing a diff, or getting a second opinion, and whenever the user says "ask codex", "let codex look", or "use codex". Follow the process to dispatch work to codex-worker; Claude only writes the brief, judges the result, and makes the calls.
agent-fleet
Act as an orchestrator that plans work, delegates each piece to the right model across Claude Code and Codex (Opus, Sol, Sonnet, Terra, Luna, Haiku, Mini, Spark), reviews what comes back, and escalates on failure. Use when the user wants work split across models or backends, wants a cheaper/faster model to do the grunt work, wants a second model to review, or says things like "delegate this", "fan this out", "use the fleet", "have Codex do X", "have Claude do X", "route this to the right model", or "orchestrate this".
codex
Run OpenAI Codex (the `codex` CLI, GPT models) as a managed subagent from Claude Code — start work in the background and get a run handle back immediately, watch its live event log at a controlled level of detail, interrupt and redirect a run, resume any earlier Codex thread including ones started in the Codex TUI, and collect results as text or schema-validated JSON. Use whenever work is being handed to Codex or GPT, when a second independent model should look at something, when an external agent should keep working while Claude does something else, or when an earlier Codex session needs continuing. Also covers Codex CLI setup, auth, sandbox and config diagnosis. Triggers include: codex, 코덱스, 코덱스로, 코덱스한테, ���덱스에게, GPT, GPT한테, GPT에게 시켜, delegate to codex, run with codex, ask GPT, resume codex. Not for Claude's own subagents, the Task tool, or background Bash — those are Claude doing the work itself. Not for Codex Cloud or `codex mcp-server` / `app-server`.