ما هي pipeline؟
وكلاء السلسلة معًا في سير عمل تسلسلي أو متفرع مع تمرير البيانات المصدر: yeachan-heo/oh-my-claudecode.
وكلاء السلسلة معًا في سير عمل تسلسلي أو متفرع مع تمرير البيانات
ثبّت مهارة الذكاء الاصطناعي pipeline بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: yeachan-heo/oh-my-claudecode.
The pipeline skill enables chaining multiple agents together in defined workflows where the output of one agent becomes the input to the next. This creates powerful agent pipelines similar to Unix pipes but designed for AI agent orchestration.
The simplest form: Agent A's output flows to Agent B, which flows to Agent C.
Each agent in the pipeline receives structured context from the previous stage:
وكلاء السلسلة معًا في سير عمل تسلسلي أو متفرع مع تمرير البيانات المصدر: yeachan-heo/oh-my-claudecode.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill pipelineوكلاء السلسلة معًا في سير عمل تسلسلي أو متفرع مع تمرير البيانات المصدر: yeachan-heo/oh-my-claudecode.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill pipeline بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/yeachan-heo/oh-my-claudecode