flow-convert-activities-to-steps

Official

Convert Flow activities to Output steps.

Authorgrowthxai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides converting Flow SDK activities.ts to Output SDK steps.ts, enabling typed inputs and outputs for steps.

Core Features & Use Cases

  • Activity to Step: Wrap function bodies in step() with input/output schemas.
  • LLM Call Patterns: Replace Flow SDK LLM calls with generateText/generateObject patterns.
  • Use Case: Migrate a multi-function activities.ts into a structured steps.ts.

Quick Start

Create steps.ts with step definitions replacing activities.ts and wire them into the workflow.

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-activities-to-steps
Download link: https://github.com/growthxai/output-claude-plugins/archive/main.zip#flow-convert-activities-to-steps

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