Convex Agents Workflows

Community

Durable multi-agent workflows that survive restarts.

AuthorSstobo
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables durable, multi-step agent workflows that survive server restarts and coordinate multiple agents.

Core Features & Use Cases

  • Durable execution and automatic retries across steps.
  • Idempotent steps with recovery on failure.
  • Multi-agent orchestration with thread management and cross-step coordination.

Quick Start

To start a simple durable workflow that coordinates two steps, define and register the workflow with the Convex app, then invoke it from a client.

  • Define a workflow: const flow = workflow.define({ id: "example", args: { userId: v.string() }, handler: async (step, { userId }) => { /* Step calls */ } });

  • Run the workflow: await flow.run({ userId: "u-123" });

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: Convex Agents Workflows
Download link: https://github.com/Sstobo/convex-skills/archive/main.zip#convex-agents-workflows

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.