pipeline

Orchestrates queued pipeline execution for sequential task processing in plugin systems.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hellofrommorgan/intent-computer --skill pipeline-hellofrommorgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/hellofrommorgan/intent-computer/tree/main/packages/plugin/src/skill-sources/pipeline
Command: npx skills add https://github.com/hellofrommorgan/intent-computer --skill pipeline-hellofrommorgan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Legacy Skill that previously orchestrated a queued pipeline for sequential task execution within the plugin ecosystem.

Core Features & Use Cases

  • Legacy pipeline orchestration: enqueue and process tasks in sequence.
  • Migration guidance: helps users transition to modern seed/process orchestration.

Quick Start

Seed and process items using the legacy pipeline.

Frequently Asked Questions about pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate queued pipeline execution for sequential tasks?

Queued pipeline execution orchestrates sequential tasks by enqueuing items and processing them in order within a legacy plugin ecosystem. This approach manages basic linear task sequencing for older agents and scripts.

What is legacy pipeline orchestration used for?

Legacy pipeline orchestration is used to manage task sequencing for older agents and scripts. It applies to workflows relying on seed and process operations to execute simple linear tasks within a plugin system.

Can I use seed and process operations with older agents?

Yes, you can use seed and process operations with older agents. This legacy pipeline supports older scripts by orchestrating queued execution to manage sequential task processing within the plugin scope.

What is the best way to migrate from legacy pipeline orchestration?

The best way to migrate from legacy pipeline orchestration is to use the provided migration guidance to transition to modern seed and process orchestration, replacing older queued task execution methods.

When should I not use a legacy queued pipeline?

You should not use a legacy queued pipeline for complex or non-linear workflows. This approach is deprecated and limited to satisfying basic functional requirements for simple linear task execution in older systems.