Toolverse
All skills

effect-patterns-scheduling

by PaulJPhilp

Effect-TS patterns for Scheduling. Use when working with scheduling in Effect-TS applications.

Installation

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

Installation

Quick info

Category
Backend
Views
2

About this skill

Effect-TS patterns for Scheduling. Use when working with scheduling in Effect-TS applications.

How to use

  1. Zainstaluj skill effect-patterns-scheduling w swoim projekcie Effect-TS lub dodaj go do konfiguracji Claude plugin jako referencję do wzorców.

  2. Zdefiniuj typy błędów, które mogą wystąpić w Twojej operacji (np. NetworkError, RateLimitError), używając Data.TaggedError z Effect.

  3. Opakuj operację, którą chcesz chronić przed błędami przejściowymi, w Effect.gen lub Effect.try, aby uzyskać Effect.

  4. Zastosuj Effect.retry z Schedule.recurs(n) do podstawowych ponowień o stałej liczbie prób, lub użyj Schedule.spaced() do dodania opóźnień między próbami.

  5. Dla bardziej zaawansowanych scenariuszy połącz Schedule.intersect() lub Schedule.union() z innymi strategiami harmonogramowania, aby dostosować zachowanie ponowień do Twoich potrzeb (np. eksponencjalny backoff, maksymalny czas czekania).

  6. Uruchom finalny Effect za pomocą Effect.runPromise() lub Effect.runSync() i obserwuj logi, aby zweryfikować, że ponowienia działają zgodnie z oczekiwaniami.

Related skills

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

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

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

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

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