Tom Siwik
Community@tomsiwik · Germany
Tomas Sivicki - /tɔˈmaʃ sɪˈvɪtski/
Agent Skills by Tom Siwik
Showing 24 vetted skills indexed across 1 GitHub repositories.
effect-patterns-making-http-requests
Implement type-safe HTTP requests with Effect-TS Schema validation and retries.
effect-patterns-platform
Provide Effect-TS patterns for platform-level programming tasks.
effect-patterns-observability
Implement observability in Effect-TS applications with logging, metrics, and tracing.
effect-patterns-streams
Apply Effect-TS stream patterns for transformation, combination, and backpressure control.
effect-patterns-scheduling-periodic-tasks
Implement Effect-TS patterns for scheduling periodic tasks and managing event streams.
effect-patterns-concurrency-getting-started
Manage concurrency in Effect-TS with racing effects, timeouts, fibers, and parallel operations.
effect-patterns-scheduling
Schedule Effect-TS operations with retry and fixed-interval repetition.
effect-patterns-project-setup--execution
Set up Effect-TS projects and execute effects with runSync and runPromise.
effect-patterns-tooling-and-debugging
Configure Effect-TS tooling and debug applications with LSP, logging, and fiber introspection.
effect-patterns-domain-modeling
Model Effect-TS domains with TaggedError, Option, and Schema validation.
effect-patterns-error-handling-resilience
Implement exponential backoff with jitter for Effect-TS retry mechanisms.
effect-patterns-core-concepts
Provide Effect-TS patterns for core functional programming concepts in TypeScript.
effect-patterns-building-data-pipelines
Build Effect-TS data pipelines with stream creation, pagination, and concurrency.
effect-patterns-error-management
Implement typed error handling with catchAll, catchTag, and Schedule in Effect-TS.
effect-patterns-resource-management
Manage Effect-TS resource lifecycles with acquireRelease, Pool, Layer, and Scope.
effect-patterns-error-handling
Implement advanced error handling patterns for Effect-TS applications.
effect-patterns-streams-sinks
Implement Effect-TS patterns for batching and publishing asynchronous data streams.
effect-patterns-value-handling
Manage optional values in Effect-TS using the Option type.
effect-patterns-platform-getting-started
Provide Effect-TS patterns for file system operations and environment variable access.
effect-patterns-building-apis
Build Effect-TS APIs with declarative routing, validation, and JSON responses.
effect-patterns-concurrency
Manage Effect-TS concurrency with race, Semaphore, Ref, Latch, PubSub, and forEach patterns.
effect-patterns-getting-started
Provide curated Effect-TS patterns for retrying, mapping, and handling errors.
effect-patterns-streams-getting-started
Create, transform, and consume Effect-TS Streams for lazy data processing.
effect-patterns-testing
Test Effect-TS applications with deterministic patterns for services and time.