What is fp-ts-backend?
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection Source: whatiskadudoing/fp-ts-skills.
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
Quickly install fp-ts-backend AI skill to your development environment via command line
Source: whatiskadudoing/fp-ts-skills.
Functional programming patterns for building type-safe, testable backend services using fp-ts.
The ReaderTaskEither type is the backbone of functional backend development:
| RTE.right(a) | Lift value into success | | RTE.left(e) | Create error | | RTE.ask () | Get dependencies | | RTE.fromTaskEither(te) | Lift TaskEither | | RTE.fromEither(e) | Lift Either | | RTE.fromOption(onNone)(o) | Lift Option | | RTE.flatMap(f) | Chain operations | | RTE.map(f) | Transform success | | RTE.mapLeft(f) | Transform error |
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection Source: whatiskadudoing/fp-ts-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-ts-backendFunctional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection Source: whatiskadudoing/fp-ts-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-ts-backend Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/whatiskadudoing/fp-ts-skills