flow-convert-workflow-definition

Official

Convert Flow class to Output SDK workflow.

Authorgrowthxai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides converting Flow SDK workflow classes to Output SDK workflow() functions, aligning with deterministic orchestration.

Core Features & Use Cases

  • Class to Function: Replace class-based workflow with a functional workflow().
  • Schema Migration: Move interfaces to Zod schemas for input/output.
  • Use Case: Convert a legacy workflow.ts to the new Output SDK standard.

Quick Start

Replace the class with a default export workflow() function and adjust imports accordingly.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: flow-convert-workflow-definition
Download link: https://github.com/growthxai/output-claude-plugins/archive/main.zip#flow-convert-workflow-definition

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository