一个为ChatGPT和Codex提供可复用编排技能的仓库,支持将大型任务委托给多个智能体。

Stars

110

7 天增长

暂无数据

Fork 数

4

开放 Issue

0

开源协议

MIT

最近更新

2026-07-26

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供了一种简单实用的多智能体协调实现,灵感来自经过验证的模式,让Codex将复杂工作分解给专注的智能体。

适合谁使用

  • 使用Codex处理复杂任务的开发者
  • 对智能体编排感兴趣的AI构建者
  • 希望结构化工作流委派的ChatGPT高级用户

典型使用场景

  • 协调多个专业智能体完成大规模代码生成
  • 在单个会话中委派研究、分析和集成等子任务
  • 自动化需要不同专家智能体的多步工作流

项目优势

  • 安装简单:只需将单个目录复制到Codex技能文件夹
  • 通过$orchestrate显式调用或让Codex自动选择
  • 源自真实的多智能体编排模式
  • 采用MIT开源许可,便于广泛复用

使用前须知

  • 目前仅记录了编排(orchestrate)一个技能
  • 需要安装Codex环境
  • 可能需要理解智能体委托概念才能有效使用

README 快速开始

Codex Skills

Reusable skills for ChatGPT work and Codex.

Orchestrate

orchestrate encourages Codex to delegate large-scope work across focused agents, then integrate their results. Trivial tasks stay with the coordinator.

The pattern comes from Practical multi-agent orchestration in Codex.

Install

Copy the skill into your personal Codex skills directory:

mkdir -p ~/.codex/skills
cp -R orchestrate ~/.codex/skills/orchestrate

Then invoke it explicitly with $orchestrate, or let Codex select it when a task calls for multi-agent coordination.

License

MIT

项目描述

Reusable skills for ChatGPT work and Codex.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

MoonshotAI
精选
MoonshotAI GitHub avatar

Kimi-K3

Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

AI 与机器学习AI 智能体
3,348
xuchonglang
精选
xuchonglang GitHub avatar

investing-for-beginners

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

区块链与 Web3
2,739
Krishnagangwal
精选
Krishnagangwal GitHub avatar

CS-Fundamentals

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.

数据与数据库数据库与存储
2,326