Toolverse
All skills

no-polling-agents

by parcadei

No Polling for Background Agents

Installation

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

Installation

Quick info

Author
parcadei
Category
Backend
Views
7

About this skill

No Polling for Background Agents

How to use

  1. Zainstaluj skill w katalogu .claude/skills swojego projektu, kopiując folder no-polling-agents z repozytorium parcadei.

  2. Gdy potrzebujesz uruchomić wiele zadań równolegle, użyj parametru run_in_background: true dla każdego z nich zamiast czekać na ich zakończenie. Na przykład uruchom Task({ ..., run_in_background: true }) dla pierwszego agenta, potem drugiego — bez blokowania.

  3. Kontynuuj pracę nad innymi zadaniami lub rozmawiaj z użytkownikiem podczas gdy agenci działają w tle. Nie wstawiaj pętli sleep ani ciągłych poleceń cat do sprawdzania pliku statusu.

  4. Sprawdzaj plik statusu (.claude/cache/status.txt) tylko w trzech sytuacjach: gdy użytkownik wprost pyta "czy są gotowe?", gdy potrzebujesz wyniku agenta do wykonania następnego kroku, lub gdy znaczący czas upłynął i użytkownik czeka na rezultat.

  5. Przeczytaj wyniki z pliku statusu za pomocą cat .claude/cache/status.txt — agenci automatycznie tam zapisują dane po zakończeniu pracy, bez konieczności dodatkowych poleceń ze Twojej strony.

Related skills

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

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

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

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

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140