Awesome-omni-skill workflow-conductor

Workflow orchestration and automation engine

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cli-automation/workflow-conductor" ~/.claude/skills/diegosouzapw-awesome-omni-skill-workflow-conductor && rm -rf "$T"
manifest: skills/cli-automation/workflow-conductor/SKILL.md
source content

Workflow Conductor Skill

Overview

Workflow orchestration for complex automation. 90%+ context savings.

Tools (Progressive Disclosure)

Workflow Management

ToolDescriptionConfirmation
list-workflowsList defined workflowsNo
run-workflowExecute workflowYes
stop-workflowStop running workflowYes
workflow-statusCheck workflow statusNo

Task Operations

ToolDescription
list-tasksList workflow tasks
task-outputGet task output
retry-taskRetry failed task

Scheduling

ToolDescriptionConfirmation
scheduleSchedule workflowYes
list-schedulesList schedulesNo
cancel-scheduleCancel scheduleYes

Agent Integration

  • orchestrator (primary): Workflow design
  • devops (secondary): Automation pipelines