effect-patterns-getting-started
Installation
SKILL.md
Effect-TS Patterns: Getting Started
This skill provides 6 curated Effect-TS patterns for getting started. Use this skill when working on tasks related to:
- getting started
- Best practices in Effect-TS applications
- Real-world patterns and solutions
🟢 Beginner Patterns
Retry a Failed Operation with Effect.retry
Rule: Retry failed operations with Effect.retry.
Good Example:
import { Effect, Schedule, pipe } from "effect";