Skill Claude CodeCodex
Effect-TS patterns for Project Setup Execution. Use when working with project setup execution in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Project Setup Execution. Use when working with project setup execution in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Resource Management. Use when working with resource management in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Scheduling Periodic Tasks. Use when working with scheduling periodic tasks in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Scheduling. Use when working with scheduling in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Streams Getting Started. Use when working with streams getting started in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Streams Sinks. Use when working with streams sinks in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Streams. Use when working with streams in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Testing. Use when working with testing in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Tooling And Debugging. Use when working with tooling and debugging in Effect-TS applications.
Skill Claude CodeCodex
Effect-TS patterns for Value Handling. Use when working with value handling in Effect-TS applications.
Settings file Claude Code
Agent settings configuring plugins.
Cursor rule
Cursor rule "access-configuration-from-the-context" from PaulJPhilp/EffectPatterns, covering access configuration from the context and example.
Cursor rule
Cursor rule "access-environment-variables" from PaulJPhilp/EffectPatterns, covering access environment variables and example.
Cursor rule
Cursor rule "accessing-the-current-time-with-clock" from PaulJPhilp/EffectPatterns, covering accessing the current time with clock and example.
Cursor rule
Cursor rule "accumulate-multiple-errors-with-either" from PaulJPhilp/EffectPatterns, covering accumulate multiple errors with either and example.
Cursor rule
Cursor rule "add-caching-by-wrapping-a-layer" from PaulJPhilp/EffectPatterns, covering add caching by wrapping a layer and example.
Cursor rule
Cursor rule "add-custom-metrics-to-your-application" from PaulJPhilp/EffectPatterns, covering add custom metrics to your application and example.
Cursor rule
Cursor rule "add-rate-limiting-to-apis" from PaulJPhilp/EffectPatterns, covering add rate limiting to apis and example.
Cursor rule
Cursor rule "add-timeouts-to-http-requests" from PaulJPhilp/EffectPatterns, covering add timeouts to http requests and example.
Cursor rule
Cursor rule "automatically-retry-failed-operations" from PaulJPhilp/EffectPatterns, covering automatically retry failed operations and example.
Cursor rule
Cursor rule "avoid-long-chains-of-andthen-use-generators-instead" from PaulJPhilp/EffectPatterns, covering avoid long chains of .andthen; use generators instead and example.
Cursor rule
description: Use the Clock service for testable time-based logic and immutable primitives for timestamps. globs: "/.ts" alwaysApply: true.
Cursor rule
Cursor rule "build-a-basic-http-server" from PaulJPhilp/EffectPatterns, covering build a basic http server and example.
Cursor rule
Cursor rule "cache-http-responses" from PaulJPhilp/EffectPatterns, covering cache http responses and example.