skills/smithery.ai/effect-patterns-project-setup--execution

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";
Installs
2
First Seen
Mar 27, 2026
effect-patterns-project-setup--execution from smithery.ai