by atticus98 · Codex Skill · ★ 185
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
codex-turbo English | 简体中文 本仓库是 Codex CLI 的个人配置模板集。秉承 “轻量高效” 的原则,在不引入复杂依赖的前提下,深度挖掘 CLI 原生能力,通过多智能体协作实现高效的任务调度。这套配置仅作为个人实践分享,希望能抛砖引玉,助你构建出最适合自己的 AI 工作流。 💡 不知道如何操作? 可以将以项目地址发送给 AI 助手(如 Claude Code CLI、Codex CLI 等),让其根据你的实际情况协助合并或新建。 当前项目适配版本:Codex CLI v0.116.0 原帖 《Codex CLI 多智能体并行调度配置分享》 已无法编辑,本项目作为后续维护版本持续迭代。 核心要点 💡 并行工作流: 最大并行度与最小阻塞设计 🔧 系统级契约:在 中通过 注入 Agent 并行工作规范,优先级高于 🧠 原生记忆: 自动提取和归并对话记忆,提升上下文连贯性 🔌 WebSocket 支持: 配置在 下,需自行测试模型提供商是否支持;不支持请勿配置,避免报错 🧩 模型选择:模型与思考程度可结合实际项目要求自行调整,当前模板配置是常规开发的参考起点 🎯 对话风格:强视觉边界、emoji 编号、直而短句的终端输出规范 📝 动态契约:主代理任务动态下发清晰的指令模板(目标/动作/结果) ⚙️ 并发控制: 自定义单轮最大子任务数 ⚠️ 风险管控:危险操作确认机制与不可变原则 🤖 自定义智能体:手动配置子代理的模型、推理强度、职责描述 📋 可复制模板:开箱即用的 与 核心文件与目录 text . ├── README.md # 中文文档(本页) ├── README.en.md # English Documentation └── templates/ ├── cn/ # 中文模板 │ ├── AGENTS.template.md # 开发原则与输出风格 │ ├── config.template.toml # 系统配置模板 │ ├── agents/ # 子代理配置 │ │ ├── explorer.toml │ │ └── worker.toml │ └── skills/ # 技能模板 │ └── terminal-dialog-style/ └── en/
| Stars | 185 |
| Forks | 10 |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 63.2631773617152/100 |
| Last Updated | 2026-05-28 |
| Created | 2026-02-23 |
| Platforms | cli, codex |
| Est. Tokens | ~339k |
These tools work well together with codex-turbo for enhanced workflows:
Looking for a codex-turbo alternative? If you're comparing codex-turbo with other codex skill tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Lightweight Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control
My personal Claude Code and OpenAI Codex setup with battle-tested skills, plugins, hooks and agents that I use
a project brain for your AI. Give LLMs instant architectural context without burning tokens
This repository contains documentation created to better understand the open project
Claude Skill to do your tasks with subagents in Git worktrees
Best Practices for Claude Code Configuration
Explore other popular codex skill tools:
codex-turbo is Codex CLI 多智能体并行调度配置参考模板——启用原生并行能力,实现主代理自主协调与子代理高效任务分发。Codex CLI Multi-Agent Parallel Scheduling Configuration Reference Template Enabling Native Parallelism for Autonomous Primary Agent Coordination . It is categorized as a Codex Skill with 185 GitHub stars.
You can find installation instructions and usage details in the codex-turbo GitHub repository at github.com/atticus98/codex-turbo. The project has 185 stars and 10 forks, indicating an active community.
codex-turbo is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to codex-turbo on Agent Skills Hub include codexia, claude-codex-settings, codemap. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.