Toolverse
All skills

workflows

by useautumn

Create async background tasks (workflows) using SQS or Hatchet. Use when building queue jobs, background processing, or async tasks.

Installation

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

Installation

Quick info

Author
useautumn
Category
Backend
Views
1

About this skill

Create async background tasks (workflows) using SQS or Hatchet. Use when building queue jobs, background processing, or async tasks.

How to use

  1. Dodaj nazwę zadania do enum JobName w pliku server/src/queue/JobName.ts — każde nowe workflow potrzebuje unikalnego identyfikatora.

  2. Zdefiniuj typ payload'u dla swojego workflow w server/src/queue/workflows.ts — określ pola, które będą przesyłane (np. orgId, customerId, env).

  3. Zarejestruj workflow w workflowRegistry, wskazując nazwę zadania i runner (SQS dla prostych zadań lub Hatchet dla złożonych) — dodaj też funkcję trigger do obiektu workflows.

  4. Utwórz handler dla wybranego runnera — dla SQS sprawdź dokumentację w references/SQS.md, dla Hatchet w references/HATCHET.md.

  5. Wyzwól workflow z kodu, importując funkcję trigger z @/queue/workflows.js i przekazując payload — opcjonalnie dodaj opóźnienie za pomocą parametru delayMs.

  6. Skonfiguruj routing wiadomości SQS w pliku server/src/queue/initWorkers.ts, aby system wiedział, jak obsługiwać przychodzące zadania.

Related skills

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

gog

by openclaw

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Backend
34126