whatiskadudoing

22 mods across 1 repository, 11 stars between them.

fp-ts-backend

03

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection.

11 7mo ago A 27 tokens

fp-ts Do Notation

06

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.

11 7mo ago A 38 tokens

fp-immutable

09

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Practical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation is actually fine.

11 7mo ago A 29 tokens

fp-refactor

14

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns.

11 7mo ago A 19 tokens

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Master functional approaches to side effects including IO types, effect isolation, idempotent operations, and quarantining impure code - essential patterns for reliable TypeScript applications.

11 7mo ago A 38 tokens

fp-either-ref

18

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.

11 7mo ago A 29 tokens

fp-option-ref

19

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.

11 7mo ago A 29 tokens

fp-pipe-ref

20

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.

11 7mo ago A 31 tokens

fp-taskeither-ref

21

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

11 7mo ago A 32 tokens

fp-types-ref

22

whatiskadudoing/fp-ts-skills

Skill Claude CodeCodex

Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.

11 7mo ago A 35 tokens