fp-ts Pipe and Flow Composition
CommunityMaster function composition with pipe and flow.
Software Engineering#typescript#flow#pipe#functional-programming#pipelines#data-transformation#fp-ts
Authorwhatiskadudoing
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers compose transformations in TypeScript using fp-ts by teaching how to combine pipe and flow to build readable, reusable pipelines.
Core Features & Use Cases
- Immediate value transformations with pipe to apply a series of functions to a value
- Reusable pipelines with flow to create composable, testable transforms
- Interoperability with common fp-ts data types (Option, Either, Task, Array) to manage effects and errors
- Real-world scenario: build a data-processing pipeline that filters, maps, and formats results
Quick Start
Use fp-ts pipe and flow to create a simple transformation. Example: const nums = [1, 2, 3, 4] const result = pipe( nums, A.filter(n => n > 1), A.map(n => n * 2) )
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fp-ts Pipe and Flow Composition Download link: https://github.com/whatiskadudoing/fp-ts-skills/archive/main.zip#fp-ts-pipe-and-flow-composition Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.