codex-fleet

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由

适合需要并行化 Codex 任务与图像流水线的自动化场景,能直接执行而非仅描述。

▸ 风险提示

会执行外部命令与代码,运行前需审查权限与命令内容

这个 Skill 做什么

Codex CLI 的独立运行器与并行任务(fleet)编排器,负责执行 codex exec 与图像任务。

能直接跑 Codex 的命令并把大规模并行任务编排好:一方面执行 `codex exec` 的代码工作,另一方面用内置的 `gpt-image-2` 产出高质量图像,还能一口气起很多并行的执行代理(每条 lane 有独立 worktree)。在你需要自动化大量代码任务、并行化测试或批量生成图像时会用到。特别之处是既是独立的运行器又是编排器,执行时是真干活不是只给建议。

自动化集成Codex 编排并行任务CLI 执行Codex
12
Stars
1
Forks
8
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/codex-fleet/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/codex-fleet/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: codex-fleet
description: Standalone Codex CLI runner + fleet orchestrator. Does THREE things and always EXECUTES them (never just describes): (1) general code tasks via `codex exec`, (2) high-quality image generation via Codex's built-in `gpt-image-2` tool, and (3) parallel multi-lane fleets — spawning many `codex exec` delegates at once with worktree isolation. Defaults locked: model `gpt-5.6-sol`, reasoning `high`, `--skip-git-repo-check` always. For multiple independent jobs, fire them ALL in parallel — compute is not the constraint, throughput is. Triggers on: "use codex", "run codex", "codex exec", "imagegen", "generate image", "make image", "render this", "ask codex to ...", 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有