Workflow Examples banner
vercel vercel

Workflow Examples

Productivity community

Description

Example projects and templates build using Workflow SDK

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Workflow Examples

This directory contains different examples of how to use the Workflow DevKit.

  • AI SDK Workflow Patterns - Example of how to use the AI SDK to implement common workflow patterns with the Workflow DevKit.
  • Birthday Card Generator - Example of how to use the Workflow DevKit to build a birthday card generator.
  • Custom Adapter - Example of building a custom adapter to run workflows on other frameworks and runtimes, like Bun.
  • Flight Booking App - Example of how to use the Workflow DevKit to build a flight booking app.
  • FFmpeg Processing - Express + Workflow DevKit example for building FFmpeg-based media processing workflows.
  • Kitchen Sink - Comprehensive reference implementation of all core workflow patterns including steps, control flow, streaming, AI integration, hooks, and batching.
  • RAG Agent Example - Example of how to use the AI SDK with the Workflow DevKit.

Framework Integrations