Agent Skills
› Yeachan-Heo/oh-my-codex
› pipeline
pipeline
GitHub该技能已废弃。原用于配置阶段序列,现已被移除,建议直接使用$plan和$team替代。
触发场景
用户尝试使用已废弃的$pipeline技能
需要执行多阶段任务编排
安装
npx skills add Yeachan-Heo/oh-my-codex --skill pipeline -g -y
SKILL.md
Frontmatter
{
"name": "pipeline",
"description": "Sunset stub — use $plan and $team directly instead"
}
Pipeline — removed
$pipeline was removed in OMX 0.21.
Pipeline's configurable stage sequencing overlapped $plan (planning) and $team (execution) without a unique runtime. Use the canonical skills directly: $plan for optional planning, $team for coordinated parallel execution, $ultragoal for durable goal-mode runs.
Migration: replace $pipeline with explicit $plan and $team invocations as the task warrants.
Task: {{ARGUMENTS}}
版本历史
-
3ad79a8
当前 2026-08-28 17:54
技能已从OMX 0.21版本中移除,不再支持,建议使用$plan和$team替代。
- e94437f 2026-08-20 07:19


