effect-patterns-project-setup--execution
Installation
SKILL.md
Effect-TS Patterns: Project Setup Execution
This skill provides 4 curated Effect-TS patterns for project setup execution. Use this skill when working on tasks related to:
- project setup execution
- Best practices in Effect-TS applications
- Real-world patterns and solutions
🟢 Beginner Patterns
Execute Synchronous Effects with Effect.runSync
Rule: Execute synchronous effects with Effect.runSync.
Good Example:
import { Effect } from "effect";