upstashupstashOfficialยท1 Agent Skills Included

workflow-js

Durable serverless workflows with retries, scheduling, and orchestration

Builds reliable, long-running serverless workflow endpoints with automatic retries, scheduling, and delivery guarantees. Eliminates manual queue management, failed job recovery, and infrastructure setup for background tasks. Supports multi-step logic, event waiting, flow control, and multi-agent orchestration patterns out of the box.
npx skills add upstash/workflow-js --all -g -y
Available:

Warns the agent that this project uses a newer Next.js version with breaking changes and directs it to read the bundled docs in node_modules before writing any code.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Upstash Workflow?โ–ผ

Run `npx skills add upstash/workflow-js --all -g -y` in your terminal to install all skills in this suite globally.

What is Upstash Workflow used for?โ–ผ

It lets you write durable serverless functions with automatic retries, scheduling, and delivery guarantees, without managing queues or infrastructure.

How do I create a workflow endpoint?โ–ผ

Use the `serve` method to expose an endpoint, then define steps with `context.run`, `context.sleep`, or `context.call` inside your route handler.

Can Upstash Workflow run multi-agent tasks?โ–ผ

Yes. The agents skill supports models, tools, and tasks with patterns like prompt chaining, evaluator-optimizer, and orchestrator-workers.

Which frameworks does Upstash Workflow support?โ–ผ

It works with Next.js, Cloudflare Workers, Express, Hono, SvelteKit, Astro, Nuxt, and other popular TypeScript frameworks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’