40 results (33.3ms) page 1 / 2
whatiskadudoing / fp-ts-skills-fp-ts-validation exact

Validation patterns using fp-ts with error accumulation, form validation, and API input validation

whatiskadudoing / fp-ts-skills-fp-ts-backend exact

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

whatiskadudoing / fp-ts-skills-fp-ts-do-notation exact

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

whatiskadudoing / fp-ts-skills-fp-ts-option-and-either exact

Functional error handling and nullable value management using fp-ts Option and Either types

whatiskadudoing / fp-ts-skills-fp-refactor exact

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

whatiskadudoing / fp-ts-skills-fp-ts-task-either exact

Functional async patterns using TaskEither for type-safe error handling in TypeScript

whatiskadudoing / fp-ts-skills-fp-ts-async-practical exact

Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples

whatiskadudoing / fp-ts-skills-fp-immutable exact

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

Kastalien-Research / thoughtbox-dot-claude-effect-ts exact

Comprehensive guide for Effect-TS, the functional TypeScript library. Use when building Effect applications, especially MCP servers. Covers correct APIs, common misconceptions, and MCP-specific patterns.

johnlindquist / claude-ts-testing exact

Design, implement, and maintain high‑value TypeScript test suites using popular JS/TS testing libraries. Use this skill whenever the user is adding tests, debugging failing tests, or refactoring...

whatiskadudoing / fp-ts-skills-functional-programming-fundamentals exact

Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript

onmax / nuxt-skills-ts-library exact

Use when authoring TypeScript libraries - covers project setup, package exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and release workflows....

halay08 / fullstack-agent-skills-ts-library exact

Use when authoring TypeScript libraries - covers project setup, package exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and release workflows....

ratacat / claude-skills-ts-morph-analyzer exact

Use when debugging TypeScript/JavaScript bugs by tracing call chains, understanding unfamiliar codebases quickly, making architectural decisions, or reviewing code quality. Extract function...