Toolverse
All skills

dispatch-multiple-agents

by openclaw

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch subagents to work concurrently.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch subagents to work concurrently.

How to use

  1. Zidentyfikuj niezależne zadania — upewnij się, że co najmniej 2–3 zadania nie współdzielą stanu, zasobów ani zależności między sobą. Jeśli jedno zadanie czeka na wynik drugiego lub oba modyfikują ten sam plik, skill nie będzie efektywny.

  2. Podziel pracę na odrębne domeny — dla każdego zadania określ konkretny zakres (np. Zadanie A: badanie konkurenta X, Zadanie B: badanie konkurenta Y). Upewnij się, że każdy agent będzie pracować w izolacji.

  3. Przygotuj instrukcje dla każdego agenta — każdy subagent powinien otrzymać konkretny zakres, wszystkie potrzebne informacje (nie powinien szukać kontekstu), jasną definicję oczekiwanego wyniku oraz ograniczenia (co nie powinien robić).

  4. Wyślij agentów do równoległego wykonania — użyj mechanizmu sessions_spawn dostępnego w skill, aby uruchomić wszystkie zadania jednocześnie zamiast sekwencyjnie.

  5. Zbierz i zweryfikuj wyniki — gdy agenci skończą pracę, przeczytaj każdy rezultat, sprawdź czy nie ma konfliktów między nimi, połącz ustalenia w spójną całość i przygotuj podsumowanie.

Related skills

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

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