KS
Killer-Skills

effect-ts-guide — how to use effect-ts-guide how to use effect-ts-guide, effect-ts-guide setup guide, effect-ts-guide vs typescript, what is effect-ts-guide, effect-ts-guide install, effect-ts-guide alternative, effect-ts-guide best practices, effect-ts-guide for node developers, effect-ts-guide for browser runtime

v1.0.0
GitHub

About this Skill

Ideal for Node, Bun, or browser runtime Agents seeking to master Effect-TS fundamentals and best practices for robust application development. effect-ts-guide is a skill that provides guidance on Effect-TS fundamentals, best practices, and application to real-world code and architecture questions.

Features

Clarifies context for runtime environments like Node, Bun, or browser
Separates core vs shell logic, identifying pure domain logic and effects
Models errors and dependencies using tagged error types and Context.Tag service interfaces
Composes with Effect using pipe/Effect.gen for efficient code architecture
Applies Effect-TS fundamentals to user code and architecture questions

# Core Topics

ProverCoderAI ProverCoderAI
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
29
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add ProverCoderAI/effect-template/effect-ts-guide

Agent Capability Analysis

The effect-ts-guide MCP Server by ProverCoderAI is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use effect-ts-guide, effect-ts-guide setup guide, effect-ts-guide vs typescript.

Ideal Agent Persona

Ideal for Node, Bun, or browser runtime Agents seeking to master Effect-TS fundamentals and best practices for robust application development.

Core Value

Empowers agents to apply Effect-TS principles, separating core domain logic from effects and boundaries, and composing with Effect using pipe/Effect.gen for efficient error handling and dependency management across Node, Bun, and browser environments.

Capabilities Granted for effect-ts-guide MCP Server

Architecting scalable applications with Effect-TS
Debugging complex Effect-TS pipelines
Refactoring existing codebases to leverage Effect-TS benefits

! Prerequisites & Limits

  • Requires familiarity with TypeScript and Effect-TS
  • Limited to Node, Bun, or browser runtime environments
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Effect TS Guide

Overview

Use this skill to teach Effect-TS fundamentals and best practices, then apply them to user code and architecture questions.

Teaching workflow

  1. Clarify context: runtime (node/bun/browser), goal (new app, refactor, review), and constraints.
  2. Separate core vs shell: identify pure domain logic vs effects and boundaries.
  3. Model errors and dependencies: define tagged error types and Context.Tag service interfaces.
  4. Compose with Effect: use pipe/Effect.gen, typed errors, and Layer provisioning.
  5. Validate inputs at boundaries with @effect/schema before entering core.
  6. Explain resource safety: acquireRelease, scoped lifetimes, and clean finalizers.
  7. Provide minimal, runnable examples tailored to the user context.
  8. If the user asks for version-specific or "latest" details, verify with official docs before answering.

Core practices (short list)

  • Use Effect for all side effects; keep core functions pure and total.
  • Avoid async/await, raw Promise chains, and try/catch in application logic.
  • Use Context.Tag + Layer for dependency injection and testability.
  • Use tagged error unions and Match.exhaustive for total handling.
  • Decode unknown at the boundary with @effect/schema; never leak unknown into core.
  • Use Effect.acquireRelease/Effect.scoped for resource safety.
  • Use @effect/platform services instead of host APIs (fetch, fs, child_process, etc.).

References

  • Read references/best-practices.md for the extended checklist and examples.
  • Read references/platform-map.md when comparing @effect/platform to Node/Bun/Browser APIs.

Related Skills

Looking for an alternative to effect-ts-guide or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication