·effect-best-practices
</>

effect-best-practices

betalyra/effect-skills

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

10Installs·1Trend·@betalyra

Installation

$npx skills add https://github.com/betalyra/effect-skills --skill effect-best-practices

SKILL.md

This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability.

Don't try to install nor import from "@effect/schema", it is deprecated. Instead just import from "effect" package.

| Services | Effect.Service | Context.Tag for business logic | | Dependencies | dependencies: [Dep.Default] at the top of the service | Manual Layer.provide at usage sites | | Errors | Schema.TaggedError with message and cause fields | Plain classes or generic Error |

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components. Source: betalyra/effect-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/betalyra/effect-skills --skill effect-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is effect-best-practices?

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components. Source: betalyra/effect-skills.

How do I install effect-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/betalyra/effect-skills --skill effect-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/betalyra/effect-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None