pipeline
GitHub该技能已从OMX中移除,建议直接使用$plan和$team替代。提供从旧版流水线配置迁移至新技能的指导说明。
Trigger Scenarios
Install
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}}
Version History
-
3ad79a8
Current 2026-08-28 17:54
技能已从OMX 0.21版本中移除,不再支持,建议使用$plan和$team替代。
- e94437f 2026-08-20 07:19


