workflow

Set up durable AI agent workflows with Workflow DevKit in Next.js.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill workflow-mattwoodco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/mattwoodco/skills/tree/main/skills/workflow
Command: npx skills add https://github.com/mattwoodco/skills --skill workflow-mattwoodco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides robust infrastructure for building AI agents with resilient, crash-proof workflows, enabling streaming responses and extensible chat endpoints.

Core Features & Use Cases

  • Durable Workflows: Ensures workflows and steps survive failures, with automatic retries and persistence.
  • Streaming Responses: Delivers real-time output from AI agents.
  • Extensible Chat Endpoint: Provides a foundation for custom AI chat applications.
  • Use Case: Build a customer support chatbot that can handle complex, multi-turn conversations reliably, even if the server restarts mid-conversation.

Quick Start

Install the workflow skill and configure your Next.js application to use durable AI agents.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I build durable AI agents in Next.js that survive server crashes?

Durable AI agents survive server crashes by using resilient workflows with automatic retries and persistence. This infrastructure ensures multi-step tool invocations and LLM calls maintain state across failures within a Next.js application.

What is the best way to add streaming responses to an AI chatbot endpoint?

The best way to add streaming responses is by using durable agent infrastructure that delivers real-time output from AI providers. This provides an extensible chat endpoint foundation for custom AI chat applications.

Can I use OpenAI and Anthropic models with durable agent workflows?

Yes, durable agent workflows integrate with OpenAI and Anthropic models. They connect via the Vercel AI Gateway or direct API keys to enable persistent, observable LLM calls within your application.

Do I need any external dependencies to set up durable agent infrastructure?

No external dependencies are required to set up durable agent infrastructure. The workflow Skill provides the necessary scripts and references to configure resilient, retried workflows directly within your Next.js environment.

Why should I use durable workflows for customer support chatbots?

You should use durable workflows for customer support chatbots to handle complex, multi-turn conversations reliably. They ensure processes survive server restarts mid-conversation with automatic retries and observable state persistence.

How do I make LLM calls and tool invocations observable and retriable?

To make LLM calls and tool invocations observable and retriable, implement durable infrastructure that persists execution state. This enables automatic retries and transparent monitoring for every step within the workflow.