Andrueandersoncs
13 skills · 65 stars total
13 skills
This skill helps you optimize API usage by automatically batching requests and caching results to reduce N+1 queries.
This skill helps you understand and work with Effect's Streams API, including creation, transformation, backpressure, and consumption of real-time data.
This skill fetches and explains Effect-TS API docs from the official site, returning function signatures, parameters, and usage examples.
This skill helps you understand and manage Effect's Runtime execution, including default and managed runtimes, services, and configuration.
This skill helps you write robust pattern-matching with Effect Match, ensuring exhaustive, type-safe branches and minimal imperative code.
This skill helps you manage resources safely with acquireRelease, scope, and finalizers, ensuring cleanup even on errors or interruption.
This skill helps you reason about Effect error handling, distinguish failures, and implement typed, recoverable errors and defects.
This skill helps you integrate and orchestrate AI/LLM services with type-safe tooling, execution planning, and structured outputs for robust AI apps.
This skill helps you understand and use Effect platform abstractions for HTTP, filesystem, key-value storage, and terminal I/O across environments.
This skill helps you manage effect configuration safely by loading, validating, and composing environment variables and JSON config.
This skill helps you create and compose Effect programs in TypeScript, guiding you through creation, composition, and running of Effects.
This skill helps you understand and implement scheduling patterns, retry policies, and backoff strategies using Effect.
This skill helps you understand Effect's built-in data types and structures, enabling precise reasoning about Option, Either, Cause, Exit, and more.