ultracode-for-codex

仓库创建 2026年6月19日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

结合主上下文与可恢复本地执行,适合复杂任务分发

▸ 风险提示

可能调用本地 CLI 运行任务并访问本地资源

这个 Skill 做什么

在 Codex 上以混合模式编排 Ultracode,委派本地并行执行并展示进度

在 Codex 里把复杂多阶段任务当成一条流水线来编排:主上下文负责策划各个阶段,遇到需要并行扩散的环节就把工作交给本地 CLI(ultracode-for-codex run)去并发执行。运行时会强制结构化输出、做日志化和可恢复的并行执行,进度还能直接在聊天里看到。适合那种既要中央决策又要本地并行跑大量子任务的场景。

▸ 展开 SKILL.md 英文原文

Run Ultracode for Codex in hybrid mode, with the main Codex context planning phases, delegating fan-out phases to the local CLI workflow runtime for schema-enforced, journaled, resumable parallel execution, and showing progress directly in the chat.

开发编程编排Codex并行执行Codex
1
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kangminlee-maker/ultracode-for-codex/main/skills/ultracode-for-codex/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kangminlee-maker/ultracode-for-codex/main/skills/ultracode-for-codex/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Ultracode for Codex

## Core Rule

This skill is the primary Codex Ultracode command. Treat the current
Codex main context as the orchestrator: plan adaptive phases, synthesize
phase outputs, and keep the user informed in the chat. For execution,
delegate fan-out phases to the local CLI runtime (`ultracode-for-codex run`)
when the package is available. The runtime enforces structured agent
outputs, journals every agent result durably, runs agents in parallel with
per-agent `effort`/`model` tiers, and keeps failed or interrupted phases
resumable.

Codex-native subagents remain the fallback execution path when the CLI
runtime is unavailable in the session.

## Capability Detection

Before th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有