Skip to content
Skill

Platform

by majiayu000

AI Summary

provides cross-platform abstractions for: Persistent key-value storage: 1. Use Schema validation - Validate all external data

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Platform" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/platform && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/platform/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/platform/platform/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/platform/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/platform/platform/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

This skill should be used when the user asks about "@effect/platform", "Effect HTTP client", "Effect HTTP server", "FileSystem", "KeyValueStore", "Terminal", "platform services", "HttpClient", "HttpServer", "Effect file operations", "Effect networking", or needs to understand Effect's platform-agnostic I/O capabilities.

Overview

@effect/platform provides cross-platform abstractions for: • HTTP Client - Make HTTP requests • HTTP Server - Build HTTP servers • FileSystem - File operations • KeyValueStore - Persistent storage • Terminal - CLI interactions • Worker - Background workers

Installation

`bash npm install @effect/platform

For Node.js:

npm install @effect/platform-node

For Bun:

npm install @effect/platform-bun `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
428 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars428
Forks72
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code