fleetflow
Installation
SKILL.md
fleetflow
Facts verified as of 2026-07 (Claude Code Workflow tool, codex-cli 0.125, fleet-worker GLM-5.2/z.ai).
Claude Code's native Workflow tool is a superb orchestration harness with one
structural limit: every agent it spawns runs in-process, so they all share one
provider (ANTHROPIC_BASE_URL is process-global — only the model alias slot
varies per agent). fleetflow ports the Workflow tool's patterns to OS-process
workers, where each worker gets its own env block — and therefore its own brain:
| Worker brain | Process | Harness |
|---|---|---|
| GLM-5.2 / GLM-4.5-Air | claude -p → z.ai endpoint |
Claude Code tools, cheap brain (via fleet-worker) |
| Codex (GPT-class) | codex exec |
OpenAI's own agent harness — a genuinely different toolchain and model |
| Sonnet / Haiku | claude -p --model sonnet|haiku |
Claude Code tools, host auth |
| Opus | claude -p --model opus |
reserve for verify/judge lanes |