Kadu Maverick
Community@whatiskadudoing
One day, I hope to become a grown up. Love š. In a world of average, Iām savage.
Agent Skills by Kadu Maverick
Showing 22 vetted skills indexed across 1 GitHub repositories.
fp-ts-async-practical
Compose async pipelines with TaskEither for functional error handling.
Function Composition - Building from Small Pieces
Compose TypeScript functions into pipelines using pipe and flow from fp-ts.
fp-ts-backend
Apply fp-ts functional programming to Node.js/Deno backend services.
Practical Data Transformations
Transform and normalize data using fp-ts patterns for TypeScript pipelines.
Managing Side Effects Functionally
Separates Side effects from pure core logic in TypeScript using IO-style sequencing and quarantining patterns.
fp-ts-validation
Accumulate validation errors in FP-TS using applicative patterns.
fp-ts Option and Either
Convert nullables to Option and propagate typed errors with fp-ts Either.
Pragmatic Functional Programming
Apply fp-ts patterns like pipe, Option, and Either to TypeScript data transformations.
fp-ts-task-either
Compose asynchronous TypeScript pipelines with fp-ts TaskEither error handling.
fp-immutable
Implement immutable TypeScript state updates using spread patterns and readonly types.
fp-ts Do Notation
Compose dependent fp-ts async steps with Do notation.
Functional Programming Fundamentals
Teach pure functions, currying, and composition for TypeScript code.
fp-ts Pipe and Flow Composition
Compose type-safe pipelines in TypeScript using fp-ts pipe and flow.
Functional Programming in React
Apply fp-ts Option, Either, TaskEither, and RemoteData patterns to React state, validation, and async data flows.
Practical Error Handling with fp-ts
Transform fp-ts Either and TaskEither runtime failures into explicit, chainable error-handling values for TypeScript projects.
fp-refactor
Migrates imperative TypeScript codebases to fp-ts patterns like Either, TaskEither, and Reader.
fp-ts Algebraic Data Types and Type Classes
Model TypeScript domain logic with fp-ts algebraic data types and type classes.
fp-taskeither-ref
Create, transform, and execute TaskEither values with typed errors in fp-ts workflows.
fp-option-ref
Reference fp-ts Option type operations for safe nullable data handling.
fp-pipe-ref
Compose and chain functions using pipe and flow in fp-ts.
fp-either-ref
Reference fp-ts Either patterns for explicit success and failure modeling.
fp-types-ref
Guide fp-ts type selection for synchronous and asynchronous TypeScript workflows.