.claude/skills/agents/pipeline-orchestrator/SKILL.md
Use when a super-agent (coding-agent, docs-agent, startup-agent) needs to execute a multi-stage pipeline defined in JSON - resolves template variables, manages sequential/parallel/chain stage execution, enforces quality gates, and passes data between stages via file outputs
npx skillsauth add ViggyV/claude-skills pipeline-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
I'm using the pipeline-orchestrator skill to execute a multi-stage pipeline.
NO STAGE ADVANCES WITHOUT VERIFIED OUTPUTS FROM THE PREVIOUS STAGE.
Receive a pipeline JSON object with:
name — pipeline identifierdescription — what this pipeline producesmode — interactive (all gates active) or autonomous (skip approval gates)stages — ordered array of stage definitionscontext — user's original request/description (passed by the calling agent)references/pipelines/*.json file)outputs paths:
{date} → YYYY-MM-DD (today){name} → slugified pipeline name or user-provided name{project} → current directory nameFor each stage in stages:
skillinputs — interpolate ${stage_id.outputs.key} from prior stage outputscategory/skill-name)outputs exist on disk (Read or Glob)skill-chainskills array:
paralleldispatching-parallel-agents constraints: focused, self-contained, specificWhen a stage has a gate:
approval gatequality gaterequesting-code-review patternverification gateverification-before-completion pattern: run verification commands, require evidenceIf any stage fails:
After all stages succeed:
finishing-a-development-branchOutputs from prior stages are available via ${stage_id.outputs.key}:
${brainstorm.outputs.design_doc} → resolves to the actual file path
${plan.outputs.plan_file} → resolves to the plan's file path
If a referenced variable doesn't exist, fail the stage with a clear error message.
coding-agent, docs-agent, startup-agentrequesting-code-review, verification-before-completion, finishing-a-development-branch, dispatching-parallel-agentsquality or verification gate, even in autonomous modedata-ai
Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control,
testing
You are an expert at optimizing SQL queries for performance and efficiency.
tools
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a G
tools
21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for A