workflow-creator

Convert repeatable multi-step tasks into validated Ruby workflows.

88|15|Updated May 25, 2026
One-click install
npx skills add https://github.com/open-octo/octo-agent --skill workflow-creator-open-octo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-creator
Source: https://github.com/open-octo/octo-agent/tree/main/internal/skills/defaults/workflow-creator
Command: npx skills add https://github.com/open-octo/octo-agent --skill workflow-creator-open-octo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms repeatable multi-step work into reusable, validated workflows, eliminating the need to manually coordinate the same tasks each time.

Core Features & Use Cases

  • Skill Chaining: Connect existing skills and browser recordings by passing each step's output into the next step's input.
  • Agent Orchestration: Compose fresh sub-agent work with sequential, parallel, or pipeline-based execution.
  • Validation and Persistence: Generate Ruby workflows, dry-run them asynchronously, fix wiring issues, and save them for later use or scheduling.
  • Use Case: Combine research, analysis, and report-generation steps into one reusable workflow, or run multiple review agents in parallel over different dimensions of a code change.

Quick Start

Ask the workflow-creator skill to build and save a reusable workflow for the multi-step task you want to repeat.

Frequently Asked Questions about workflow-creator

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

FAQPage Schema
How do I automate repeatable multi-step tasks and chain skills together?

Agent orchestration composes sub-agent work into sequential, parallel, or pipeline-based execution. This allows you to run multiple review agents simultaneously over different dimensions or structure research, analysis, and report-generation steps into one process.

How do I validate and save a generated workflow for later use?

You validate workflows by generating Ruby code and running an asynchronous dry-run to check for wiring issues. Once validated, you save the workflow for later use or scheduling using the workflow_save tool.

Can I use browser recordings within an automated pipeline?

Yes, you can incorporate browser recordings into an automated pipeline. The workflow connects these recordings with existing skills by explicitly wiring each step's output into the next step's input.

Do I need Ruby to generate and run workflow automation pipelines?

Ruby is required for workflow generation. The system uses Ruby to define the orchestration logic, apply asynchronous dry-run validation, and persist the automated pipeline through the workflow_save tool.