platform-abstraction

Installation
SKILL.md

Platform Abstraction with @effect/platform

Overview

The @effect/platform library provides platform-independent abstractions that work seamlessly across Node.js, Bun, and browser environments. Instead of using runtime-specific APIs directly, you write code once using Effect Platform services and run it anywhere.

When to use this skill:

  • Writing file system operations
  • Spawning child processes or executing commands
  • Making HTTP requests
  • Reading CLI arguments or environment variables
  • Performing console/terminal I/O
  • Working with paths across different operating systems
  • Building cross-platform applications or libraries

Why Effect Platform?

1. Cross-Platform Compatibility

Related skills

More from front-depiction/claude-setup

Installs
8
GitHub Stars
17
First Seen
Jan 24, 2026