Toolverse
All skills

workflow

by vercel

Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
vercel
Category
Security
Views
29

About this skill

Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of \

How to use

  1. Zainstaluj Workflow DevKit w swoim projekcie Node.js (Next.js, Express lub Hono). 2. Zaimportuj funkcje z pakietu workflow i oznacz swoją funkcję asynchroniczną dyrektywą "use workflow" na początku pliku — to czyni ją trwałą i wznawialną. 3. Definiuj kroki przepływu pracy, wykorzystując dostępne API do pauzowania na zdarzeniach zewnętrznych, ustawiania opóźnień i obsługi błędów z automatycznymi ponowieniami. 4. Wyszukaj dokumentację w bundled docs (node_modules/workflow/docs/) — sekcje getting-started zawierają przykłady dla Twojego frameworka, foundations wyjaśniają koncepcje, a api-reference zawiera szczegóły wszystkich dostępnych funkcji. 5. Testuj przepływ lokalnie, upewniając się że funkcja poprawnie wznawia się po przerwaniu i obsługuje zewnętrzne zdarzenia. 6. Wdróż na Vercel — Workflow DevKit jest zoptymalizowany dla platformy Vercel i automatycznie zarządza stanem między wywołaniami.

Related skills

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

manim

by davila7

Comprehensive guide for Manim Community - Python framework for creating mathematical animations and educational videos with programmatic control

Security
1588

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951

security-compliance

by davila7

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding

Security
1172

openapi-spec-generation

by wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

Security
18109