Browse Skills
Fp React
v1.0.0Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
Fp Pragmatic
v1.0.0A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
Fp Pipe Ref
v1.0.0Quick reference for pipe and flow. Use when user needs to chain functions, compose operations, or build data pipelines in fp-ts.
Fp Option Ref
v1.0.0Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.
Fp Errors
v1.0.0Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
Fp Either Ref
v1.0.0Quick reference for Either type. Use when user needs error handling, validation, or operations that can fail with typed errors.
Fp Data Transforms
v1.0.0Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
Fp Backend
v1.0.0Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
Fp Async
v1.0.0Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
Food Database Query
v1.0.0Food Database Query
Fixing Motion Performance
v1.0.0Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.
Fixing Metadata
v1.0.0>